kicad/common/settings
Marek Roszko b4e4e1cf5e Use wxFFile instead of wxFile for saving json settings/json_settings.cpp
wxFile is dangerous, it's ::Write method is a direct map to the write syscall. It does not handle partial writes!
This must be handled in our code which we don't.
2020-12-12 10:00:49 -05:00
..
app_settings.cpp Update default color theme 2020-10-18 14:12:54 -04:00
builtin_color_themes.h Slight tweak to schematic background color 2020-10-19 20:55:34 -04:00
color_settings.cpp Remove beginning/ending spaces in translations 2020-10-20 12:08:04 -07:00
common_settings.cpp Deduplicate settings migration handling 2020-10-05 23:21:57 -04:00
json_settings.cpp Use wxFFile instead of wxFile for saving json settings/json_settings.cpp 2020-12-12 10:00:49 -05:00
nested_settings.cpp Catch exception when creating app settings objects 2020-09-21 12:07:51 +01:00
settings_manager.cpp Don't write local settings of imported project into current settings. 2020-11-30 23:10:21 +00:00