kicad/kicad
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 Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
tools Improve directory handling for Project Save As. 2020-02-03 15:08:01 +00:00
CMakeLists.txt Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
file_pro.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
files-io.cpp Improve spelling. 2019-08-20 19:14:05 +01:00
import_project.cpp Update frame type enum to match current class names. 2019-09-06 23:38:20 +01:00
kicad.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
kicad.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
kicad.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
kicad_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
kicad_id.h Add printing to RMB project items. 2019-08-28 17:32:08 +01:00
kicad_manager_frame.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
kicad_manager_frame.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
kicad_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
kicad_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
logokicad.png Dutch language update, kicad splash making to work 2008-08-20 22:44:37 +00:00
menubar.cpp Add clear recent files action to the menus 2019-11-23 23:35:21 +00:00
pgm_kicad.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
project_template.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
project_template.h Cleanup. 2019-11-09 20:22:44 +00:00
tree_project_frame.cpp Project manager: fix files in nested dir not being added to hierarchy 2020-01-11 16:03:26 +00:00
tree_project_frame.h Project manager: fix files in nested dir not being added to hierarchy 2020-01-11 16:03:26 +00:00
treeproject_item.cpp Kicad, tree project: refinement in multiple selection. 2019-12-06 10:16:08 +01:00
treeproject_item.h Comment-only changes 2020-01-10 16:43:01 -08:00
treeprojectfiles.cpp Allow multiple selections in Kicad project manager (starting point) 2019-12-06 09:10:20 +01:00
treeprojectfiles.h Comment-only changes 2020-01-10 16:43:01 -08:00