summaryrefslogtreecommitdiff
path: root/src/lockwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* threaded wait for processisanae2019-11-061-1/+4
|
* moved LockWidget back to OrganizerCore to support having multiple locks activeisanae2019-11-061-31/+34
| | | | | moved the ui out of LockWidget into LockInterface added LockWidget::Session to manage multi locks
* commentsisanae2019-11-061-0/+18
|
* removed unused SpawnedProcessisanae2019-11-061-0/+5
| | | | lock widget now interprets closing the dialog as a forced unlock
* explicit refresh parameter for setWaitForCompletion(), some parts of the ui ↵isanae2019-11-061-1/+1
| | | | | | | | will crash if things refresh unexpectedly removed runFile() fixed crash when unlocking if some widgets were destroyed in the meantime lock widget will now pick the active window and disable all top levels
* added lockwidget to replace all the other dialogsisanae2019-11-061-0/+68
rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now