summaryrefslogtreecommitdiff
path: root/src/processrunner.h
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-20/+18
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-2/+20
* refresh after manually unlocking the uiisanae2019-12-291-0/+1
* conflicts tab: run exes unhooked by defaultisanae2019-12-081-3/+5
* added "open with vfs" option to conflicts tabisanae2019-12-021-3/+7
* don't show the lock overlay for processes that are not hookedisanae2019-12-021-2/+3
* renamed lockwidget files to uilockerisanae2019-11-061-1/+1
* renamed LockWidget to UILockerisanae2019-11-061-4/+4
* moved LockWidget back to OrganizerCore to support having multiple locks activeisanae2019-11-061-1/+1
* removed redundant checkBinary(), which used to check for non existing binarie...isanae2019-11-061-1/+75
* removed unused SpawnedProcessisanae2019-11-061-22/+3
* added a ForceWait flag to bypass disabled lockingisanae2019-11-061-20/+23
* added attachToProcess(), made waitForApplication() privateisanae2019-11-061-13/+6
* removed runExecutableOrExecutableFile()isanae2019-11-061-14/+5
* removed runShortcut()isanae2019-11-061-2/+0
* removed runExecutable()isanae2019-11-061-2/+0
* removed runExecutableFile()isanae2019-11-061-7/+0
* explicit refresh parameter for setWaitForCompletion(), some parts of the ui w...isanae2019-11-061-4/+9
* added lockwidget to replace all the other dialogsisanae2019-11-061-10/+60
* return failure if the user has unlocked in waitForApplication()isanae2019-11-061-3/+0
* refactored waiting into waitForProcesses()isanae2019-11-061-15/+0
* split to processrunnerisanae2019-11-061-0/+104