summaryrefslogtreecommitdiff
path: root/src/settingsutilities.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved helper stuff to spawn so it can reuse error handlingisanae2019-09-191-8/+10
| | | | | removed unused helper::init() removed logging when deleting a credential that doesn't exist, happens all the time
* moved all spawn dialogs into a namespaceisanae2019-09-131-40/+102
| | | | | | | 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
* don't log widget and geometry setting changesisanae2019-09-021-0/+18
| | | | | | fixed mod info dialog tab order using different settings for read and write mod info dialog now doesn't complain when no tab order exists in the settings only remove section when the array is larger, prevents logging changes when nothing actually changed
* only remove section when the array is larger, prevents logging changes when ↵isanae2019-09-021-3/+5
| | | | | | nothing actually changed changed back section names that were originally lowercase, arrays end up in two different sections
* split into settingsutilitiesisanae2019-09-021-0/+247