6fc393c7db
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
|
||
---|---|---|
.. | ||
app_settings.cpp | ||
builtin_color_themes.h | ||
color_settings.cpp | ||
common_settings.cpp | ||
cvpcb_settings.cpp | ||
json_settings.cpp | ||
kicad_settings.cpp | ||
nested_settings.cpp | ||
parameters.cpp | ||
settings_manager.cpp |