- 05 Jan, 2012 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 04 Jan, 2012 2 commits
-
-
jean-pierre charras authored
Fix bug 910364: When a footprint saved in a .mod file is not on front layer and/or not with orientation 0 degree, the Module editor load it incorrectly. note: the Module editor save it with default orientation and layer, but the archive function does not, so some footprints can be not editable. TODO: modify the Archive Function to use the default layer / orientation.
-
Dick Hollenbeck authored
-
- 03 Jan, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 31 Dec, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 30 Dec, 2011 2 commits
-
-
jean-pierre charras authored
Pcbnew: fix a very minor issue.
-
jean-pierre charras authored
Minor other enhancements and code cleaning.
-
- 29 Dec, 2011 1 commit
-
-
Wayne Stambaugh authored
* EDA_DRAW_PANEL completely encapsulated. * Moved OSX m_overlay member from EDA_DRAW_PANEL to EDA_DRAW_FRAME where it is used. * Doxygen comment warning fixes.
-
- 28 Dec, 2011 2 commits
-
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
- 22 Dec, 2011 4 commits
-
-
Dick Hollenbeck authored
-
Guillaume Simard authored
size while routing (W, Ctrl+W) didn't update the track in the display window (you had to move the mouse to get a refresh).
-
Wayne Stambaugh authored
* EDA_DRAW_FRAME completely encapsulated. * Encapsulate the the low hanging fruit in EDA_DRAW_PANEL.
-
jean-pierre charras authored
Better code in test connections in zones. Very minor other fixes
-
- 21 Dec, 2011 1 commit
-
-
Wayne Stambaugh authored
* EDA_RECT and EDA_ITEM completely encapsulated. * Removed unnecessary EDA_ITEM member m_Selected and replaced functionality with SELECTED flag bit.
-
- 20 Dec, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 19 Dec, 2011 1 commit
-
-
jean-pierre charras authored
* A track is seen connected to a pad if the track end is inside the pad shape. * Pads inside pads are now seen connected, if the center of the pad is *inside* the other pad. * this is made to be sure a large copper area is shared by the 2 pads, and to keep algorithm fast.
-
- 17 Dec, 2011 1 commit
-
-
jean-pierre charras authored
Minor cosmetic enhancements. Pcbnew: more workd abput connection algorithms (work in progress)
-
- 16 Dec, 2011 5 commits
-
-
Wayne Stambaugh authored
-
Alexander Zakamaldin authored
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
* EDA_DRAW_FRAME completely encapsulated except for DrawFrame member. * Moved members specific to Pcbnew from EDA_DRAW_FRAME to PCB_BASE_FRAME or PCB_EDIT_FRAME as appropriate. * Replace EDA_TOOLBAR with wxAuiToolBar as EDA_TOOL bar provided no additional functionality and made code less readable. * Remove EDA_TOOLBAR class definition from wxstruct.h and delete file wineda_toolbar.cpp. * Rename tool bar members to something more descriptive since the horizontal and vertical references wont mean anything once the tool bars are movable. * Lots of dead code removal.
-
Dick Hollenbeck authored
KICAD_PLUGIN::Load() is solid now, except for missing globals, which still need to get moved into the class BOARD. Same for KICAD_PLUGIN::Save(), only missing globals, which once they are in the BOARD class, will be added.
-
- 15 Dec, 2011 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 14 Dec, 2011 6 commits
-
-
Guillaume Simard authored
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
jean-pierre charras authored
Pcbnew: fix issue when creating new tracks: sometimes a ratsnest remains active although a track exists.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 13 Dec, 2011 2 commits
-
-
Guillaume Simard authored
-
jean-pierre charras authored
-
- 12 Dec, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
- 10 Dec, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 09 Dec, 2011 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
Pcbnew: fix bad initialization of default track width and vias sizes when starting pcbnew with no board loaded.
-