summaryrefslogtreecommitdiff
path: root/src/helper.h
Commit message (Collapse)AuthorAgeFilesLines
* removed helper.h and helper.cpp, merged into spawnisanae2019-09-191-26/+0
|
* moved helper stuff to spawn so it can reuse error handlingisanae2019-09-191-40/+2
| | | | | removed unused helper::init() removed logging when deleting a credential that doesn't exist, happens all the time
* Relaunch MO as admin when elevation is requiredLostDragonist2018-12-251-2/+10
| | | | 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.
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-5/+8
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-8/+5
|
* fixed calls to helper.exe using wrong pathTannin2016-05-151-4/+4
|
* Added support for include-what-you-use in a very simplistic fashion to the ↵Thomas Tanner2015-10-171-1/+1
| | | | | | Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking. I've also removed a few unused include files it detected and corrected some things that upset clang in a big way.
* removed some obsolete codeTannin2015-01-221-9/+0
|
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-19/+19
|
* initial commit to mercurial repository.Tannin2013-02-031-0/+65
Corresponds to MO version 0.12.6