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
*
Change IOrganizer::profile return type to a shared_ptr (#2322)
Jonathan Feenstra
2026-01-11
1
-3
/
+3
*
Refresh Callback (+ Extra for AboutToRun) (#1884)
Mikaël Capelle
2023-09-29
1
-2
/
+2
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-199
/
+158
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-2
/
+2
*
- renamed instance::name() to displayName() to reduce confusion with portable...
isanae
2021-02-12
1
-7
/
+22
*
renamed Refresh to TriggerRefresh, added WaitForRefresh
isanae
2021-01-18
1
-6
/
+32
*
fix running shortcuts with locking disabled
isanae
2021-01-04
1
-39
/
+65
*
renamed InstanceManager::instance() to singleton() to avoid confusion
isanae
2020-11-06
1
-1
/
+1
*
InstanceManager now returns new Instance struct instead of instance name
isanae
2020-11-03
1
-5
/
+8
*
Change some for loops to use refs, prefer range loop where possible.
AL
2020-11-02
1
-1
/
+1
*
Use trailing slashes to make accurate comparisons in adjustForVirtualized.
AL
2020-08-26
1
-4
/
+8
*
Clean notification of userInterfaceInitialized between MainWindow and Organiz...
Mikaël Capelle
2020-06-16
1
-2
/
+2
*
refresh after manually unlocking the ui
isanae
2019-12-29
1
-13
/
+43
*
windows 7 doesn't play well with job objects, so just wait on individual handles
isanae
2019-12-18
1
-2
/
+20
*
temporary fix to keep MO locked for all processes when closing
isanae
2019-12-15
1
-8
/
+18
*
fixed exiting before QThread joins when pressing the X twice
isanae
2019-12-15
1
-10
/
+21
*
conflicts tab: run exes unhooked by default
isanae
2019-12-08
1
-24
/
+46
*
added "open with vfs" option to conflicts tab
isanae
2019-12-02
1
-2
/
+18
*
don't show the lock overlay for processes that are not hooked
isanae
2019-12-02
1
-0
/
+9
*
cwd was MO instead of binary if non was specified in the exe settings
isanae
2019-11-26
1
-2
/
+2
*
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