kicad/3d-viewer/3d_viewer
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 3d-viewer, add an option to subtract Mask from Silk 2020-01-29 16:00:05 +00:00
3d_actions.cpp Implement I18N for ACTIONs. 2019-06-17 10:45:23 +01:00
3d_actions.h Comment-only changes 2020-01-10 16:43:01 -08:00
3d_menubar.cpp Only get 3D viewer colors when launched from the PCb editor 2020-01-22 22:48:20 +00:00
3d_toolbar.cpp 3D viewer: update icons from common settings 2019-04-08 14:29:15 +01:00
3d_viewer_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
3d_viewer_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
eda_3d_viewer.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
eda_3d_viewer.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00