summaryrefslogtreecommitdiff
path: root/src/processrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change IOrganizer::profile return type to a shared_ptr (#2322)Jonathan Feenstra2026-01-111-3/+3
* Refresh Callback (+ Extra for AboutToRun) (#1884)Mikaël Capelle2023-09-291-2/+2
* Apply clang-format.Mikaël Capelle2023-07-091-199/+158
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-2/+2
* - renamed instance::name() to displayName() to reduce confusion with portable...isanae2021-02-121-7/+22
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-6/+32
* fix running shortcuts with locking disabledisanae2021-01-041-39/+65
* renamed InstanceManager::instance() to singleton() to avoid confusionisanae2020-11-061-1/+1
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-5/+8
* Change some for loops to use refs, prefer range loop where possible.AL2020-11-021-1/+1
* 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