- 18 Feb, 2014 1 commit
-
-
Henner Zeller authored
* Allow to select units in components that have more than one right in the component chooser dialog. * Keep chosen unit in history. * Show preview of current component unit as thumbnail image next to the description box. * Fixes lp:1280567
-
- 11 Feb, 2014 2 commits
-
-
Henner Zeller authored
* Apply Henner Zeller's patch to add connecting line from reference and labels to component position whilst moving to help identify which component the reference or label belongs too
-
Fabrizio Tappero authored
-
- 08 Feb, 2014 1 commit
-
-
jean-pierre charras authored
-
- 07 Feb, 2014 3 commits
-
-
Maciej Suminski authored
-
jean-pierre charras authored
Add a workaround to fix a new bug in wxWidgets 3.0 ( Windows specific ) which shows icons only with a size = 16x16 in menus which have attribute wxITEM_CHECK
-
jean-pierre charras authored
-
- 06 Feb, 2014 2 commits
-
-
Maciej Suminski authored
-
jean-pierre charras authored
Fix some incorrect icons (which were using a not supported font for texts). Add ps_router icon from Konstantin Baranovskiy.
-
- 04 Feb, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 03 Feb, 2014 4 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Maciej Suminski authored
Moved netnames (GAL specific layers) to a separate enum, to avoid saving/reading their settings from files. Added a check for the number of PCB_VISIBLE elements. Worksheet & general purpose overlay layers are visible by default.
-
Maciej Suminski authored
Changed BOARD_DESIGN_SETTINGS::m_VisibleElements from int to long, to assure at least 32 bits length (without depending on the platfrom int size).
-
- 02 Feb, 2014 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
- 29 Jan, 2014 1 commit
-
-
jean-pierre charras authored
Add missing calls to Show( false ) to some main frames (Kicad, eeschema, gerbview), to force config saving when closing these windows. Code cleanup and minor coding style fixes in footprint_wizard_frame
-
- 28 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere.
-
- 27 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
Remove g_LibraryNames and all supporting infrastructure from pcbnew. FP_LIB_TABLE is now local to major wxFrames.
-
- 26 Jan, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix bug #1272714 . Code cleanup: use 2 different enums for pad shapes and pad drill shapes. Remove never used pad shape.
-
- 25 Jan, 2014 1 commit
-
-
jean-pierre charras authored
-
- 21 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 20 Jan, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 18 Jan, 2014 1 commit
-
-
maciej. authored
-
- 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.
-