kicad/common/gal
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
..
cairo Fix a few coverity warnings 2020-02-01 15:15:51 +01:00
opengl Fix a few Coverity warnings. 2020-02-02 08:55:24 +01:00
color4d.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
gal_display_options.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
graphics_abstraction_layer.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
hidpi_gl_canvas.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:00:55 +00:00
stroke_font.cpp Get rid of line-weight component of overbar height. 2020-02-03 19:35:48 +00:00