- 13 Dec, 2013 5 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Make GPCB_PLUGIN::EnumerateFootprints() read the directory contents instead of loading the entire cache. * Make KICAD_PLUGIN::EnumerateFootprints() read the directory contents instead of loading the entire cache.
-
Dick Hollenbeck authored
-
Povilas Kanapickas authored
-
Dick Hollenbeck authored
kicad-install.sh and library-repos-install.sh utilize /etc/profile.d/kicad.sh for setting environment variables globally
-
- 12 Dec, 2013 2 commits
-
-
Wayne Stambaugh authored
* Prevent cache from being reloaded on every footprint file read. * Fix a bug forming wxFileName in GPCB_FP_CACHE::Load(). * Fix invalid file name time stamp debug assertion. * Use FPID to set loaded footprint name. * Remove file name <> from exception strings per UIPolicy.
-
Dick Hollenbeck authored
-
- 11 Dec, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 10 Dec, 2013 5 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Marco Mattila authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 09 Dec, 2013 6 commits
-
-
Dick Hollenbeck authored
-
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
-