- 20 Feb, 2015 1 commit
-
-
Maciej Suminski authored
-
- 18 Feb, 2015 2 commits
-
-
Maciej Suminski authored
-
Tomasz Włostowski authored
bulk improvements for selection and edit tools (GAL) disambiguatin heuristics and smarter grid alignment
-
- 14 Feb, 2015 1 commit
-
-
Maciej Suminski authored
-
- 12 Feb, 2015 1 commit
-
-
John Beard authored
-
- 21 Nov, 2014 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 13 Oct, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 09 Jul, 2014 8 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Introduced SELECTION_CONDITIONS to determine which menu entries should be visible in the SELECTION_TOOL context menu, depending on the selection.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Removed TOOL_ACTIONs: selectionSingle, selectionClear. SELECTION_TOOL methods are called directly instead.
-
- 04 Jun, 2014 1 commit
-
-
Maciej Suminski authored
-
- 13 May, 2014 1 commit
-
-
Maciej Suminski authored
Added preference for selecting tracks/vias/graphics if there is a module present in the selection point.
-
- 04 Apr, 2014 1 commit
-
-
Maciej Suminski authored
-
- 18 Mar, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 27 Feb, 2014 2 commits
-
-
Maciej Suminski 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().
-
- 04 Feb, 2014 2 commits
-
-
Maciej Suminski authored
- pcbnew.InteractiveSelection.Single for selecting a single item - pcbnew.InteractiveSelection.Clear for clearing the selection Made SELECTION_TOOL::clearSelection private.
-
Maciej Suminski authored
SELECTION_TOOL::SELECTION::Clear made private, as there was no chance to call it outside the SELECTION_TOOL class.
-
- 18 Dec, 2013 1 commit
-
-
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.
-
- 09 Dec, 2013 1 commit
-
-
Maciej Suminski authored
Added REASON enum for Reset() function, so tools will know why a reset occured. Fixed SELECTION_TOOL (it was bailing out, when a new board was loaded and some items were still selected). Added removal of VIEW_ITEM groups after changing layers and removing items.
-
- 04 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 03 Dec, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 14 Oct, 2013 1 commit
-
-
Maciej Suminski authored
template<> -> template <> Some more reformatting according to uncrustify results.
-
- 02 Oct, 2013 1 commit
-
-
Maciej Suminski authored
Moved VIEW_GROUP creation to the selection tool. In this way selected items are always drawn on overlay, not only when dragged.
-
- 27 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 26 Sep, 2013 2 commits
-
-
Maciej Suminski authored
Added Init() to TOOL_INTERACTIVE, allowing to set up things that are needed to be initialized only once. TOOL_ACTIONs can be run from CONTEXT_MENU after adding them. Move tool actions are available to be run from CONTEXT_MENU displayed after right mouse button click on selected items. Added some asserts to check the code.
-
Maciej Suminski authored
-
- 19 Sep, 2013 1 commit
-
-
Maciej Suminski authored
Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter). Developed TOOL_Action class & added ActionManager. Hot keys registered by tools are processed. Selection & move tool can be invoked by a hot key.
-
- 09 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-