kicad/common/tool
Wayne Stambaugh 31177be88f Property grid navigation improvements.
* Do not handle tab key event when committing property changes so the
  property grid tab navigation works correctly.
* Do not call commit property changes on tab key when no changes are
  pending.
* Skip event handling in the base object value change and changing event
  handlers in case they do not get overloaded in derived objects.
* Do not force focus to canvas on property change so arrow and tab key
  grid navigation work properly.  Forcing the user to click the property
  grid control to edit a single property doesn't make sense.
* Pass properties panel show event up the event stack.
* Do not set focus to canvas in tool dispatcher if it already has the
  focus.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16957

manully cherry picked from commit 8a1347d2c8
2024-04-28 08:25:24 -04:00
..
action_manager.cpp Update CERN copyrights 2023-11-08 21:34:14 +00:00
action_menu.cpp Don't steal command-keys from a wxGrid. 2024-03-02 15:29:00 +00:00
action_toolbar.cpp Show friendly name in toolbar button tooltips. 2024-02-22 23:37:13 +00:00
actions.cpp The ruler tool is not part of InteractiveEdit. 2024-02-29 17:56:25 +00:00
common_control.cpp Move About dialog to an action 2023-10-04 22:17:47 +01:00
common_tools.cpp Grid properties for GerbView. 2024-03-14 18:05:18 +00:00
conditional_menu.cpp Make sub menus conditional on them having child items. 2024-01-18 00:21:15 +00:00
edit_constraints.cpp Improve EC_CONVERGING behaviour when lines are almost collinear. 2023-03-16 05:41:58 +03:00
edit_points.cpp Support point editing of inverted rectangles. 2024-01-17 15:27:48 +00:00
editor_conditions.cpp Painter base class should just live in gal instead of being in denial 2023-09-06 20:23:19 -04:00
grid_helper.cpp Fail GAL on its header leaking audit 2023-09-18 19:52:27 -04:00
grid_menu.cpp Expose grid origin action in more places 2024-02-27 23:52:17 +00:00
picker_tool.cpp Picker Tools: make sure we know what tool we are 2023-05-01 12:43:09 -04:00
properties_tool.cpp ADDED: Properties panel for schematic editor 2023-06-22 22:32:24 -04:00
selection.cpp Keep Mac debugger from crashing with breakpoints in .h files. 2024-02-22 23:36:50 +00:00
selection_conditions.cpp Flags: remove unused IS_DRAGGING 2022-12-28 12:27:57 -05:00
selection_tool.cpp Add reselectItem action. 2023-10-08 02:41:17 +00:00
tool_action.cpp Show friendly name in toolbar button tooltips. 2024-02-22 23:37:13 +00:00
tool_base.cpp Push tool framework base down into TOOL_HOLDER. 2020-03-24 19:00:25 +00:00
tool_dispatcher.cpp Property grid navigation improvements. 2024-04-28 08:25:24 -04:00
tool_event.cpp Add more tool stack tracing 2023-12-29 00:37:38 +00:00
tool_interactive.cpp Add more tool stack tracing 2023-12-29 00:37:38 +00:00
tool_manager.cpp Trivial change to avoid crash on tool re-entry 2024-02-28 00:31:37 +00:00
tool_menu.cpp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
tools_holder.cpp Introduce action friendly names 2023-10-27 23:58:29 +01:00
zoom_menu.cpp Simplify forcing action parameters to have a specific type 2023-06-20 21:52:50 +01:00
zoom_tool.cpp Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00