summaryrefslogtreecommitdiff
path: root/src/spawn.h
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-35/+31
* Convert everything to CRLF.Mikaël Capelle2023-07-091-121/+121
* added a few missing constsisanae2020-02-041-0/+2
* removed redundant checkBinary(), which used to check for non existing binarie...isanae2019-11-061-4/+0
* removed unused filesisanae2019-11-061-2/+0
* split to processrunnerisanae2019-11-061-48/+0
* replaced uilock by a progress callback in spawnisanae2019-11-061-4/+3
* split to getRunningUSVFSProcesses()isanae2019-11-061-0/+4
* spawning an executable now only waits for that particular processisanae2019-11-061-0/+14
* moved findJavaInstallation() and getFileExecutionContext() to spawnisanae2019-11-061-0/+19
* initial Spawner and SpawnedProcessisanae2019-11-061-0/+34
* added details to blacklist dialogisanae2019-09-191-1/+1
* TaskDialog for restarting as admin for steamisanae2019-09-191-2/+5
* moved helper stuff to spawn so it can reuse error handlingisanae2019-09-191-0/+25
* made SpawnParameters public, changed to Qt typesisanae2019-09-121-19/+27
* split spawnBinaryProcess() into spawn, no changesisanae2019-09-121-0/+18
* rewritten spawn() to use std::wstring instead of manual buffersisanae2019-09-111-19/+0
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-4/+8
* Applied clang-format on sourceSandro Jäckel2018-02-221-8/+4
* - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-1/+1
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-68/+68
* - added buttons to backup and restore the modlist and pluginlistTannin2014-04-051-1/+7
* - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-051-2/+2
* - some fixes for qt5 compatibilityTannin2013-06-201-24/+43
* initial commit to mercurial repository.Tannin2013-02-031-0/+43