mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-09 00:30:02 +00:00
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. |
||
---|---|---|
.. | ||
dialogs | ||
tools | ||
auto_associate.cpp | ||
auto_associate.h | ||
cfg.cpp | ||
CMakeLists.txt | ||
components_listbox.cpp | ||
cvpcb_association.h | ||
cvpcb_doc.icns | ||
cvpcb_id.h | ||
cvpcb_mainframe.cpp | ||
cvpcb_mainframe.h | ||
cvpcb_settings.cpp | ||
cvpcb_settings.h | ||
cvpcb.cpp | ||
cvpcb.icns | ||
cvpcb.rc | ||
display_footprints_frame.cpp | ||
display_footprints_frame.h | ||
footprints_listbox.cpp | ||
library_listbox.cpp | ||
listbox_base.cpp | ||
listboxes.h | ||
menubar.cpp | ||
readwrite_dlgs.cpp | ||
toolbars_cvpcb.cpp |