Commit e7c9ae2b authored by charras's avatar charras
Browse files

First work about net classes. This is a work in progress and a moving target

parent ff58b0a8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4,6 +4,13 @@ KiCad ChangeLog 2009
Please add newer entries at the top, list the date and your name with
email address.

2009-july-18 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
================================================================================
++pcbnew
    First work about net classes. This is a work in progress and a moving target.
    Manual routing and DRC do not used yet this feature


2009-Jul-13 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
++pcbnew
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ set(PCB_COMMON_SRCS
    ../pcbnew/class_drawsegment.cpp
    ../pcbnew/class_drc_item.cpp
    ../pcbnew/class_edge_mod.cpp
    ../pcbnew/class_netclass.cpp
    ../pcbnew/class_netinfo_item.cpp
    ../pcbnew/class_netinfolist.cpp
    ../pcbnew/class_marker.cpp
+1 −1
Original line number Diff line number Diff line
@@ -728,7 +728,7 @@ enum main_id {
	ID_PCB_USER_GRID_SETUP,
	ID_PCB_DISPLAY_FOOTPRINT_DOC,
	ID_PCB_GEN_BOM_FILE_FROM_BOARD,
	ID_PCBUNUSED3,
	ID_MENU_PCB_SHOW_DESIGN_RULES_DIALOG,
	ID_PCBUNUSED4,
	ID_PCBUNUSED5,
	ID_PCBUNUSED6,
+5 −0
Original line number Diff line number Diff line
@@ -431,6 +431,11 @@ public:
    void             Show3D_Frame( wxCommandEvent& event );
    void             GeneralControle( wxDC* DC, wxPoint Mouse );

    /** function ShowDesignRulesEditor
     * Display the Design Rules Editor.
     */
    void             ShowDesignRulesEditor( wxCommandEvent& event );

    /**
     * Function UpdateToolbarLayerInfo
     * updates the currently selected layer in the layer listbox and
+2.07 KiB (185 KiB)

File changed.

No diff preview for this file type.

Loading