kicad/common/tool
jean-pierre charras 62a5302bc4 Fix issues created by commit cbb0d74bd5.
This commit redirected too many menuitem IDs to the tool manager.
Only some context menu items have to be redirected, not all inside ACTION_EVENT events.

This hack is not perfect. It needs a better handling of ACTION_EVENT handling.
2019-05-21 12:48:37 +02:00
..
action_manager.cpp Use wxMessageBox instead of ASSERT for duplicate hotkey warnings. 2019-05-15 17:50:52 +01:00
action_menu.cpp Fix issues created by commit cbb0d74bd5. 2019-05-21 12:48:37 +02:00
action_toolbar.cpp Fix icon-scaling issue for ACTION_TOOLBAR. 2019-05-16 19:57:06 +01:00
actions.cpp Push polar coords down into COMMON_TOOLS. 2019-05-18 00:21:49 +01:00
common_tools.cpp Push polar coords down into COMMON_TOOLS. 2019-05-18 00:21:49 +01:00
conditional_menu.cpp Don't set bitmaps on non-normal menu items under wxGTK 2019-05-20 20:11:22 -04:00
edit_constraints.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
edit_constraints.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
edit_points.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
edit_points.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
grid_menu.cpp Build out some of the modern toolkit context menus. 2019-05-05 17:12:59 +01:00
selection_conditions.cpp Replace deleteNode and deleteConnection with selectNode and selectConnection. 2019-05-05 17:14:29 +01:00
tool_action.cpp 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
tool_base.cpp Move remaining hard-coded segment counts 2019-05-16 08:49:55 -07:00
tool_dispatcher.cpp Fix merge error. 2019-05-16 20:05:45 +01:00
tool_event.cpp Start moving some LibEdit and SchEdit menubar menus to actions. 2019-05-13 21:44:29 +01:00
tool_interactive.cpp CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.) 2019-05-15 17:50:52 +01:00
tool_manager.cpp Move remaining hard-coded segment counts 2019-05-16 08:49:55 -07:00
tool_menu.cpp CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.) 2019-05-15 17:50:52 +01:00
zoom_menu.cpp Zoom context menu: minor enhancement (gal mode). 2018-12-28 14:08:01 +01:00
zoom_tool.cpp Move remaining hard-coded segment counts 2019-05-16 08:49:55 -07:00