summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | - Also fixes direct calls to downloadFinished
* 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
| | | | | * If an unknown content error, only fail if the filesize is off * If a text content type, output a warning but do not retry the download
* 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
|
* Fix both remove and reinstall updating hidden downloadsSilarn2018-04-111-2/+19
|
* Prep for Qt 5.11 (backward-compatible)Silarn2018-04-101-1/+1
|
* Minor improvements to download hidingSilarn2018-04-101-18/+2
|
* Also mark hidden downloads as uninstalled; refresh plugins after filesSilarn2018-04-081-0/+20
|
* Prevent redownloading a mod if the download is still in progressSilarn2018-04-071-4/+19
|
* Fix for re-downloading a mod already downloadingSilarn2018-04-071-0/+7
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-1050/+1155
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-1155/+1050
|
* - Changed "Remove Installed" and "Delete Installed" Downloads menu options ↵Al12rs2018-02-121-12/+30
| | | | | | to not consider the Downloads of Mods that were uninstalled. - Changed Downloads menu options to say "Hide all..." instead of "Remove all...".
* Revert "Fixed nexus link handling to use gameNexusName() instead of ↵Al12rs2018-01-271-2/+2
| | | | | | gameShortName()." This reverts commit ca54760c13fbbb6ff685e04ef11ed5592823680c.
* 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 ↵Tannin2016-01-101-14/+9
| | | | improvement (?) to the regex that extracts the modid
* Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer ↵Tannin2015-12-281-3/+2
|\ | | | | | | into new_vfs_library
| * 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
|/ | | | other fixes
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into ↵TanninOne2015-12-061-1/+0
|\ | | | | | | ThosRTanner-master
| * Merge remote-tracking branch 'TanninOne/master'Thomas Tanner2015-12-051-3/+10
| |\ | | | | | | | | | | | | | | | | | | # Conflicts: # SConstruct # src/modinfo.cpp # src/modinfo.h
| * | Added support for include-what-you-use in a very simplistic fashion to the ↵Thomas Tanner2015-10-171-1/+0
| | | | | | | | | | | | | | | | | | Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking. I've also removed a few unused include files it detected and corrected some things that upset clang in a big way.
* | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-3/+10
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h
| * | Fixes for quotes in module names:Thomas Tanner2015-10-111-3/+10
| |/ | | | | | | | | | | Treat the module name from Nexus as HTML and convert into plain text. Allow ' in a module name Also removed the ::tr1:: namespace in the regexs
* | Renamed getNexusName to getGameShortName as previously because it hopefully ↵Thomas Tanner2015-11-261-1/+1
| | | | | | | | isn't too nexus related.
* | Bunch of const correctness changes. There shouldn't be any update of plugin ↵Thomas Tanner2015-11-251-1/+1
| | | | | | | | games once MO has started
* | Removes all uses of GameInfo::getShortName, replaced by ↵Thomas Tanner2015-11-241-2/+9
| | | | | | | | IPluginGame::getNexustName
* | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to ↵Thomas Tanner2015-11-231-1/+2
|/ | | | | | the plugingame interface Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere
* cleaned up warning messages from the download manager in case of download ↵Tannin2015-05-251-2/+7
| | | | problems
* 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
| | | | | | | | | | | | - removed obsoleted calls to GetVersionEx - bugfix: download urls were potentially not encoded correctly - bugfixes to tls-based recursion protection
| * - moved the hook-recursion-protection to tlsTannin2014-09-291-31/+19
| | | | | | | | | | | | | | | | | | - some code cleanup and consolidation - hook.dll will now report all of its own exceptions - some more logging during startup - changed the way urls are encoded for download requests - now displaying (one of the) process name(s) while waiting for a program to end - bugfix: spawned processes were forced to leave the job
| * - archive library can now query for password during extraction (seems to be ↵Tannin2014-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary for rars) - process blacklist is now taken from a file if there is one, not hardcoded - removed workaround for the papyrus compiler - updated loot client to work with the actual api - loot client now links with loot32.dll at runtime - loot client now produces its output in a (json-)file which includes all plugin messages and dirty flags - fomod installer now tries to parse the xml with several encodings - fomod installer will now display a diagnostics warning if the jpg imageformat isn't supported - base preview plugin now tries to be a bit smarter about resizing images to fit the screen - bugfix: fomod installer no longer tries to open an image even after detecting its invalid - bugfix: potential null-pointer dereferentiation in getprivateprofile... hooks - bugfix: potential null-pointer dereferentiation in download manager - bugfix: internal origin name showed up in one more place - bugfix: ToString function produced strings that were one (zero-termination-)character too long
| * - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang
| * - download-list will no longer show a file as having incomplete data if ↵Tannin2014-07-211-2/+1
| | | | | | | | | | | | | | there is no file version - added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods
| * 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
| | | | | | | | fixed a few placed where NULL was used as a number or boolean