summaryrefslogtreecommitdiff
path: root/src/serverinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-23/+14
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-178/+178
|
* changed total speed and count to a list of the last 5 downloadsisanae2019-08-261-9/+63
| | | | | existing servers now merged when retrieving the download links download manager doesn't store the servers any more, queries the settings every time
* server settings converted to array instead of byte array mapisanae2019-08-261-0/+22
| | | | moved cleanup to ServerList
* moved preferred servers into ServerListisanae2019-08-261-0/+17
|
* ServerList instead of a QList of ServerInfoisanae2019-08-261-5/+58
| | | | | changed preferred to an int moved all server settings to Settings
* made ServerInfo a classisanae2019-08-261-0/+31
| | | | moved server functions together in Settings
* - caching of downloadwidgets to fix performance problem, currently broken ↵Tannin2013-06-291-0/+1
and disabled - added new state for downloads "uninstalled" for mods that were at one point installed and then removed - user-configured server preference is now used - updated tutorial to account for removal of integrated browser - reverted to qt 4 - using performance optimised findfirstfile on win vista and up - bugfix: it was possible to disable all columns of the mod list - bugfix: hook.dll doesn't load on win xp