summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * put explore and open functions in namespace shellisanae2019-05-251-4/+4
| * ExploreFile() will select the file in explorer when the path is a fileisanae2019-05-251-13/+12
* | Add support for new Nexus API game codes to NXM link handlingSilarn2019-05-231-4/+15
|/
* Update NXM link handling to support premium link and validate user infoSilarn2019-05-091-0/+1
* Add more protection against missing game pluginsLostDragonist2019-03-251-3/+3
* Don't query for the file description if it's present but blankLostDragonist2019-03-241-1/+1
* Add another query to get the missing file descriptionLostDragonist2019-03-241-4/+11
* Handle multiple replies to MD5 searchLostDragonist2019-03-241-93/+145
* Revert "Use MD5 info search for new downloads"LostDragonist2019-03-231-13/+10
* Use MD5 info search for new downloadsLostDragonist2019-03-221-10/+13
* Convert file description from BBCodeLostDragonist2019-03-071-1/+1
* Suppress expected network errors during MD5 searchesLostDragonist2019-03-071-2/+3
* Use MD5 when querying info before bothering the userLostDragonist2019-03-071-2/+112
* Fix call to requestDownloadURLLostDragonist2019-02-221-1/+1
* Don't populate newestVersion from mod descriptionLostDragonist2019-02-211-1/+0
* Grab the description for downloads instead of the change logLostDragonist2019-02-211-2/+2
* Rework messages about downloads already queued or startedLostDragonist2019-02-181-5/+45
* Coalesce code for identifying game short name from nexus nameSilarn2019-02-181-24/+14
* Fix up messages for already pending/started downloadsLostDragonist2019-02-181-7/+5
* Fix display of file names when querying infoLostDragonist2019-02-181-1/+1
* Fix issue with downloads not being remove on failureSilarn2019-02-181-1/+10
* Some fixes to parse the preferred server list and download speed featureSilarn2019-02-181-2/+2
* Use NXM link key and expiration in file list API call when availableSilarn2019-02-181-2/+8
* Various fixes and updatesSilarn2019-02-181-1/+2
* Multiple fixes:Silarn2019-02-181-4/+25
* Filter deleted downloads from the download query dialogSilarn2019-02-181-1/+2
* Reworking update checks to use the file update info with a fallbackSilarn2019-02-181-1842/+1831