kicad/cvpcb/dialogs
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
..
dialog_config_equfiles.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_config_equfiles.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_config_equfiles_base.cpp Fix a few wxWidgets minor asserts. Fix also a missing bitmap button initialization. 2018-08-02 13:22:11 +02:00
dialog_config_equfiles_base.fbp Fix a few wxWidgets minor asserts. Fix also a missing bitmap button initialization. 2018-08-02 13:22:11 +02:00
dialog_config_equfiles_base.h Fix a few wxWidgets minor asserts. Fix also a missing bitmap button initialization. 2018-08-02 13:22:11 +02:00
dialog_display_options.cpp Implement Get/Set display options 2019-11-07 08:26:44 -08:00
dialog_display_options.h Add GAL support to Cvpcb display footprints frame. 2018-08-08 16:33:29 +02:00
dialog_display_options_base.cpp Standardize Footprint Viewer and Footprint Browser. 2018-09-12 14:01:35 +01:00
dialog_display_options_base.fbp Standardize Footprint Viewer and Footprint Browser. 2018-09-12 14:01:35 +01:00
dialog_display_options_base.h Standardize Footprint Viewer and Footprint Browser. 2018-09-12 14:01:35 +01:00
fp_conflict_assignment_selector.cpp Fix minor compil warning (not used var) 2018-01-14 15:57:46 +01:00
fp_conflict_assignment_selector.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
fp_conflict_assignment_selector_base.cpp Fix a number of untranslated strings. 2018-06-12 17:05:25 -07:00
fp_conflict_assignment_selector_base.fbp Fix a number of untranslated strings. 2018-06-12 17:05:25 -07:00
fp_conflict_assignment_selector_base.h Fix a number of untranslated strings. 2018-06-12 17:05:25 -07:00