summaryrefslogtreecommitdiff
path: root/src/spawn.cpp
Commit message (Expand)AuthorAgeFilesLines
* added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-6/+6
* missing periodisanae2019-09-201-1/+1
* registry details when steam fails to startisanae2019-09-201-4/+16
* added details to blacklist dialogisanae2019-09-191-5/+10
* TaskDialog for blacklisted, with button to change the blacklistisanae2019-09-191-15/+46
* TaskDialog for event log not runningisanae2019-09-191-15/+31
* TaskDialog for restarting as admin for steamisanae2019-09-191-49/+57
* steam confirmation now using TaskDialogisanae2019-09-191-32/+63
* added Settings::isExecutableBlacklisted()isanae2019-09-191-13/+16
* moved event log warning to dialogsisanae2019-09-191-23/+22
* moved the content of checkService() to env::getService(), refactored itisanae2019-09-191-77/+15
* removed helper.h and helper.cpp, merged into spawnisanae2019-09-191-1/+0
* moved helper stuff to spawn so it can reuse error handlingisanae2019-09-191-10/+135
* moved all spawn dialogs into a namespaceisanae2019-09-131-187/+223
* refactored steam handlingisanae2019-09-121-86/+157
* testForSteam() now uses env to get processesisanae2019-09-121-50/+12
* made SpawnParameters public, changed to Qt typesisanae2019-09-121-60/+32
* split spawnBinaryProcess() into spawn, no changesisanae2019-09-121-2/+308
* rewritten spawn() to use std::wstring instead of manual buffersisanae2019-09-111-107/+307
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-1/+1
* Removed old debugline.Al2019-06-191-1/+0
* Fix or ignore a number of compiler warnings.Al2019-01-111-1/+1
* Fix typoLostDragonist2018-12-271-1/+1
* Relaunch MO as admin when elevation is requiredLostDragonist2018-12-251-11/+19
* Escape quotes in arguments when elevating MOLostDragonist2018-12-211-1/+2
* Added debug line to check actual processed parameters passed to CreateProcess...Al12rs2018-09-081-0/+3
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-108/+118
* Applied clang-format on sourceSandro Jäckel2018-02-221-118/+108
* removed obsolete stuffTannin2016-05-161-1/+0
* fixed browse-button for mod directory (in settings)Tannin2016-02-091-1/+1
* fixed display of process name in unlock-widgetTannin2016-02-091-43/+1
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-2/+5
|\
| * Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-3/+5
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-2/+0
* | first work on interfacing with usvfsTannin2015-11-171-17/+29
|/
* dropped redundant report.h/report.cppTannin2015-05-091-0/+1
* tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-251-3/+3
* Merge with branch1.2Tannin2015-01-241-3/+3
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-3/+3
| * several bugfixes from the bugfix-wc that I forgot to backportTannin2014-11-261-208/+218
| * - moved the hook-recursion-protection to tlsTannin2014-09-291-0/+13
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-195/+195
* | replaced all uses of NULL with nullptrTannin2014-11-281-9/+9
* | - moved the hook-recursion-protection to tlsTannin2014-09-291-1/+1
* | - processes spawned from MO are now themselves allowed to break away from the...Tannin2014-08-251-0/+7
* | - can now filter by mod contentTannin2014-08-181-16/+0
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-211/+211
* | - when highlighting a mod the overwritten and overwriting mods are now highli...Tannin2014-07-141-7/+23
|/
* - added buttons to backup and restore the modlist and pluginlistTannin2014-04-051-4/+25
* - bugfix: elevation dialog didn't offer a "yes" optionTannin2014-01-291-2/+3