summaryrefslogtreecommitdiff
path: root/src/env.cpp
Commit message (Collapse)AuthorAgeFilesLines
* refresh after manually unlocking the uiisanae2019-12-291-0/+1
| | | | | | fixed nexus connect button staying as "cancel" in case of errors fixed logging of duplicate dll loading bumped to rc6
* added "open with vfs" option to conflicts tabisanae2019-12-021-0/+157
|
* added rivatuner to sanity checksisanae2019-11-261-14/+30
| | | | | now also checks modules loaded after startup fixed crash on w7 when checking some modules
* log new modules being loaded after startupisanae2019-11-261-0/+147
|
* simplified security products: don't log guids, remove duplicate entriesisanae2019-11-261-2/+12
|
* log timezoneisanae2019-11-261-0/+44
|
* moved findJavaInstallation() and getFileExecutionContext() to spawnisanae2019-11-061-7/+24
| | | | fixed env::get() returning garbage after value
* 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