summaryrefslogtreecommitdiff
path: root/src/env.cpp
Commit message (Collapse)AuthorAgeFilesLines
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-9/+18
| | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps
* moved registry key from "Tannin" to "Mod Organizer Team"isanae2020-11-031-0/+160
|
* removed flags from SingleInstance because there's only one leftisanae2020-11-031-3/+10
| | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions
* new CommandLine classisanae2020-11-031-3/+39
| | | | | implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one
* typoisanae2020-07-101-1/+1
|
* 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