- 20 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 19 Dec, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 18 Dec, 2013 12 commits
-
-
Baranovskiy Konstantin authored
-
Wayne Stambaugh authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Wayne Stambaugh authored
* Change general properties dialog to allow for entry of arbitrary rotation angles for greater than 0 to 90. * Move global rotation angle variable into PCB_EDIT_FRAME object where it is used and add accessors. * Change rotate footprint undo operation from UR_ROTATE_XXXX to UR_CHANGE. * Create function to remove trailing zeros from floating point wxString objects.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Removed debug output.
-
Maciej Suminski authored
Modifications done using the EDIT_TOOL are saved using the default KiCad's undo buffer. If there is only one item selected, info about the item is displayed in the bottom status bar.
-
Maciej Suminski authored
-
Maciej Suminski authored
Added PICKED_ITEMS_LIST::FindItem().
-
Maciej Suminski authored
-
- 17 Dec, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 16 Dec, 2013 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 14 Dec, 2013 1 commit
-
-
jean-pierre charras authored
Minor change: Eeschema+Pcbnew: display timestamp in edit dialogs (for footprints, sheets, components)
-
- 13 Dec, 2013 6 commits
-
-
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.
-
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 7 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.
-
Maciej Suminski authored
-