kicad/common/settings
Seth Hillbrand 3c29e68992 Use wxFFileInputStream to avoid dangling pointer
Cases where fp was left open could lead to dangling files until KiCad is
closed.  Stack-based file stream automatically closes after parsing and
on exception

Fixes https://gitlab.com/kicad/code/kicad/issues/9336
2021-10-08 13:42:04 -07:00
..
app_settings.cpp Rename layer ids file. 2021-07-29 16:03:25 +01:00
builtin_color_themes.h Remove hard-coded anchor color in eeschema 2021-09-28 20:26:47 -04:00
color_settings.cpp Remove hard-coded anchor color in eeschema 2021-09-28 20:26:47 -04:00
common_settings.cpp Use more descriptive terminology for preferred text editor. 2021-09-19 15:17:26 +01:00
json_settings.cpp Use wxFFileInputStream to avoid dangling pointer 2021-10-08 13:42:04 -07:00
nested_settings.cpp Don't rely on exception processing for normal flow. 2021-06-15 00:17:39 +01:00
parameters.cpp Retire PARAM_OBSOLETE in favour of a schema migration. 2021-08-02 17:38:15 +01:00
settings_manager.cpp Update backups folder name when doing project save as. 2021-09-27 13:24:45 +01:00