Mark Roszko 9d32d208b8 Fix project lock both working and not working.
Turns out project locks would get created and only stick around for a short duration as the default move constructor was letting the og object free the lock.
But if you crashed kicad or managed something weird, you can get a lock file with no override prompt which also creates confusion as some stuff gets set read only.

So lets just fix this up.

- Implement move constructor on lockfile so that the old object will no longer free the lockfile
- Move lock ownership to the project itself, just slightly less weird to handle for the lock override
- Implement the override lock prompt
2025-06-01 20:20:49 -04:00
..
2025-04-28 23:05:45 +00:00
2025-02-27 14:36:24 -08:00
2025-02-27 14:36:24 -08:00
2025-02-27 14:36:24 -08:00
2025-03-03 18:34:33 +00:00
2025-04-28 23:05:45 +00:00
2024-02-09 15:55:57 -08:00
2024-02-09 15:55:57 -08:00
2025-02-25 16:07:19 -08:00