- 05 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 03 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 28 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Selection clearing is invoked using TOOL_ACTION object rather than its name.
-
- 27 Feb, 2014 2 commits
-
-
Martin Janitschke authored
-
Maciej Suminski authored
TOOL_EVENT message is supposed to contain string as parameter. Added missing header for class_drawsegment.h (KiROUND). Renamed SELECTION_TOOL::containsSelected() to SELECTION_TOOL::selectionContains().
-
- 25 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Removed a few RecacheAllItems() calls, some of them changed to specific type recaching (using TYPE_COLLECTOR & VIEW_ITEM::ViewUpdate() ). Removed OPENGL_GAL::SetStrokeColor().
-
- 24 Feb, 2014 1 commit
-
-
HennerZeller authored
Eeschema: * Preselect the currently chosen component in the browser when pressing the thumbnail view. * Various smallish documentation updates in the component chooser area.
-
- 21 Feb, 2014 1 commit
-
-
Maciej Suminski authored
- VIEW_ITEM::ViewUpdate() does not update items immediately. Now it marks them to be updated and the real update occurs on the next rendering frame. - VIEW::InvalidateItem() made private. - VIEW_LAYER::enabled -> visible - Some functions moved to header files.
-
- 19 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 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
-
- 17 Feb, 2014 2 commits
-
-
unknown authored
-
Maciej Suminski authored
-
- 14 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 13 Feb, 2014 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Changed PCB_EDIT_FRAME::setTopLayer() to PCB_EDIT_FRAME::SetTopLayer() and changed to public (as it had exactly the same functionality).
-
- 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 6 commits
-
-
Maciej Suminski authored
-
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.
-
Maciej Suminski authored
Removed an unnecessary header from class_board_item.h.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 04 Feb, 2014 2 commits
-
-
Maciej Suminski authored
-
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
-
- 31 Jan, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 30 Jan, 2014 1 commit
-
-
Maciej Suminski 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
-