kicad/common/settings
Ian McInerney c458b50fd9 Ensure the environment variables are synchronized between KiCad and Python
Before this, the environment variables inside Python wouldn't reflect
the updates to them made after the interpreter was started in Pcbnew.
This will call into Python and set the variables when they are changed,
since Python can't synchronize itself when running in an embedded
interpreter.

Fixes https://gitlab.com/kicad/code/kicad/issues/5071
2020-08-09 19:56:12 +01:00
..
app_settings.cpp Save the wxDisplay index to set the position of windows correctly 2020-07-27 02:53:56 +00:00
color_settings.cpp Settings management: try to fix full filename issues when using non ASCII7 chars. 2020-08-02 21:31:03 +02:00
common_settings.cpp Delete 3D cache files with GUI settable number of days 2020-08-09 10:41:45 +00:00
json_settings.cpp JSON_SETTINGS: add more wxLogTrace() calls. 2020-08-03 08:44:34 +02:00
nested_settings.cpp Settings management: try to fix full filename issues when using non ASCII7 chars. 2020-08-02 21:31:03 +02:00
settings_manager.cpp Ensure the environment variables are synchronized between KiCad and Python 2020-08-09 19:56:12 +01:00