summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for downloads getting stuck after pausing them.Al12rs2018-06-201-2/+2
* Fix for downloads getting insta-completed if there isn't enough bandwidth for...Al12rs2018-06-191-2/+9
* *Avoided some unnecessary refreshes while removing mods.Al12rs2018-05-251-3/+32
* Added un-hide all option to downlods tab.Al12rs2018-05-211-12/+28
* Huge performace improvements for downloads tab by disabling the dirWatcher tr...Al12rs2018-05-171-20/+30
* Initial work on avoiding the spamming of the Downlods tab refresh caused by t...Al12rs2018-05-171-2/+83
* Add UA to resume and fix edge case for hung download checkSilarn2018-05-161-1/+3
* Add the MO user agent string to the download requests (fixes EU#1)Silarn2018-05-161-0/+1
* Fixes for download errors and retrying with alternate mirrorsSilarn2018-05-151-14/+12
* Download resume fixes for restarting MO, hung downloadsSilarn2018-05-131-1/+18
* Fix issue with resuming a download that was already complete.Silarn2018-05-081-1/+12
* Small compat fix for Qt 5.11Silarn2018-05-081-1/+1
* Fixes for downloads and installsSilarn2018-05-061-22/+27
* Rework the existing file download dialog to pause the download while waitingSilarn2018-05-051-17/+34
* Use a five second delta to calculate speed for more responsive displaySilarn2018-05-031-2/+16
* Fix MO endorsement check and add game to ModInfo s_ModsByModIDSilarn2018-05-021-0/+8
* Allow downloads to display speed and complete %Silarn2018-05-011-7/+23
* A couple download header-based fixesSilarn2018-04-301-7/+8
* Need to check if the file is in the download directory for creating metaSilarn2018-04-231-4/+5
* Don't create meta files if they don't existSilarn2018-04-211-2/+3
* Fix issues with download querySilarn2018-04-171-4/+16
* Support for multi-game downloadsSilarn2018-04-161-32/+44