| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split to processrunner | isanae | 2019-11-06 | 1 | -198/+0 |
| | | | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | ||||
| * | replaced uilock by a progress callback in spawn | isanae | 2019-11-06 | 1 | -18/+11 |
| | | | | | waiting for process now gets the whole process tree to find an interesting process | ||||
| * | split to getRunningUSVFSProcesses() | isanae | 2019-11-06 | 1 | -14/+39 |
| | | | | | simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes | ||||
| * | spawning an executable now only waits for that particular process | isanae | 2019-11-06 | 1 | -0/+63 |
| | | | | | added waitForAllUSVFSProcesses() to OrganizerCore, used when closing MO | ||||
| * | wait for executable when opening files | isanae | 2019-11-06 | 1 | -2/+2 |
| | | |||||
| * | moved findJavaInstallation() and getFileExecutionContext() to spawn | isanae | 2019-11-06 | 1 | -2/+181 |
| | | | | | fixed env::get() returning garbage after value | ||||
| * | initial Spawner and SpawnedProcess | isanae | 2019-11-06 | 1 | -8/+123 |
| | | | | | | | | added steam app id to spawn parameters removed threadHandle, unused moved most of the stuff from OrganizerCore::spawnBinaryProcess() to Spawner replaced m_UserInterface by m_MainWindow | ||||
| * | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 1 | -6/+6 |
| | | | | | | | | reset geometry uses TaskDialog moved restart code for the settings dialog to MainWindow fixed settings sometimes not being saved when restarting don't log "crash dumps present" every time the settings dialog is closed | ||||
| * | missing period | isanae | 2019-09-20 | 1 | -1/+1 |
| | | |||||
| * | registry details when steam fails to start | isanae | 2019-09-20 | 1 | -4/+16 |
| | | | | | typos | ||||
| * | added details to blacklist dialog | isanae | 2019-09-19 | 1 | -5/+10 |
| | | |||||
| * | TaskDialog for blacklisted, with button to change the blacklist | isanae | 2019-09-19 | 1 | -15/+46 |
| | | |||||
| * | TaskDialog for event log not running | isanae | 2019-09-19 | 1 | -15/+31 |
| | | |||||
| * | TaskDialog for restarting as admin for steam | isanae | 2019-09-19 | 1 | -49/+57 |
| | | | | | | | added a parent widget parameter to a bunch of places fixed paths still getting changed even if folders can't be created made private the member variables that were temporarily public during rework | ||||
| * | steam confirmation now using TaskDialog | isanae | 2019-09-19 | 1 | -32/+63 |
| | | | | | fixed dialog choices not remembering files | ||||
| * | added Settings::isExecutableBlacklisted() | isanae | 2019-09-19 | 1 | -13/+16 |
| | | | | | moved blacklisted confirmation to dialogs | ||||
| * | moved event log warning to dialogs | isanae | 2019-09-19 | 1 | -23/+22 |
| | | |||||
| * | moved the content of checkService() to env::getService(), refactored it | isanae | 2019-09-19 | 1 | -77/+15 |
| | | |||||
| * | removed helper.h and helper.cpp, merged into spawn | isanae | 2019-09-19 | 1 | -1/+0 |
| | | |||||
| * | moved helper stuff to spawn so it can reuse error handling | isanae | 2019-09-19 | 1 | -10/+135 |
| | | | | | | removed unused helper::init() removed logging when deleting a credential that doesn't exist, happens all the time | ||||
| * | moved all spawn dialogs into a namespace | isanae | 2019-09-13 | 1 | -187/+223 |
| | | | | | | | | starting steam with spawn() instead of QProcess dialogs for bad steam registry key and failure refactored credentials code, added logging add environment variables to env | ||||
| * | refactored steam handling | isanae | 2019-09-12 | 1 | -86/+157 |
| | | |||||
| * | testForSteam() now uses env to get processes | isanae | 2019-09-12 | 1 | -50/+12 |
| | | | | | moved processes from env.cpp to envmodule.cpp, merged what crash dumps did with what was in testForSteam() | ||||
| * | made SpawnParameters public, changed to Qt types | isanae | 2019-09-12 | 1 | -60/+32 |
| | | | | | removed 'suspended', not used | ||||
| * | split spawnBinaryProcess() into spawn, no changes | isanae | 2019-09-12 | 1 | -2/+308 |
| | | |||||
| * | rewritten spawn() to use std::wstring instead of manual buffers | isanae | 2019-09-11 | 1 | -107/+307 |
| | | | | | error dialogs now use TaskDialog with more user-friendly text | ||||
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -1/+1 |
| | | |||||
| * | Removed old debugline. | Al | 2019-06-19 | 1 | -1/+0 |
| | | |||||
| * | Fix or ignore a number of compiler warnings. | Al | 2019-01-11 | 1 | -1/+1 |
| | | |||||
| * | Fix typo | LostDragonist | 2018-12-27 | 1 | -1/+1 |
| | | |||||
| * | Relaunch MO as admin when elevation is required | LostDragonist | 2018-12-25 | 1 | -11/+19 |
| | | | | | Previously, a new process of MO would be created as administrator when elevation was required. This had some unwanted side effects. The GUI lock would not function. The virtual file system would likely break as the non-admin process could not access data from the new admin instance. | ||||
| * | Escape quotes in arguments when elevating MO | LostDragonist | 2018-12-21 | 1 | -1/+2 |
| | | |||||
| * | Added debug line to check actual processed parameters passed to ↵ | Al12rs | 2018-09-08 | 1 | -0/+3 |
| | | | | | CreateProcessHooked() to see if we can discover somethig more on Parameter is incorrect error. | ||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -108/+118 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -118/+108 |
| | | |||||
| * | removed obsolete stuff | Tannin | 2016-05-16 | 1 | -1/+0 |
| | | |||||
| * | fixed browse-button for mod directory (in settings) | Tannin | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | fixed display of process name in unlock-widget | Tannin | 2016-02-09 | 1 | -43/+1 |
| | | |||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2015-12-07 | 1 | -2/+5 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp | ||||
| | * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵ | Thomas Tanner | 2015-11-26 | 1 | -3/+5 |
| | | | | | | | | | of gameinfo.h includes | ||||
| * | | - no longer displaying "not logged in". This was too confusing for some | Tannin | 2015-12-07 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup | ||||
| * | | first work on interfacing with usvfs | Tannin | 2015-11-17 | 1 | -17/+29 |
| |/ | |||||
| * | dropped redundant report.h/report.cpp | Tannin | 2015-05-09 | 1 | -0/+1 |
| | | |||||
| * | tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵ | Tannin | 2015-02-25 | 1 | -3/+3 |
| | | | | | from static code analysis) | ||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -3/+3 |
| |\ | |||||
| | * | cleanup (mostly removing unused includes) | Tannin | 2015-01-22 | 1 | -3/+3 |
| | | | |||||
| | * | several bugfixes from the bugfix-wc that I forgot to backport | Tannin | 2014-11-26 | 1 | -208/+218 |
| | | | |||||
| | * | - moved the hook-recursion-protection to tls | Tannin | 2014-09-29 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | - some code cleanup and consolidation - hook.dll will now report all of its own exceptions - some more logging during startup - changed the way urls are encoded for download requests - now displaying (one of the) process name(s) while waiting for a program to end - bugfix: spawned processes were forced to leave the job | ||||
| | * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -195/+195 |
| | | | |||||
| * | | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -9/+9 |
| | | | | | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
