summaryrefslogtreecommitdiff
path: root/src/settingsutilities.h
Commit message (Collapse)AuthorAgeFilesLines
* Use new Skip File & Skip Directory in usvfs (#2033)Twinki2024-06-151-0/+6
| | | | | | | | | | | | * Use new Skip File & Skip Directory in usvfs. # Motivations https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files & directories would be beneficial # Modifications - Add two new settings, `skip_file_suffixes` and `skip_directories` - Wire the two new settings up to usvfs - Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button - Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized
* Apply clang-format.Mikaël Capelle2023-07-091-53/+31
|
* Save collapse state of separator.Mikaël Capelle2021-01-021-0/+8
|
* fixes for VS preview: missing namespace, missing setting() with two parametersisanae2019-10-051-2/+2
|
* moved all spawn dialogs into a namespaceisanae2019-09-131-2/+2
| | | | | | | 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
* fixes for ExpanderWidgetisanae2019-09-111-2/+4
| | | | removed dead code in MainWindow
* don't log widget and geometry setting changesisanae2019-09-021-0/+6
| | | | | | 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-1/+3
| | | | | | nothing actually changed changed back section names that were originally lowercase, arrays end up in two different sections
* split into settingsutilitiesisanae2019-09-021-0/+266