summaryrefslogtreecommitdiff
path: root/src/processrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use trailing slashes to make accurate comparisons in adjustForVirtualized.AL2020-08-261-4/+8
* Clean notification of userInterfaceInitialized between MainWindow and Organiz...Mikaƫl Capelle2020-06-161-2/+2
* refresh after manually unlocking the uiisanae2019-12-291-13/+43
* windows 7 doesn't play well with job objects, so just wait on individual handlesisanae2019-12-181-2/+20
* temporary fix to keep MO locked for all processes when closingisanae2019-12-151-8/+18
* fixed exiting before QThread joins when pressing the X twiceisanae2019-12-151-10/+21
* conflicts tab: run exes unhooked by defaultisanae2019-12-081-24/+46
* added "open with vfs" option to conflicts tabisanae2019-12-021-2/+18
* don't show the lock overlay for processes that are not hookedisanae2019-12-021-0/+9
* cwd was MO instead of binary if non was specified in the exe settingsisanae2019-11-261-2/+2
* switched to using a job object to monitor for processes so child processes ca...isanae2019-11-261-67/+119
* renamed LockWidget to UILockerisanae2019-11-061-17/+17
* threaded wait for processisanae2019-11-061-11/+31
* moved LockWidget back to OrganizerCore to support having multiple locks activeisanae2019-11-061-17/+16
* removed redundant checkBinary(), which used to check for non existing binarie...isanae2019-11-061-71/+126
* removed unused SpawnedProcessisanae2019-11-061-47/+0
* added a ForceWait flag to bypass disabled lockingisanae2019-11-061-80/+75
* added attachToProcess(), made waitForApplication() privateisanae2019-11-061-10/+27
* 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