summaryrefslogtreecommitdiff
path: root/src/env.h
Commit message (Collapse)AuthorAgeFilesLines
* moved the content of checkService() to env::getService(), refactored itisanae2019-09-191-0/+58
|
* moved all spawn dialogs into a namespaceisanae2019-09-131-1/+11
| | | | | | | 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-0/+5
| | | | moved processes from env.cpp to envmodule.cpp, merged what crash dumps did with what was in testForSteam()
* added env::getFileSecurity()isanae2019-09-111-4/+17
| | | | Environment gets stuff on demand
* added missing include guardsisanae2019-09-091-1/+12
| | | | log free space on drives involved in paths
* refactored Metrics and Display, no change in functionalityisanae2019-07-221-1/+38
|
* split envisanae2019-07-221-0/+117