kicad/common/page_layout
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
..
page_layout_default_description.cpp Use consistent PageLayout data structure names. 2019-05-27 11:55:58 +01:00
page_layout_reader.cpp Comment-only changes 2020-01-10 16:43:01 -08:00
page_layout_reader.keywords Remove duplicate files. 2013-10-18 19:38:03 +02:00
ws_data_item.cpp Fix freed pointer access issue (from Coverity scan). 2020-01-11 00:09:08 +00:00
ws_data_model.cpp Convert remaining legacy drawing code to print code. 2019-05-31 21:54:22 +01:00
ws_data_model_io.cpp Fix build order for generated headers and sources 2019-07-03 09:36:40 -04:00
ws_draw_item.cpp page layout editor: fix incorrect bitmaps bounding box size. 2020-01-24 11:52:41 +01:00
ws_painter.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
ws_proxy_undo_item.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 2019-06-10 23:46:00 +01:00
ws_proxy_view_item.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00