- 17 Jan, 2012 3 commits
-
-
fabrizio. authored
-
Dick Hollenbeck authored
-
Alexander Zakamaldin authored
-
- 16 Jan, 2012 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
sizes. Tested with postscript output only. Required minor file format changes to reflect the "portrait" setting. common/dialogs/dialog_page_settings.cpp uses a checkbox but its name is "Landscape", which is inverted from portrait, but since it is the more common choice, I used that rather than portrait. The tooltip for that checkbox makes it clear. No portrait mode is supported for "User" paper size.
-
- 14 Jan, 2012 1 commit
-
-
Wayne Stambaugh authored
* Remove unnecessary copy constructors from board and module library objects. * Add doClone() method to board and library objects. * Add comment to class definitions where the default copy constructor generated by the compiler was adequate. * Replace copy method with clone method where applicable. * Remove DuplicateStruct() function. * Remove track object copy function.
-
- 13 Jan, 2012 2 commits
-
-
jean-pierre charras authored
Gebview: fix issue in export to pcbnew (Track arc shapes are now exported, approximated by segments)
-
Dick Hollenbeck authored
-
- 10 Jan, 2012 2 commits
-
-
marco. authored
-
jean-pierre charras authored
Pcbnew: fix issue when KICAD_NANOMETER is defined: when zones use htcth to show zones areas, hatch lines were incorrectly calculated (hunded of thousand lines created) Eeschema: fix issue in search: search not made in reference strings. Minor fixes, code cleaning and comment enhancements.
-
- 09 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 07 Jan, 2012 1 commit
-
-
Александр Закамалдин authored
This feature is very useful for electronics hobbyists who use DIY PCB technology (both toner transfer and photoresist methods). Also width correction may be useful for PCB designers who take care of track width etching. This patch also fixes some minor PS plotting issues.
-
- 06 Jan, 2012 2 commits
-
-
jean-pierre charras authored
Pcbnew: Now, archive modules function archives footprints with default orientation (0 degrees) and default side (Front layer)
-
jean-pierre charras authored
Eeschema: add compil option in sch_field.cpp to go back to old behavior for field texts justifications (this option is not activated) Note: only vertical texts have a modified behavior. Minor other changes.
-
- 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.
-