| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
changed OrganizerProxy::startApplication() so it _doesn't_ wait for completion, which is its original behaviour
|
| |
|
|
|
| |
log the actual spawning and requests to start as well as wait from plugins
raise the lock widget when it's a dialog
|
| |
|
|
| |
changed lock widget text when running without a ui
|
| | |
|
| |
|
|
| |
turns out on_startButton_clicked() had redundant code
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
added IUserInterface::qtWidget()
put back IUserInterface in OrganizerCore now that there's a way to get the widget
|