- 10 Jan, 2014 1 commit
-
-
jean-pierre charras authored
-
- 08 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 02 Jan, 2014 2 commits
-
-
Cirilo Bernardo authored
-
Dick Hollenbeck authored
-
- 31 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 27 Dec, 2013 1 commit
-
-
jean-pierre charras authored
-
- 26 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 24 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 23 Dec, 2013 1 commit
-
-
Baranovskiy Konstantin authored
-
- 17 Dec, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 13 Dec, 2013 1 commit
-
-
Povilas Kanapickas authored
-
- 12 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 10 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 09 Dec, 2013 2 commits
-
-
Dick Hollenbeck authored
move ${Boost_LIBRARIES} into cvpcb, pcbnew, _pcbnew and out of github, because worker threads used regardless of github
-
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.
-
- 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.
-
- 06 Dec, 2013 2 commits
-
-
jean-pierre charras authored
Plot functions: some enhancements in mirror mode (Pcbnew specific): boards are mirrored horizontally, and the page layout is no more mirrored, and therefore is always readable.
-
Maciej Suminski authored
-
- 05 Dec, 2013 6 commits
-
-
Dick Hollenbeck authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Moved scaling of font glyphs to the moment when they are created (eliminated a few multiplications unnecessary variables). Changed some magic numbers into constants.
-
Maciej Suminski authored
-
Maciej Suminski authored
Fixed SetCurrentContext() assert, that was firing on closure of pcbnew, when the OpenGL backend was active.
-
Maciej Suminski authored
-
- 03 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 29 Nov, 2013 2 commits
-
-
Wayne Stambaugh authored
* Replace illegal file system characters when reading legacy libraries to prevent FPID parsing errors and allow saving to PRETTY file format. * Create validator to filter illegal file system characters from footprint name text edit controls to prevent issues when saving to PRETTY file format. * Add missing source file licenses and some minor coding policy fixes.
-
jean-pierre charras authored
-
- 27 Nov, 2013 3 commits
-
-
jean-pierre charras authored
Now footprints, after loaded by reading a netlist are grouped by sheets by the footprints spread function, and the grouping is better. Rename 2 files. Fix minor issues. Clean code
-
Maciej Suminski authored
-
Dick Hollenbeck authored
comment for GITHUB_PLUGIN which should flow into Doxygen output. *) Rewrote: PCB_BASE_FRAME::Save_Module_In_Library(): now uses fp-lib-table and PROPERTIES. PCB_EDIT_FRAME::ArchiveModulesOnBoard(): now can archive to any writable library type. PCB_BASE_FRAME::SelectLibrary(): is now generic for selecting a library, not just the active library.
-
- 26 Nov, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 25 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 24 Nov, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Code cleaning and bug fix in autoplace functions Dialog exchange footprints has now a separate button to update the .cmp file, only on request.
-
- 22 Nov, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix a crash on exit when an item was previously deleted. Fix not working footprint exchange functions
-
- 20 Nov, 2013 1 commit
-
-
jean-pierre charras authored
-
- 19 Nov, 2013 2 commits
-
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
*) Save library nickname in APP so upon module editor re-entry last is re-used. *) Fix bug editing fp-lib-table Description field.
-
- 18 Nov, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
Show the "Description" field from fp-lib-table in pcbnew's module editor 'set current library' dialog.
-
- 17 Nov, 2013 1 commit
-
-
Dick Hollenbeck authored
columns. DIALOG_SHIM would resize each separate usage to the same size. DIALOG_SHIM now supports and alternate m_hash_key in lieu of the class name, optionally.
-