index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
processrunner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
switched to using a job object to monitor for processes so child processes ca...
isanae
2019-11-26
1
-67
/
+119
*
renamed LockWidget to UILocker
isanae
2019-11-06
1
-17
/
+17
*
threaded wait for process
isanae
2019-11-06
1
-11
/
+31
*
moved LockWidget back to OrganizerCore to support having multiple locks active
isanae
2019-11-06
1
-17
/
+16
*
removed redundant checkBinary(), which used to check for non existing binarie...
isanae
2019-11-06
1
-71
/
+126
*
removed unused SpawnedProcess
isanae
2019-11-06
1
-47
/
+0
*
added a ForceWait flag to bypass disabled locking
isanae
2019-11-06
1
-80
/
+75
*
added attachToProcess(), made waitForApplication() private
isanae
2019-11-06
1
-10
/
+27
*
removed runExecutableOrExecutableFile()
isanae
2019-11-06
1
-12
/
+2
*
removed runShortcut()
isanae
2019-11-06
1
-9
/
+0
*
removed runExecutable()
isanae
2019-11-06
1
-9
/
+0
*
removed runExecutableFile()
isanae
2019-11-06
1
-26
/
+0
*
explicit refresh parameter for setWaitForCompletion(), some parts of the ui w...
isanae
2019-11-06
1
-17
/
+8
*
added lockwidget to replace all the other dialogs
isanae
2019-11-06
1
-289
/
+398
*
return failure if the user has unlocked in waitForApplication()
isanae
2019-11-06
1
-16
/
+18
*
always wait until completion in waitForApplication(), regardless of lock setting
isanae
2019-11-06
1
-7
/
+14
*
recheck the process tree if the current process is not that interesting
isanae
2019-11-06
1
-58
/
+165
*
refactored waiting into waitForProcesses()
isanae
2019-11-06
1
-160
/
+116
*
split to processrunner
isanae
2019-11-06
1
-0
/
+634