| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | removed runExecutableFile() | isanae | 2019-11-06 | 1 | -26/+0 |
| | | | | | turns out on_startButton_clicked() had redundant code | ||||
| * | explicit refresh parameter for setWaitForCompletion(), some parts of the ui ↵ | isanae | 2019-11-06 | 1 | -17/+8 |
| | | | | | | | | | 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 dialogs | isanae | 2019-11-06 | 1 | -289/+398 |
| | | | | | | | 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 | ||||
| * | return failure if the user has unlocked in waitForApplication() | isanae | 2019-11-06 | 1 | -16/+18 |
| | | |||||
| * | always wait until completion in waitForApplication(), regardless of lock setting | isanae | 2019-11-06 | 1 | -7/+14 |
| | | |||||
| * | recheck the process tree if the current process is not that interesting | isanae | 2019-11-06 | 1 | -58/+165 |
| | | |||||
| * | refactored waiting into waitForProcesses() | isanae | 2019-11-06 | 1 | -160/+116 |
| | | |||||
| * | split to processrunner | isanae | 2019-11-06 | 1 | -0/+634 |
| added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | |||||
