summaryrefslogtreecommitdiff
path: root/src/settingsdialoggeneral.cpp
Commit message (Collapse)AuthorAgeFilesLines
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* added open previews on double-click optionisanae2019-12-041-0/+2
| | | | implemented for filetree
* added explore button in the settings to open stylesheets folderisanae2019-12-041-17/+25
| | | | | added stylesheets folder to the open folders button moved "Open MO2 Logs folder" up to be with instance folders, removed "MO2" in the name
* added option to hide confirmation when switching instancesisanae2019-11-261-0/+2
|
* fixed checkboxes not being set when opening the settings dialogisanae2019-10-021-3/+9
|
* moved color stuff to ColorTable, now shows sample text and iconsisanae2019-09-271-215/+20
|
* refactored addLanguages() a bitisanae2019-09-251-19/+38
| | | | changed some of the tooltips
* use QStyleFactory to get default styles instead of hardcoding themisanae2019-09-251-6/+17
| | | | don't display extensions in style combobox
* replaced color buttons by a QTableWidgetisanae2019-09-251-119/+220
|
* changed the layout of the general settings tabisanae2019-09-231-0/+2
| | | | | added option to disable checking for updates removed online check, just try it and see
* added center dialogs optionisanae2019-09-231-0/+2
| | | | | moved download list options to their own group box renamed confusing "Download Meta Information" to "Show Meta Information"
* TaskDialog for restarting as admin for steamisanae2019-09-191-2/+5
| | | | | | 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
* split settings into a bunch of classesisanae2019-09-021-14/+14
| | | | removed "get" from the getters that had it
* changed crash dump type to use enum instead of intisanae2019-08-241-30/+34
| | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-45/+45
| | | | SettingsDialog now uses GeometrySaver
* passes callbacks to QuestionBoxMemory so it doesn't access the ini directlyisanae2019-08-171-1/+1
| | | | | fixed selected executable being empty after closing the edit dialog put backup_install inside Settings
* cleaned up includesisanae2019-08-021-24/+0
| | | | | removed commented out code reordered member functions in Settings
* renamed tab classes, clashing with mod info dialogisanae2019-08-021-15/+15
| | | | split nexus tab
* moved SettingsTab out of Settingsisanae2019-08-021-0/+274
split general tab