summaryrefslogtreecommitdiff
path: root/src/settingsdialognexus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-2/+2
| | | | | | | 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
* at least put one message in the list when opening the dialog to avoid having ↵isanae2019-10-051-0/+6
| | | | an empty widget
* rework of the nexus key validator to allow multiple attempts before failingisanae2019-10-051-25/+20
|
* added error messages to FileRenamer and a few moreisanae2019-10-041-1/+1
| | | | fixes for shell functions changing names
* TaskDialog for restarting as admin for steamisanae2019-09-191-7/+7
| | | | | | 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-16/+16
| | | | removed "get" from the getters that had it
* removed duplicate useProxy()isanae2019-09-021-1/+1
| | | | use dedicated functions to set, get or remove settings, allows for logging
* moved code for byte sizes and speed to uibaseisanae2019-08-261-1/+1
| | | | | added scoped classes for QSettings groups and arrays servers logged on startup
* changed total speed and count to a list of the last 5 downloadsisanae2019-08-261-3/+3
| | | | | existing servers now merged when retrieving the download links download manager doesn't store the servers any more, queries the settings every time
* ServerList instead of a QList of ServerInfoisanae2019-08-261-22/+55
| | | | | changed preferred to an int moved all server settings to Settings
* moved more nexus stuff to settingsisanae2019-08-261-6/+6
| | | | settings tab remembered
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-33/+33
| | | | SettingsDialog now uses GeometrySaver
* cleaned up includesisanae2019-08-021-11/+0
| | | | | removed commented out code reordered member functions in Settings
* renamed tab classes, clashing with mod info dialogisanae2019-08-021-0/+374
split nexus tab