Commit ef2e41e3 authored by charras's avatar charras
Browse files

No commit message

No commit message
parent 90228980
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4,6 +4,14 @@ KiCad ChangeLog 2009
Please add newer entries at the top, list the date and your name with
email address.

2009-sept-10 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
================================================================================
++pcbnew
    Work on undo/redo in pcbnew finished.
    Used kbool V2.0. This version solves some problems in zones calculationsb but not all.
    The Kbool author, Klaas Holveda, is still working on these problems
    Thanks to Klaas

2009-aug-23 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
================================================================================
++pcbnew
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ int MarkItemsInBloc( EDA_LibComponentStruct* LibComponent,
        case COMPONENT_FIELD_DRAW_TYPE:
            break;

        defualt:
        default:
            break;
        }
    }
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ void WinEDA_LibeditFrame::OnImportPart( wxCommandEvent& event )
    wxFileName     fn;
    LibraryStruct* LibTmp;
    LibCmpEntry*   LibEntry;
    bool           entryLoaded;
    bool           entryLoaded = false;

    LibItemToRepeat = NULL;

+8 −3
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ private:

    DRC*             m_drc;         ///< the DRC controller, see drc.cpp


    // we'll use lower case function names for private member functions.
    void createPopUpMenuForZones( ZONE_CONTAINER* edge_zone, wxMenu* aPopMenu );
    void createPopUpMenuForFootprints( MODULE* aModule, wxMenu* aPopMenu );
@@ -263,6 +262,12 @@ public:
     */
    bool                     Clear_Pcb( bool aQuery );
    
    // Drc control
    /* function GetDrcController
     * @return the DRC controller
     */
    DRC* GetDrcController() {return m_drc;}         ///< return the DRC controller, see drc.cpp

    /**
     * Function RecreateBOMFileFromBoard
     * Recreates a .cmp file from the current loaded board
+535 B (188 KiB)

File changed.

No diff preview for this file type.

Loading