index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
processrunner.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-format.
Mikaƫl Capelle
2023-07-09
1
-20
/
+18
*
renamed Refresh to TriggerRefresh, added WaitForRefresh
isanae
2021-01-18
1
-2
/
+20
*
refresh after manually unlocking the ui
isanae
2019-12-29
1
-0
/
+1
*
conflicts tab: run exes unhooked by default
isanae
2019-12-08
1
-3
/
+5
*
added "open with vfs" option to conflicts tab
isanae
2019-12-02
1
-3
/
+7
*
don't show the lock overlay for processes that are not hooked
isanae
2019-12-02
1
-2
/
+3
*
renamed lockwidget files to uilocker
isanae
2019-11-06
1
-1
/
+1
*
renamed LockWidget to UILocker
isanae
2019-11-06
1
-4
/
+4
*
moved LockWidget back to OrganizerCore to support having multiple locks active
isanae
2019-11-06
1
-1
/
+1
*
removed redundant checkBinary(), which used to check for non existing binarie...
isanae
2019-11-06
1
-1
/
+75
*
removed unused SpawnedProcess
isanae
2019-11-06
1
-22
/
+3
*
added a ForceWait flag to bypass disabled locking
isanae
2019-11-06
1
-20
/
+23
*
added attachToProcess(), made waitForApplication() private
isanae
2019-11-06
1
-13
/
+6
*
removed runExecutableOrExecutableFile()
isanae
2019-11-06
1
-14
/
+5
*
removed runShortcut()
isanae
2019-11-06
1
-2
/
+0
*
removed runExecutable()
isanae
2019-11-06
1
-2
/
+0
*
removed runExecutableFile()
isanae
2019-11-06
1
-7
/
+0
*
explicit refresh parameter for setWaitForCompletion(), some parts of the ui w...
isanae
2019-11-06
1
-4
/
+9
*
added lockwidget to replace all the other dialogs
isanae
2019-11-06
1
-10
/
+60
*
return failure if the user has unlocked in waitForApplication()
isanae
2019-11-06
1
-3
/
+0
*
refactored waiting into waitForProcesses()
isanae
2019-11-06
1
-15
/
+0
*
split to processrunner
isanae
2019-11-06
1
-0
/
+104