71 Commits (c24dbc17bf7e02bbd03f320dad293f414aa9091e)

Author SHA1 Message Date
Ian McInerney c24dbc17bf Move toolbar setup flags into the action definition 8 months ago
Jeff Young 8874f137fa Read hotkeys from disk after they change. 8 months ago
Wayne Stambaugh e09b095533 Common folder housekeeping part 3. 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 9 months ago
John Beard 03f11eea78 Exclude letter hotkeys from Shift fallback 11 months ago
Ian McInerney dd933b7d0e Update CERN copyrights 2 years ago
Ian McInerney 0876fb0985 Re-implement direct layer switching in the router tool 2 years ago
Mike Williams c0a5be4e9f Hotkeys: add support for alternate hotkeys 2 years ago
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch 2 years ago
Ian McInerney 0a22bb951c Add custom UI IDs to the action framework 3 years ago
Ian McInerney b63bbdea5f Add function-chain contructor for TOOL_ACTION 3 years ago
Marek Roszko 1edf84d756 More wxS ugh 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
Jeff Young 7ede2c70bd Performance enhancements for hotkeys. 3 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Marek Roszko 4df3cb912d Remove another leaky wx/log.h header 4 years ago
Werni a7d5d1f091 Add more consts all over the place 5 years ago
Ian McInerney dbe5537fa9 Don't run the hotkey if the action isn't enabled 5 years ago
Ian McInerney 72a1c71e07 Implement a framework to handle wxUpdateUIEvents for tool actions 5 years ago
Jeff Young 5ee806c3a3 The dispatch-behind & whitelist stuff got broken again, so I've 5 years ago
Jeff Young 73eda91ec7 Allow some events to run behind a modal dialog. 6 years ago
Ian McInerney c29c3d9cc1 Diferentiate action types in the tool trace 6 years ago
Jeff Young d69ebfae49 Push tool framework base down into TOOL_HOLDER. 6 years ago
Tomasz Wlostowski 33f9843fb7 ACTION_MANAGER: prevent null object call when used without a host frame 6 years ago
Ian McInerney d68dd09f63 Run all matching global actions for a hotkey 6 years ago
Ian McInerney b6f6fc3d65 Return handled status for actions run from hotkeys 6 years ago
Ian McInerney bea74c27e5 Add log trace for tool handling 6 years ago
jean-pierre charras e800bc5ffe Avoid crashed in eeschema after selecting/deselecting and reselecting highlight tool or delete tool 6 years ago
Jeff Young b429dbfb88 Fix bugs with ACTIONs not being "honest" singletons. 6 years ago
Jeff Young 97d2800f16 Update hotkey maps when the hotkeys are edited. 6 years ago
Jeff Young aeadc768f6 Add import of hotkeys and fix bugs in reanding and writing hotkeys. 6 years ago
Jeff Young 5e49517781 Move hotkeys to ACTION architecture. 6 years ago
Jeff Young c13ef839c1 Tool framework for Kicad Manager frame. 6 years ago
Jeff Young 6025256e07 Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 6 years ago
Jeff Young a3dfce5adb Implement common file menu actions and move Eeschema over. 6 years ago
Jeff Young 06d64c7883 Use wxMessageBox instead of ASSERT for duplicate hotkey warnings. 6 years ago
Jeff Young 9adf012c20 Move duplicate hotkey check so it respects AS_CONTEXT. 7 years ago
Jeff Young b526461a8e Fix colliding hotkeys issue. 7 years ago
Seth Hillbrand 594d5c3e34 pcbnew: overwrite hotkeys cleanly 7 years ago
Maciej Suminski 0d8692da20 Changed ACTION_MANAGER assert() calls to wxASSERT() 8 years ago
Tomasz Włostowski 781008bfa5 refactoring: allow to run TOOL_MANAGER and SELECTION_TOOL without a host wxFrame 8 years ago
Maciej Suminski 950d87a920 Removed boost::adaptor from ACTION_MANAGER 8 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 9 years ago
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers 9 years ago
Maciej Suminski e9921d8eea Fixed an assert when footprint viewer was closed before the pcbnew window. 10 years ago
Maciej Suminski 982eee7905 Do not invoke PNS inline dragging when 'Duplicate' is run. 10 years ago
Maciej Suminski dd5275f6c6 Minor SELECTION_TOOL fixes. 10 years ago
Maciej Suminski 5c6ecb0491 Zoom hotkeys fix for Windows (GAL). 10 years ago