kicad/pagelayout_editor
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
..
dialogs Pl_editor rework: refinements in Design inspector. 2019-06-15 09:58:23 +02:00
tools Gracefully shutdown tools when frames are closed 2020-02-05 22:23:24 +00:00
CMakeLists.txt Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
design_inspector.cpp Pl_editor rework: refinements in Design inspector. 2019-06-15 09:58:23 +02:00
design_inspector.h Comment-only changes 2020-01-10 16:43:01 -08:00
files.cpp Unify unsaved changes detection logic in all frames 2019-12-19 15:34:01 +00:00
invoke_pl_editor_dialog.h Use consistent PageLayout data structure names. 2019-05-27 11:55:58 +01:00
menubar.cpp Unify unsaved changes detection logic in all frames 2019-12-19 15:34:01 +00:00
pl_draw_panel_gal.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pl_draw_panel_gal.h Switch to scoped enums 2019-12-20 14:11:39 +00:00
pl_editor.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pl_editor.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor.rc Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
pl_editor_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
pl_editor_frame.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pl_editor_frame.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pl_editor_id.h Immediate actions for PlEditor, PcbNew, etc. 2019-06-25 11:34:28 +01:00
pl_editor_layout.cpp Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
pl_editor_layout.h Comment-only changes 2020-01-10 16:43:01 -08:00
pl_editor_screen.cpp Minor fixes in page layout editor 2019-05-31 12:06:29 +02:00
pl_editor_screen.h Remove CurItem() architecture and legacy routers and drawing code. 2019-05-29 00:26:30 +01:00
pl_editor_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pl_editor_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
pl_editor_undo_redo.cpp Don't zoom-to-fit after Page Layout Editor undo/redo. 2019-08-01 20:36:59 -06:00
properties_frame.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
properties_frame.h Comment-only changes 2020-01-10 16:43:01 -08:00
toolbars_pl_editor.cpp Unify unsaved changes detection logic in all frames 2019-12-19 15:34:01 +00:00