summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial Nexus API changes:Silarn2019-02-181-15/+4
* Fix modId behavior on 'Query Info' cancel (issue #446)Krzysztof Starecki2019-02-141-1/+2
* Make logs more consistent in format and contentLostDragonist2019-01-301-1/+1
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-9/+9
* Improve spacing for plugincounter.Al2019-01-061-1/+1
* Remove unused import, fix accidental indentKrzysztof Starecki2019-01-011-1/+1
* Change redownload dialog to display the filenameKrzysztof Starecki2019-01-011-2/+2
* Fix bug with hiding installed downloadsKrzysztof Starecki2018-12-311-11/+7
* Add icon for incomplete download info, add download progress delegateKrzysztof Starecki2018-12-301-3/+3
* Port context menus to new downloadlistKrzysztof Starecki2018-12-301-1/+1
* Fix possible crash during write to disk errorLostDragonist2018-08-211-1/+2
* Detect errors when writing downloads to disk and cancel downloadLostDragonist2018-08-191-6/+19
* Correct file category when manually querying infoLostDragonist2018-08-151-15/+3
* Added Open File option to downloads tab.Al12rs2018-08-061-3/+2
* Merge PRAl12rs2018-08-061-0/+18
|\
| * Clean up `DownloadManager::openFile`Frederik “Freso” S. Olesen2018-08-061-8/+1
| * Add new "Open File" right-click dialog for DownloadsFrederik “Freso” S. Olesen2018-08-061-0/+25
* | Fix `DownloadManager::openInDownloadsFolder` error messageFrederik “Freso” S. Olesen2018-08-061-1/+1
|/
* Changed unit check.Al12rs2018-07-181-1/+1
* Revert "Fix download index in downloadFinished"Al12rs2018-07-171-1/+1
* Avoid asking users if they are sure they want to close of all downlaods are p...Al12rs2018-07-171-0/+10
* Merge pull request #438 from LostDragonist/DevelopAl2018-07-171-1/+1
|\
| * Fix download index in downloadFinishedLostDragonist2018-07-161-1/+1
* | Added new "Hide Uninstalled" and "Delete Uninstalled" options to downloads tab.Al12rs2018-07-171-1/+7
|/
* Added "Open in Folder" option to downloads tab.Al12rs2018-07-161-0/+25
* Chnged download speed to be a little more consistant in display, to avoid the...Al12rs2018-07-161-6/+6
* Potential fix for corrupted downloadsSilarn2018-06-251-2/+3