kicad/common/swig
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
..
ki_exception.i Add SWIG support for NETCLASSPTR. Reduce SWIG visibility from C++ headers. 2016-09-21 19:52:04 -04:00
kicad.i Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
kiway.i Fix incompatibilites between Python 2 and Python 3 2018-10-19 09:59:05 +02:00
kiway_player.i Fix minor SWIG issues due to git rebase issues. 2016-09-20 21:52:48 -04:00
math.i swig: clear up some warnings 2018-12-20 11:04:55 -08:00
wx.i Minor Pcbnew Python scripting improvements. 2017-03-17 10:41:00 -04:00
wx_python_helpers.cpp Fix conversation of Python 3 str -> wxString 2018-10-19 09:59:06 +02:00
wx_python_helpers.h SWIG Improvements 2016-09-20 11:59:43 -04:00