kicad/3d-viewer/3d_cache/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
..
3d_cache_dialogs.cpp Fold 3D Search Paths dialog into Configure Paths. 2018-07-17 15:11:01 +01:00
3d_cache_dialogs.h Fold 3D Search Paths dialog into Configure Paths. 2018-07-17 15:11:01 +01:00
dlg_select_3dmodel.cpp Simplify 3D object cache class structure 2020-01-15 23:32:05 +00:00
dlg_select_3dmodel.h Fold 3D Search Paths dialog into Configure Paths. 2018-07-17 15:11:01 +01:00
panel_prev_3d_base.cpp Fix a few wxWidgets minor asserts. Fix also a missing bitmap button initialization. 2018-08-02 13:22:11 +02:00
panel_prev_3d_base.fbp Fix a few wxWidgets minor asserts. Fix also a missing bitmap button initialization. 2018-08-02 13:22:11 +02:00
panel_prev_3d_base.h Fix a few wxWidgets minor asserts. Fix also a missing bitmap button initialization. 2018-08-02 13:22:11 +02:00
panel_prev_model.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
panel_prev_model.h Switch to scoped enums 2019-12-20 14:11:39 +00:00