summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-1050/+1155
* Applied clang-format on sourceSandro Jäckel2018-02-221-1155/+1050
* - Changed "Remove Installed" and "Delete Installed" Downloads menu options to...Al12rs2018-02-121-12/+30
* Revert "Fixed nexus link handling to use gameNexusName() instead of gameShort...Al12rs2018-01-271-2/+2
* Fixed nexus link handling to use gameNexusName() instead of gameShortName().matzman6662018-01-061-2/+2
* fixed some filename/modname handling for names received from nexusTannin2016-06-021-9/+12
* cleanupTannin2016-05-071-23/+24
* fixed a potential crash-cause when querying download info and slight improvem...Tannin2016-01-101-14/+9
* Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer i...Tannin2015-12-281-3/+2
|\
| * Restore start download file method (2 of 3)Thomas Tanner2015-12-201-3/+2
* | removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-1/+1
|/
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into Tho...TanninOne2015-12-061-1/+0
|\
| * Merge remote-tracking branch 'TanninOne/master'Thomas Tanner2015-12-051-3/+10
| |\
| * | Added support for include-what-you-use in a very simplistic fashion to the Sc...Thomas Tanner2015-10-171-1/+0
* | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-3/+10
|\ \ \ | | |/ | |/|
| * | Fixes for quotes in module names:Thomas Tanner2015-10-111-3/+10
| |/
* | Renamed getNexusName to getGameShortName as previously because it hopefully i...Thomas Tanner2015-11-261-1/+1
* | Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-1/+1
* | Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...Thomas Tanner2015-11-241-2/+9
* | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-231-1/+2
|/
* cleaned up warning messages from the download manager in case of download pro...Tannin2015-05-251-2/+7
* dropping an url on the download widget now attempts to download the urlTannin2015-05-111-5/+2
* dropped redundant report.h/report.cppTannin2015-05-091-1/+1
* Merge with branch1.2Tannin2015-01-241-2/+4
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-2/+4
| * - workaround for GetModuleFileName-calls that supply wrong buffer sizeTannin2014-11-061-1/+2
| * - moved the hook-recursion-protection to tlsTannin2014-09-291-31/+19
| * - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+1
| * - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+1
| * - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-2/+1
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-1471/+1471
* | replaced all uses of NULL with nullptrTannin2014-11-281-16/+16
* | cleanup und bugfixes after refactoringTannin2014-11-281-1/+1
* | MergeTannin2014-11-061-1/+1
|\ \
| * | - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+1
* | | - workaround for GetModuleFileName-calls that supply wrong buffer sizeTannin2014-11-061-1/+2
* | | - moved the hook-recursion-protection to tlsTannin2014-09-291-31/+19
|/ /
* | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+1
* | - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-2/+1
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-1471/+1471
|/
* MergeTannin2014-06-231-2/+5
|\
| * - changed the url used to login on nexus (the previous page was disabled)Tannin2014-06-211-2/+5
* | - download read buffer is now limited to 1MB. Might prevent out-of-memory err...Tannin2014-06-171-3/+1
|/
* - added a new mod type that represents files handled externally (i.e. DLCs) a...Tannin2014-05-311-1/+1
* - files in bsas are now only displayed in the data tab if they are managed by moTannin2014-05-251-73/+110
* - mod list context menu split into two menus (one for whole list, one for sel...Tannin2014-05-131-4/+4
* - main window now has a small view displaying log messagesTannin2014-05-041-1/+2
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-5/+33
* - loot integration now displays the reportTannin2014-04-051-16/+22
* Merge with branch1.1Tannin2014-04-051-34/+165
|\