kicad/eeschema/libedit
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
..
lib_edit_frame.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
lib_edit_frame.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
lib_export.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
lib_manager.cpp Fix save library bug in symbol editor. 2020-01-09 11:23:46 -05:00
lib_manager.h Fix save library bug in symbol editor. 2020-01-09 11:23:46 -05:00
libedit.cpp Initialize starting value in libedit deduplicate function 2019-12-17 16:09:59 +00:00
libedit_plot_component.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
libedit_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
libedit_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
libedit_undo_redo.cpp Remove confused dynamic_cast 2020-01-16 06:17:04 -08:00
menubar_libedit.cpp eeschema: Remove unused include of eeschema_id.h 2020-01-03 16:04:54 +00:00
symbedit.cpp Symbol editor: fix inherited symbol editing bug. 2019-12-13 16:51:59 -05:00
toolbars_libedit.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00