- 09 Dec, 2013 5 commits
-
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
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.
-
- 08 Dec, 2013 7 commits
-
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
-
scrizt authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
Documentation/guidelines/UIpolicies.txt should not speak of the unspeakable use of <> in quoted strings.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
eeschema/dialogs/dialog_lib_new_component.cpp was not expanding part name field nor setting initial focus.
-
- 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 5 commits
-
-
Dick Hollenbeck authored
-
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. authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 05 Dec, 2013 8 commits
-
-
Dick Hollenbeck authored
-
Orson authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Maciej Suminski 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
-
- 04 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 03 Dec, 2013 3 commits
-
-
Dick Hollenbeck authored
-
Maciej Suminski authored
-
jean-pierre charras authored
Pcbnew: fix issue in modedit, undo command: moved fields were not drawn afetr undo (due to incorrect flags state) Fix incorrect initialization of lib names column in EDA_LIST_DIALOG. (Only the row 0 was initialized)
-
- 02 Dec, 2013 6 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
*) Add scripts/library-repos-install.sh for downloading *.pretty libraries and possibly using them. *) Remove template/fp-* files, they are now at https://github.com/KiCad/kicad-library/template/* so they can be maintained by the library team. However note that it is possible to break kicad-install.sh with uncoordinated changes to that github repo. It is best to delete your ~/kicad_sources/kicad-lib.bzr directory before running kicad-install.sh at this or any newer version relative to an older library repo.
-
Maciej Suminski authored
-
Robert Yates authored
-
Maciej Suminski authored
-
Dick Hollenbeck 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
-
- 28 Nov, 2013 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-