kicad/qa
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
..
common Convert all CMake paths to absolute instead of relative 2020-01-22 23:27:20 +00:00
common_tools Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
data QA: Move contents qa_shape_poly_set_refactor to qa_common 2019-01-29 08:15:44 -05:00
eeschema Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
gal/gal_pixel_alignment Convert all CMake paths to absolute instead of relative 2020-01-22 23:27:20 +00:00
libs Update tests to match 2-space indenting. 2019-11-10 11:43:52 +00:00
pcb_test_window Convert all CMake paths to absolute instead of relative 2020-01-22 23:27:20 +00:00
pcbnew Pcbnew: regroup drc files to the already existing drc folder. 2020-02-19 10:31:32 +01:00
pcbnew_tools Add virtual constructors to some classes that should have them 2020-02-05 22:19:14 +00:00
pcbnew_utils Pcbnew: regroup drc files to the already existing drc folder. 2020-02-19 10:31:32 +01:00
qa_utils Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
testcases Fix up python test for new comment signatures. 2019-08-23 00:56:08 +01:00
unit_test_utils QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00
utils/kicad2step Reinstate "QA: Tweak boost print helper macro"" 2019-05-24 13:23:51 +01:00
CMakeLists.txt QA: Add build-time option to enable XML output from tests 2019-04-18 10:59:06 +01:00
test.py QA: Add build-time option to enable XML output from tests 2019-04-18 10:59:06 +01:00