summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend download speed datatypes to qint64/long long to avoid overflowJeremy Rimpo2022-05-041-4/+4
* Decrease rolling window size for download speedJeremy Rimpo2022-04-191-2/+2
* Restore HTTP/2 and set configurationJeremy Rimpo2022-04-191-1/+5
* Patch for slow download speedsJeremy Rimpo2022-04-191-0/+1
* Download status improvementsJeremy Rimpo2022-04-191-16/+15
* Better nexus network errorsJeremy Rimpo2022-04-191-2/+2
* Remove dependency on Core5CompatJeremy Rimpo2022-04-191-4/+4
* Added ARCHIVED support for nexus update check and download query.AL2021-07-121-2/+5
* Sanitize download file namesChris Bessent2021-04-291-2/+3
* custom browser commandisanae2020-12-281-1/+1
* optimizations for download manager:isanae2020-12-241-24/+67
* Merge pull request #1313 from Holt59/load-plugin-without-restartMikaël Capelle2020-12-071-9/+9
|\
| * Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-9/+9
* | handle null plugin when adding a downloadisanae2020-12-031-0/+10
|/
* Compute supported extensions dynamically in installation and download manager.Mikaël Capelle2020-12-011-15/+3
* fixed boost bind warningsisanae2020-11-031-1/+3
* Switch from Qt signals to boost::signals for DownloadManager.Mikaël Capelle2020-10-111-2/+29
* Updating error loggingerri1202020-08-201-1/+1
* Removed error log localizationerri1202020-08-201-1/+1
* Create meta file if it does not exist when trying to open iterri1202020-08-201-7/+11
* Added Open Meta File context action to downloadserri1202020-08-201-0/+23
* added more timingsisanae2020-02-181-1/+3
* Merge pull request #1000 from Al12rs/startup_performanceisanae2020-02-181-3/+6
|\
| * Cleanup commented codeAL2020-02-171-3/+2
| * Avoid refreshing when setting downloads supported extensions as it only happe...AL2020-02-161-1/+3
| * Allow not refreshing downloads when setting their folder, for example during ...AL2020-02-161-2/+4
* | Change Qtime to QElapsedtimer in some palaces to remove the warnings.AL2020-02-151-1/+1
|/
* Merge pull request #969 from ModOrganizer2/2_2_2Chris Bessent2020-01-131-24/+34
|\
| * Fix downloading files that have no file nameChris Bessent2020-01-111-0/+7
| * Don't ask for the game when there's only one gameChris Bessent2020-01-101-6/+13
| * Use the old query info logic when MD5 query is ambiguousChris Bessent2020-01-101-18/+14
* | Migrate obsoleted qVariantFromValueSilarn2019-12-311-2/+2
|/
* Add source game column to the download listLostDragonist2019-12-061-0/+13
* fixed crash when starting multiple downloads with dialog boxes openedisanae2019-12-021-8/+23
* removed useless logging about serversisanae2019-11-261-4/+3
* Sort the files when presenting them during querying infoLostDragonist2019-11-231-0/+2
* added error messages to FileRenamer and a few moreisanae2019-10-041-5/+5
* Fix md5 hashing for large download filesLostDragonist2019-09-281-3/+26
* split settings into a bunch of classesisanae2019-09-021-1/+1
* moved code for byte sizes and speed to uibaseisanae2019-08-261-15/+4
* changed total speed and count to a list of the last 5 downloadsisanae2019-08-261-10/+7
* moved preferred servers into ServerListisanae2019-08-261-11/+29
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-32/+35
|\
| * removed some useless loggingisanae2019-07-221-3/+0
| * changed qDebug() to log::debug()isanae2019-07-221-17/+18
| * changed qCritical() to log::error()isanae2019-07-221-3/+7
| * replaced qWarning()isanae2019-07-221-10/+11
* | Refactor obsolete methodsSilarn2019-07-031-2/+7
|/
* Merge pull request #731 from isanae/filetree-dds-preview-630Al2019-05-261-15/+14
|\
| * changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin...isanae2019-05-261-2/+2