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