kicad/include/tool
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad
CHANGED: Settings are now stored in versioned sub-directories
ADDED: First-run dialog for migrating settings from a previous version
CHANGED: Settings are now stored as JSON files instead of wxConfig-style INI files
CHANGED: Color settings are now all stored in a separate settings file
CHANGED: The symbol editor and footprint editor now have their own settings files
CHANGED: Color settings are no longer exposed through BOARD object
CHANGED: Page layout editor now uses Eeschema's color scheme

Settings are now managed through a central SETTINGS_MANAGER held by PGM_BASE.
Existing settings will be migrated from the wxConfig format on first run of each application.
Per-application settings are now stored in one class for each application.
2020-02-19 23:44:56 -05:00
..
examples QA: Add a generic utility tool executable. 2019-01-22 09:04:38 -05:00
action_manager.h Comment-only changes 2020-01-10 16:43:01 -08:00
action_menu.h Comment-only changes 2020-01-10 16:43:01 -08:00
action_toolbar.h Comment-only changes 2020-01-10 16:43:01 -08:00
actions.h Pinning for library trees in FPEditor and SymbolEditor. 2020-02-14 00:10:40 +00:00
common_control.h Comment-only changes 2020-01-10 16:43:01 -08:00
common_tools.h Comment-only changes 2020-01-10 16:43:01 -08:00
conditional_menu.h Unify menu item creation for closing a window 2019-08-14 09:35:15 +01:00
coroutine.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
edit_constraints.h Comment-only changes 2020-01-10 16:43:01 -08:00
edit_points.h Comment-only changes 2020-01-10 16:43:01 -08:00
grid_menu.h CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.) 2019-05-15 17:50:52 +01:00
picker_tool.h CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
selection.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
selection_conditions.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
tool_action.h Comment-only changes 2020-01-10 16:43:01 -08:00
tool_base.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
tool_dispatcher.h Comment-only changes 2020-01-10 16:43:01 -08:00
tool_event.h Comment-only changes 2020-01-10 16:43:01 -08:00
tool_interactive.h Beware of copying events and losing the m_passEvent flag. 2019-06-17 14:44:39 +01:00
tool_manager.h Gracefully shutdown tools when frames are closed 2020-02-05 22:23:24 +00:00
tool_menu.h Comment-only changes 2020-01-10 16:43:01 -08:00
zoom_menu.h CONTEXT_MENU -> ACTION_MENU. (Now used for menu-bar menus too.) 2019-05-15 17:50:52 +01:00
zoom_tool.h Move zoom_tool.h to include 2017-09-25 13:35:01 +02:00