summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
Commit message (Expand)AuthorAgeFilesLines
* Add another query to get the missing file descriptionLostDragonist2019-03-241-0/+1
* Use MD5 when querying info before bothering the userLostDragonist2019-03-071-15/+22
* Multiple fixes:Silarn2019-02-181-0/+3
* Reworking update checks to use the file update info with a fallbackSilarn2019-02-181-568/+564
* Detect errors when writing downloads to disk and cancel downloadLostDragonist2018-08-191-0/+2
* Add new "Open File" right-click dialog for DownloadsFrederik “Freso” S. Olesen2018-08-061-0/+2
* Avoid asking users if they are sure they want to close of all downlaods are p...Al12rs2018-07-171-0/+7
* Added "Open in Folder" option to downloads tab.Al12rs2018-07-161-0/+2
* Potential fix for corrupted downloadsSilarn2018-06-251-1/+2
* *Avoided some unnecessary refreshes while removing mods.Al12rs2018-05-251-0/+2
* Huge performace improvements for downloads tab by disabling the dirWatcher tr...Al12rs2018-05-171-3/+4
* Initial work on avoiding the spamming of the Downlods tab refresh caused by t...Al12rs2018-05-171-0/+16
* Download resume fixes for restarting MO, hung downloadsSilarn2018-05-131-0/+4
* Fixes for downloads and installsSilarn2018-05-061-2/+2
* Rework the existing file download dialog to pause the download while waitingSilarn2018-05-051-2/+2
* Use a five second delta to calculate speed for more responsive displaySilarn2018-05-031-1/+2
* 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-2/+2
* Need to check if the file is in the download directory for creating metaSilarn2018-04-231-1/+1
* Support for multi-game downloadsSilarn2018-04-161-10/+13
* Fix both remove and reinstall updating hidden downloadsSilarn2018-04-111-0/+2
* Also mark hidden downloads as uninstalled; refresh plugins after filesSilarn2018-04-081-0/+3
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-376/+375
* Applied clang-format on sourceSandro Jäckel2018-02-221-375/+376
* Restore start download file method (2 of 3)Thomas Tanner2015-12-201-2/+2
* Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-2/+2
* Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...Thomas Tanner2015-11-241-0/+4
* Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-231-0/+2
* small stuffTannin2015-06-171-1/+1
* Allows drag-and-drop into the download tabTom Tanner2015-04-261-0/+14
* Merge with branch1.2Tannin2015-01-241-1/+3
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-1/+3
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-492/+492
* | replaced all uses of NULL with nullptrTannin2014-11-281-1/+1
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-492/+492
|/
* - files in bsas are now only displayed in the data tab if they are managed by moTannin2014-05-251-0/+1
* - bugfix: newly installed files could be added hiddenTannin2014-04-251-1/+1
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-2/+10
* - loot integration now displays the reportTannin2014-04-051-3/+4
* Merge with branch1.1Tannin2014-04-051-3/+56
|\
| * - when a download server returns a text file, it's assumed to be an error and...Tannin2014-01-181-1/+1
| * - nxmhandler will now ask before registering itselfTannin2014-01-041-0/+25
| * - download manager now saves the file times on nexus, for potential later use...Tannin2013-12-071-0/+5
| * - MO now warns if a nxm-link for a wrong game was attempted instead of downlo...Tannin2013-10-101-1/+1
| * - new toggle to display hidden downloadsTannin2013-10-101-1/+23
| * - download progress is now visible in task barTannin2013-09-281-0/+2
* | - added support for mod page pluginsTannin2013-09-151-30/+20
|/
* - mod list can now be sorted by install timeTannin2013-08-311-0/+12
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-301-0/+6
* - download size is now displayedTannin2013-08-241-0/+8