summaryrefslogtreecommitdiff
path: root/src/settingsdialogworkarounds.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use new Skip File & Skip Directory in usvfs (#2033)Twinki2024-06-151-0/+89
| | | | | | | | | | | | * 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-37/+40
|
* Don't blacklist empty usernames and passwordsChris Bessent2021-11-251-2/+4
|
* Blacklist Steam username and password from the logChris Bessent2021-11-231-0/+3
|
* Reorganize settingsdialog classes to match UI.Mikaël Capelle2021-01-291-5/+30
|
* Move settings around. Remove unused settings.Mikaël Capelle2021-01-291-17/+0
|
* Re-organize settings. Add setting to remember filters when restarting MO.Mikaël Capelle2021-01-101-2/+0
|
* added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-9/+12
| | | | | | | reset geometry uses TaskDialog moved restart code for the settings dialog to MainWindow fixed settings sometimes not being saved when restarting don't log "crash dumps present" every time the settings dialog is closed
* TaskDialog for blacklisted, with button to change the blacklistisanae2019-09-191-12/+39
|
* TaskDialog for restarting as admin for steamisanae2019-09-191-2/+4
| | | | | | added a parent widget parameter to a bunch of places fixed paths still getting changed even if folders can't be created made private the member variables that were temporarily public during rework
* removed helper.h and helper.cpp, merged into spawnisanae2019-09-191-1/+1
|
* moved helper stuff to spawn so it can reuse error handlingisanae2019-09-191-1/+1
| | | | | removed unused helper::init() removed logging when deleting a credential that doesn't exist, happens all the time
* split settings into a bunch of classesisanae2019-09-021-15/+15
| | | | removed "get" from the getters that had it
* moved workarounds to settingsisanae2019-09-021-9/+11
|
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-23/+23
| | | | SettingsDialog now uses GeometrySaver
* moved all geometry save, restore and reset to GeometrySettingsisanae2019-08-161-4/+12
| | | | changed reset button in settings to restart immediately
* removed obsolete load mechanismsisanae2019-08-021-14/+0
|
* split workarounds tabisanae2019-08-021-0/+108