Loading change_log.txt +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,15 @@ Started 2007-June-11 Please add newer entries at the top, list the date and your name with email address. 2007-Oct-14 UPDATE Dick Hollenbeck <dick@softplc.com> ================================================================================ + pcbnew: * housekeeping and translation to English on bottom third of pcbnew/clean.cpp * my todo: figure out how to intercept double clicks on a wxWidgets text control so I can complete the work I started on MARQUEUR error tracking. 2007-Oct-13 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> ================================================================================ + pcbnew: Loading pcbnew/class_track.h +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ public: int m_Shape; // vias: shape and type, Track = shape.. int m_Drill; // for vias: via drill (- 1 for default value) BOARD_ITEM* start; // pointers on a connected item (pad or track) BOARD_ITEM* start; // pointers to a connected item (pad or track) BOARD_ITEM* end; // chain = 0 indique une connexion non encore traitee Loading Loading
change_log.txt +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,15 @@ Started 2007-June-11 Please add newer entries at the top, list the date and your name with email address. 2007-Oct-14 UPDATE Dick Hollenbeck <dick@softplc.com> ================================================================================ + pcbnew: * housekeeping and translation to English on bottom third of pcbnew/clean.cpp * my todo: figure out how to intercept double clicks on a wxWidgets text control so I can complete the work I started on MARQUEUR error tracking. 2007-Oct-13 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> ================================================================================ + pcbnew: Loading
pcbnew/class_track.h +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ public: int m_Shape; // vias: shape and type, Track = shape.. int m_Drill; // for vias: via drill (- 1 for default value) BOARD_ITEM* start; // pointers on a connected item (pad or track) BOARD_ITEM* start; // pointers to a connected item (pad or track) BOARD_ITEM* end; // chain = 0 indique une connexion non encore traitee Loading