- 04 Apr, 2014 1 commit
-
-
Maciej Suminski authored
Added possibility of switching tools by the right toolbar buttons, without deactivating the current tool first (previously tools did not switch if there was one active).
-
- 24 Mar, 2014 1 commit
-
-
Maciej Suminski authored
Refactored code that handled zooming events. Added PCB_RENDER_SETTINGS::Get/SetSketchMode(). PCBNEW_CONTROL reacts to hot keys changing display modes (sketch via/tracks, high contrast).
-
- 21 Mar, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
ROUTER_TOOL events have temporarily changed their hotkeys assignment.
-
- 28 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Selection clearing is invoked using TOOL_ACTION object rather than its name.
-
- 27 Feb, 2014 1 commit
-
-
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().
-
- 19 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 06 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Removed an unnecessary header from class_board_item.h.
-
- 31 Jan, 2014 1 commit
-
-
Maciej Suminski authored
-
- 30 Jan, 2014 1 commit
-
-
Maciej Suminski authored
-
- 13 Dec, 2013 1 commit
-
-
Povilas Kanapickas authored
-
- 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.
-
- 05 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 03 Dec, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 29 Nov, 2013 1 commit
-
-
Maciej Suminski authored
-
- 28 Nov, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 15 Oct, 2013 1 commit
-
-
Maciej Suminski authored
-
- 14 Oct, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
template<> -> template <> Some more reformatting according to uncrustify results.
-
Maciej Suminski authored
-
- 29 Sep, 2013 1 commit
-
-
Maciej Sumiński authored
-
- 27 Sep, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 26 Sep, 2013 3 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
Less objects are allocated dynamically. CONTEXT_MENU is being run using its copy (it saves a hassle of following the lifetime of object).
-
Maciej Suminski authored
-
- 24 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 23 Sep, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
FIxed TOOL_EVENT::Modifier() (now it returns value for current modifier, not only if there is one active or not).
-
- 20 Sep, 2013 1 commit
-
-
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.
-
- 18 Sep, 2013 1 commit
-
-
tomasz.wlostowski@cern.ch authored
-
- 16 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 13 Sep, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Mouse movement events are sent during autopanning, as the cursor position changes in the world coordinates (even if it stays still in the screen coordinates). It allows tools to update their state, as if the mouse was moved.
-
- 10 Sep, 2013 1 commit
-
-
tomasz.wlostowski@cern.ch authored
-
- 09 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-