kicad/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
..
3d_cache Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
3d_canvas Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
3d_model_viewer Scope 3d viewer enums 2019-12-30 13:01:06 +00:00
3d_rendering Add virtual constructors to some classes that should have them 2020-02-05 22:19:14 +00:00
3d_viewer Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
common_ogl Silence warnings on MacOS about OpenGL deprecation 2019-12-28 16:05:03 +00:00
3d_enums.h 3d-viewer, add an option to subtract Mask from Silk 2020-01-29 16:00:05 +00:00
3d_fastmath.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
3d_fastmath.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
3d_math.cpp Removed all exception specifiers since deprecated. 2017-06-12 13:54:55 -04:00
3d_math.h (forget to staged modified files) 2016-10-09 11:33:53 -04:00
3d_plugin_dir.h.in Use absolute path CMAKE_INSTALL_FULL_LIBDIR for 3d viewer PLUGINDIR 2018-12-11 14:28:01 -05:00
3d_viewer_id.h 3d-viewer : synchronise colours with board stackup. 2020-01-22 22:38:30 +00:00
CMakeLists.txt Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
credits.txt 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00