Camille
|
9ff66a5274
|
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
|
2018-01-09 18:55:51 -05:00 |
jean-pierre charras
|
6a3c1720b2
|
Fix a few doxygen warnings
|
2017-06-25 11:26:04 +02:00 |
Maciej Suminski
|
e9921d8eea
|
Fixed an assert when footprint viewer was closed before the pcbnew window.
|
2015-07-28 10:29:00 +02:00 |
Maciej Suminski
|
da75c52665
|
Hot keys settings are synchronized between GAL & legacy
|
2015-05-05 20:39:42 +02:00 |
Maciej Suminski
|
99e5228948
|
Moved the list of TOOL_ACTIONs to ACTION_MANAGER.
|
2015-05-05 20:39:41 +02:00 |
Maciej Suminski
|
5c984aa069
|
Parametrized TOOL_ACTIONs.
|
2015-04-30 10:46:01 +02:00 |
Maciej Suminski
|
b1cd83c197
|
Icons in GAL context menus.
|
2015-04-02 16:09:48 +02:00 |
Maciej Suminski
|
6083f3b011
|
Internationalization of GAL dialogs & menus.
|
2015-04-02 16:09:26 +02:00 |
Maciej Suminski
|
a72a04654c
|
MInor fix for Tool Framework notifications.
|
2015-03-10 13:20:22 +01:00 |
Maciej Suminski
|
c0a96141df
|
Added AF_NOTIFY flag for TOOL_ACTIONs.
|
2014-07-09 15:10:32 +02:00 |
Maciej Suminski
|
94cc845b3f
|
Added AF_ACTIVATE flag for TOOL_ACTIONs.
Reworked the way of processing events in TOOL_MANAGER class.
Added GetCommandStr() for TOOL_EVENT class.
|
2014-07-09 13:50:27 +02:00 |
Maciej Suminski
|
f8f6fd41ad
|
Introduced a new type of action: TA_ACTIVATE to distinguish events activating tools from common tool actions.
|
2014-07-09 13:50:27 +02:00 |
Maciej Suminski
|
3fd26b6dd2
|
TOOL_ACTIONs are automagically registered by TOOL_MANAGER upon its construction.
|
2014-07-09 11:22:42 +02:00 |
Maciej Suminski
|
def53707d5
|
TOOL_MANAGER is no longer static. Reworked autoregistration of TOOL_ACTIONs.
|
2014-05-14 16:29:53 +02:00 |
Maciej Suminski
|
50b202fe99
|
Hot keys specific to a tool have priority over global hot keys (TOOL_ACTION scope: AS_GLOBAL/AS_CONTEXT is finally handled properly).
|
2014-04-09 17:05:05 +02:00 |
Maciej Suminski
|
0694f2fa1c
|
TOOL_EVENTs autoregister themselves in ACTION_MANAGER.
ROUTER_TOOL events have temporarily changed their hotkeys assignment.
|
2014-03-21 10:40:50 +01:00 |
Maciej Suminski
|
bc305859b2
|
Mainly case changes.
|
2013-10-14 20:40:36 +02:00 |
Maciej Suminski
|
0ac3e1fbf2
|
Namespace KiGfx->KIGFX.
template<> -> template <>
Some more reformatting according to uncrustify results.
|
2013-10-14 16:13:35 +02:00 |
Maciej Suminski
|
6b74b5771a
|
Even more code comments and reformatting.
|
2013-09-27 18:51:21 +02:00 |
Maciej Suminski
|
61066fa608
|
Added functions for handling hotkeys, interface for adding TOOL_ACTIONs to CONTEXT_MENU.
Less objects are allocated dynamically.
CONTEXT_MENU is being run using its copy (it saves a hassle of following the lifetime of object).
|
2013-09-26 14:09:18 +02:00 |
Maciej Suminski
|
2c03bf4109
|
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.
|
2013-09-19 17:02:57 +02:00 |
tomasz.wlostowski@cern.ch
|
87dccc9f81
|
P&S router: some missing files
|
2013-09-18 19:56:37 +02:00 |