- 28 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere.
-
- 26 Jan, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape.
-
- 25 Jan, 2014 1 commit
-
-
jean-pierre charras authored
-
- 21 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 20 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 18 Jan, 2014 2 commits
-
-
maciej. authored
-
Dick Hollenbeck authored
-
- 13 Jan, 2014 1 commit
-
-
jean-pierre charras authored
-
- 10 Jan, 2014 1 commit
-
-
jean-pierre charras authored
-
- 08 Jan, 2014 3 commits
-
-
Dick Hollenbeck authored
-
-
Dick Hollenbeck authored
-
- 04 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 03 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 02 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 31 Dec, 2013 2 commits
-
-
Marco Serantoni authored
-
Dick Hollenbeck authored
-
- 30 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
Switch to boost::context for all platforms, almost. Please try your platform by commenting out fcontext.s in common/CMakeLists.txt.
-
- 29 Dec, 2013 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
Move HitTestForCorner and HitTestForEdge code from class_zone to polygon/PolyLine.cpp, to avoid redundant code. Fix bug 1264248. Fix a very minor issue in RemoveTrailingZeros, for countries where the separator in floating numbers is a comma.
-
- 27 Dec, 2013 1 commit
-
-
jean-pierre charras authored
-
- 26 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 23 Dec, 2013 2 commits
-
-
Baranovskiy Konstantin authored
-
Marco Serantoni authored
-
- 19 Dec, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew:, libedit, Save lib as...: the new .pretty lib format is the default, instead of legacy .mod format. The legacy format is still selectable in the file selection dialog.
-
- 18 Dec, 2013 1 commit
-
-
Baranovskiy Konstantin authored
-
- 17 Dec, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 16 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 13 Dec, 2013 1 commit
-
-
Povilas Kanapickas authored
-
- 12 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 10 Dec, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 09 Dec, 2013 4 commits
-
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
To use multiple working threads. This entailed adding KiCad typedefs: *) Add typedefs for MUTEX and MUTLOCK which mask the actual choices for the project. *) Add FOOTPRINT_LIST::DisplayErrors( wxWindow* ) which is a single strategy for showing aggregated load errors. Although what's there is only scaffolding and needs a volunteer who knows HTML pretty well. *) Ensure all callers of ReadFootprintFiles() use the new DisplayErrors() function. *) Push utf8.cpp and utf8.h into common library for open use.
-
- 08 Dec, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 07 Dec, 2013 1 commit
-
-
Wayne Stambaugh authored
* Make the tool bar dockable. * Enable the overflow control in the tool bar in case the it does not fit in it's parent window. * Fix some wxAuiPaneInfo usage issues. * Remove unused wxAuiPaneInfo objects. * Move perspective saving and loading into EDA_BASE_FRAME object in preparation for extending this to all frame windows.
-