kicad/common/settings
Seth Hillbrand 6fc393c7db 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

(cherry picked from commit 122be418bb)
2023-06-18 01:06:40 +02:00
..
app_settings.cpp Use constants for the names of the built-in colors 2023-03-07 10:32:18 +00:00
builtin_color_themes.h Reduce static ratsnest opacity when moving items; tweak colors. 2022-12-07 21:01:56 +03:00
color_settings.cpp Use constants for the names of the built-in colors 2023-03-07 10:32:18 +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 DbLib: Allow inheriting field properties from source symbol 2022-11-09 21:24:31 -05: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 Store netclass visibility separately from nets 2022-10-01 19:54:13 -04:00
settings_manager.cpp Upgrade file locking 2023-06-18 01:06:40 +02:00