summaryrefslogtreecommitdiff
path: root/src/processrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* removed runExecutableOrExecutableFile()isanae2019-11-061-12/+2
* removed runShortcut()isanae2019-11-061-9/+0
* removed runExecutable()isanae2019-11-061-9/+0
* removed runExecutableFile()isanae2019-11-061-26/+0
* explicit refresh parameter for setWaitForCompletion(), some parts of the ui w...isanae2019-11-061-17/+8
* added lockwidget to replace all the other dialogsisanae2019-11-061-289/+398
* return failure if the user has unlocked in waitForApplication()isanae2019-11-061-16/+18
* always wait until completion in waitForApplication(), regardless of lock settingisanae2019-11-061-7/+14
* recheck the process tree if the current process is not that interestingisanae2019-11-061-58/+165
* refactored waiting into waitForProcesses()isanae2019-11-061-160/+116
* split to processrunnerisanae2019-11-061-0/+634