| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean notification of userInterfaceInitialized between MainWindow and ↵ | Mikaël Capelle | 2020-06-16 | 1 | -2/+2 |
| | | | | | OrganizerCore. | ||||
| * | refresh after manually unlocking the ui | isanae | 2019-12-29 | 1 | -13/+43 |
| | | | | | | | fixed nexus connect button staying as "cancel" in case of errors fixed logging of duplicate dll loading bumped to rc6 | ||||
| * | windows 7 doesn't play well with job objects, so just wait on individual handles | isanae | 2019-12-18 | 1 | -2/+20 |
| | | | | | fixed getProcessTreeFromProcess() not behaving like getProcessTreeFromJob() | ||||
| * | temporary fix to keep MO locked for all processes when closing | isanae | 2019-12-15 | 1 | -8/+18 |
| | | | | | save main window settings in closeEvent() | ||||
| * | 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 |
| | | | | | | starting exe from filetree is now hooked usvfs progress dialog now on top of dialogs | ||||
| * | 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 ↵ | isanae | 2019-11-26 | 1 | -67/+119 |
| | | | | | can also be captured | ||||
| * | renamed LockWidget to UILocker | isanae | 2019-11-06 | 1 | -17/+17 |
| | | | | | lock interface up to two processes | ||||
| * | 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 |
| | | | | | | moved the ui out of LockWidget into LockInterface added LockWidget::Session to manage multi locks | ||||
| * | removed redundant checkBinary(), which used to check for non existing ↵ | isanae | 2019-11-06 | 1 | -71/+126 |
| | | | | | | | | | | | binaries, that's handled when spawning removed useless checkEnvironment(), which checked for EventLog removed CREATE_BREAKAWAY_FROM_JOB from CreateProcess() calls, didn't do anything fixed setFromFileOrExecutable() when running just a filename that's not an executable name split run() fixed lock widget being disabled when running without a ui | ||||
| * | removed unused SpawnedProcess | isanae | 2019-11-06 | 1 | -47/+0 |
| | | | | | lock widget now interprets closing the dialog as a forced unlock | ||||
| * | added a ForceWait flag to bypass disabled locking | isanae | 2019-11-06 | 1 | -80/+75 |
| | | | | | merged a bunch of unnecessary functions in ProcessRunner | ||||
| * | added attachToProcess(), made waitForApplication() private | isanae | 2019-11-06 | 1 | -10/+27 |
| | | | | | changed OrganizerProxy::startApplication() so it _doesn't_ wait for completion, which is its original behaviour | ||||
| * | removed runExecutableOrExecutableFile() | isanae | 2019-11-06 | 1 | -12/+2 |
| | | | | | | log the actual spawning and requests to start as well as wait from plugins raise the lock widget when it's a dialog | ||||
| * | removed runShortcut() | isanae | 2019-11-06 | 1 | -9/+0 |
| | | | | | changed lock widget text when running without a ui | ||||
| * | removed runExecutable() | isanae | 2019-11-06 | 1 | -9/+0 |
| | | |||||
| * | removed runExecutableFile() | isanae | 2019-11-06 | 1 | -26/+0 |
| | | | | | turns out on_startButton_clicked() had redundant code | ||||
| * | explicit refresh parameter for setWaitForCompletion(), some parts of the ui ↵ | isanae | 2019-11-06 | 1 | -17/+8 |
| | | | | | | | | | will crash if things refresh unexpectedly removed runFile() fixed crash when unlocking if some widgets were destroyed in the meantime lock widget will now pick the active window and disable all top levels | ||||
| * | added lockwidget to replace all the other dialogs | isanae | 2019-11-06 | 1 | -289/+398 |
| | | | | | | | rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now | ||||
| * | 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 |
| added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | |||||
