summaryrefslogtreecommitdiff
path: root/src/env.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved the content of checkService() to env::getService(), refactored itisanae2019-09-191-0/+228
|
* moved all spawn dialogs into a namespaceisanae2019-09-131-0/+42
| | | | | | | 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
* testForSteam() now uses env to get processesisanae2019-09-121-95/+10
| | | | moved processes from env.cpp to envmodule.cpp, merged what crash dumps did with what was in testForSteam()
* added env::getFileSecurity()isanae2019-09-111-9/+22
| | | | Environment gets stuff on demand
* log desktop geometryisanae2019-09-091-0/+5
| | | | log more info on game plugin
* added missing include guardsisanae2019-09-091-1/+39
| | | | log free space on drives involved in paths
* split envisanae2019-07-221-0/+479