summaryrefslogtreecommitdiff
path: root/src/settingsdialoggeneral.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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