summaryrefslogtreecommitdiff
path: root/src/settings.h
Commit message (Expand)AuthorAgeFilesLines
* threaded refresherisanae2020-02-181-0/+5
* added support for FilterWidget regexesisanae2020-02-181-0/+6
* Add setting to disable splash since it can cause load time increaseAL2020-02-171-0/+4
* added open previews on double-click optionisanae2019-12-041-1/+6
* added option to hide confirmation when switching instancesisanae2019-11-261-0/+5
* added loot log level optionisanae2019-11-221-0/+5
* added spawn delay setting, not exposedisanae2019-10-071-0/+3
* changed the layout of the general settings tabisanae2019-09-231-0/+5
* added center dialogs optionisanae2019-09-231-0/+6
* ensure windows are on screenisanae2019-09-231-16/+35
* added Settings::isExecutableBlacklisted()isanae2019-09-191-0/+1
* fixes for ExpanderWidgetisanae2019-09-111-3/+3
* change the old servers map while processing updates instead of on-demandisanae2019-09-081-0/+4
* more documentation for settingsisanae2019-09-081-93/+136
* documentation for settingsisanae2019-09-081-38/+143
* don't log widget and geometry setting changesisanae2019-09-021-1/+1
* split into settingsutilitiesisanae2019-09-021-3/+0
* split settings into a bunch of classesisanae2019-09-021-226/+341
* removed duplicate useProxy()isanae2019-09-021-13/+3
* removed directinterfaceisanae2019-09-021-7/+0
* moved workarounds to settingsisanae2019-09-021-0/+8
* moved plugins to settingsisanae2019-09-021-79/+44
* moved setting paths to Settingsisanae2019-08-261-27/+10
* server settings converted to array instead of byte array mapisanae2019-08-261-1/+2
* moved preferred servers into ServerListisanae2019-08-261-16/+0
* ServerList instead of a QList of ServerInfoisanae2019-08-261-1/+4
* made ServerInfo a classisanae2019-08-261-13/+13
* moved more nexus stuff to settingsisanae2019-08-261-0/+4
* changed crash dump type to use enum instead of intisanae2019-08-241-26/+44
* added settings for QTabWidget, checkable QAbstractButton and ExpanderWidgetisanae2019-08-241-1/+13
* passes callbacks to QuestionBoxMemory so it doesn't access the ini directlyisanae2019-08-171-0/+16
* put tutorials in the settingsisanae2019-08-171-0/+8
* put endorsement state and first start in settingsisanae2019-08-171-0/+11
* merged DockFixer into GeometrySettingsisanae2019-08-161-9/+9
* StatusBar now inherits from QStatusBar to handle hide/show eventsisanae2019-08-161-8/+5
* moved all geometry save, restore and reset to GeometrySettingsisanae2019-08-161-19/+20
* merged toolbars into restoreToolbars() and saveToolbars()isanae2019-08-161-4/+15
* added GeometrySaverisanae2019-08-161-38/+26
* moved getting and setting executables to Settingsisanae2019-08-051-0/+3
* moved recent directories to Settingsisanae2019-08-041-0/+3
* moved geometry handling to PreviewDialogisanae2019-08-041-0/+3
* removed registerWidgetState(), was used just for header list headers, now sav...isanae2019-08-041-0/+12
* moved geometry handling to ProblemsDialog and CategoriesDialogisanae2019-08-041-0/+6
* moved geometry handling to ListDialogisanae2019-08-041-0/+3
* removed convertVariant(), turns out value() does itisanae2019-08-041-0/+4
* moved geometry handling to mod info and overwrite dialogsisanae2019-08-041-0/+9
* moved geometry handling to ProfilesDialogisanae2019-08-041-0/+4
* moved geometry handling to EditExecutablesDialog itselfisanae2019-08-041-0/+2
* moved settings updates to Settings::processUpdates()isanae2019-08-041-0/+7
* split into GeometrySettingsisanae2019-08-041-11/+44