- 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 4 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
FIX: unique renaming of eagle footprints by substituting illegal : and / with URL encoding technique. ADD: window resize border to DisplayError() windows.
-
Wayne Stambaugh authored
* Make spacing between controls and dialog frame consistent. * Use default size to allow wxWigdets to determine optimal dialog size. * Set OK button as default so return key works properly.
-
- 19 Nov, 2013 7 commits
-
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
* Use std::swap for PCB_LINE_T items in SwapData(). * Use std::swap for PCB_MODULE_EDGE_T items in SwapData(). * Add assignment operator to EDGE_MODULE object. * Move code from copy method to assignment operator. * Minor coding policy fixes.
-
Dick Hollenbeck 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.
-
Carl Poirier authored
-
jean-pierre charras authored
Code cleanup: remove m_Son member in EDA_ITEM which was never used.
-
- 18 Nov, 2013 5 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
Dick Hollenbeck authored
Show the "Description" field from fp-lib-table in pcbnew's module editor 'set current library' dialog.
-
- 17 Nov, 2013 4 commits
-
-
jean-pierre charras authored
Fix a very minor bug (2 duplicate lines when copying version informations to the clipboard)
-
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.
-
Baranovskiy Konstantin authored
-
Wayne Stambaugh authored
-
- 15 Nov, 2013 6 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 14 Nov, 2013 4 commits
-
-
Dick Hollenbeck authored
-
Maciej Sumiński authored
-
jean-pierre charras authored
Pcbnew: add WIN32_LEAN_AND_MEAN define in github_plugin.cpp. Note: this define is already in use in avhttp build (Windows specific)
-
Wayne Stambaugh authored
* Add build type (debug/release) for wxWidgets library versions greater than 2.8. * Add build type (debug/release) for KiCad. * Add missing build options.
-
- 13 Nov, 2013 5 commits
-
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 12 Nov, 2013 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Maciej Suminski authored
* Modify error handling for OpenGL backend. * Correct Doxygen comments notation.
-
Brian Sidebotham authored
build, it throws the time stamps away when there are edits to the CMakeLists.txt portion pertaining to the external project. Only a 'make clean' would remove the untarred tree. This patch removes the need to do a make clean when changing the ExternalProject_Add() text pertinent to patching. Fixes bug 1250222 in KiCad-Winbuilder
-