kicad/common/settings
Seth Hillbrand 122be418bb Upgrade file locking
wxSingleInstanceChecker is meant for running programs, not file locking.
This implements an RAII class for file locking that stores the lock
files next to the file being locked, allowing it to be easily found and
removed.  Also includes the ability to override the lock, with
information about the original owner

Fixes https://gitlab.com/kicad/code/kicad/-/issues/14734
2023-05-24 13:51:54 -07:00
..
app_settings.cpp Use constants for the names of the built-in colors 2023-03-07 10:34:42 +00:00
aui_settings.cpp Add net navigator panel to schematic editor. 2023-05-20 13:48:03 -04:00
bom_settings.cpp Fix a bunch of C5266 warnings (pointless const on bool/int returns) 2023-05-18 21:35:06 -04:00
builtin_color_themes.h Tweak the Mac default selection highlight color for better visibility. 2023-02-24 12:44:55 +00:00
color_settings.cpp Use constants for the names of the built-in colors 2023-03-07 10:34:42 +00:00
common_settings.cpp Hide scrollbars in editors by default. 2023-02-11 16:39:09 +03:00
cvpcb_settings.cpp ADDED show pin names on footprint pads when assigning to symbol. 2022-07-24 23:41:41 +01:00
json_settings.cpp Add net navigator panel to schematic editor. 2023-05-20 13:48:03 -04:00
kicad_settings.cpp wxS more things 2023-01-22 09:41:42 -05:00
nested_settings.cpp More wxS ugh 2023-01-17 07:43:04 -05:00
parameters.cpp Add net navigator panel to schematic editor. 2023-05-20 13:48:03 -04:00
settings_manager.cpp Upgrade file locking 2023-05-24 13:51:54 -07:00