summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add setting to show notifications when downloads complete or fail (#2338)Jonathan Feenstra2026-05-151-0/+16
* Stable DownloadId refactor (#2375)Al2026-05-071-458/+500
* Download command: Add game instance check (#2388)Jeremy Rimpo2026-05-041-2/+40
* Extended MODL / direct download handling (#2384)Jeremy Rimpo2026-05-031-0/+16
* Handle Nexus collections links (#2383)Jeremy Rimpo2026-05-021-0/+8
* Add author and uploader columns to mod list (#2269)Jonathan Feenstra2025-08-181-5/+41
* Mass Metadata Parsing: Prevent re-querying and manual prompts to enter missin...Jonathan Feenstra2025-05-231-6/+48
* Dependency Updates Meta PR (#2242)Jeremy Rimpo2025-05-221-0/+3
* Add startDownloadNexusFileForGame (#2181)Jonathan Feenstra2025-01-021-5/+4
* Download issue fixesJeremy Rimpo2023-11-051-26/+22
* Download files from direct URLs via a command line parameter (#1873)Eddoursul2023-09-181-6/+32
* Apply clang-format.Mikaël Capelle2023-07-091-487/+573
* Extend download speed datatypes to qint64/long long to avoid overflowJeremy Rimpo2022-05-041-4/+4
* Decrease rolling window size for download speedJeremy Rimpo2022-04-191-2/+2
* Restore HTTP/2 and set configurationJeremy Rimpo2022-04-191-1/+5
* Patch for slow download speedsJeremy Rimpo2022-04-191-0/+1
* Download status improvementsJeremy Rimpo2022-04-191-16/+15
* Better nexus network errorsJeremy Rimpo2022-04-191-2/+2
* Remove dependency on Core5CompatJeremy Rimpo2022-04-191-4/+4
* Added ARCHIVED support for nexus update check and download query.AL2021-07-121-2/+5
* Sanitize download file namesChris Bessent2021-04-291-2/+3
* custom browser commandisanae2020-12-281-1/+1
* optimizations for download manager:isanae2020-12-241-24/+67
* Merge pull request #1313 from Holt59/load-plugin-without-restartMikaël Capelle2020-12-071-9/+9
|\
| * Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-9/+9
* | handle null plugin when adding a downloadisanae2020-12-031-0/+10
|/
* Compute supported extensions dynamically in installation and download manager.Mikaël Capelle2020-12-011-15/+3
* fixed boost bind warningsisanae2020-11-031-1/+3
* Switch from Qt signals to boost::signals for DownloadManager.Mikaël Capelle2020-10-111-2/+29
* Updating error loggingerri1202020-08-201-1/+1
* Removed error log localizationerri1202020-08-201-1/+1
* Create meta file if it does not exist when trying to open iterri1202020-08-201-7/+11
* Added Open Meta File context action to downloadserri1202020-08-201-0/+23
* added more timingsisanae2020-02-181-1/+3
* Merge pull request #1000 from Al12rs/startup_performanceisanae2020-02-181-3/+6
|\
| * Cleanup commented codeAL2020-02-171-3/+2
| * Avoid refreshing when setting downloads supported extensions as it only happe...AL2020-02-161-1/+3
| * Allow not refreshing downloads when setting their folder, for example during ...AL2020-02-161-2/+4
* | Change Qtime to QElapsedtimer in some palaces to remove the warnings.AL2020-02-151-1/+1
|/
* Merge pull request #969 from ModOrganizer2/2_2_2Chris Bessent2020-01-131-24/+34
|\
| * Fix downloading files that have no file nameChris Bessent2020-01-111-0/+7
| * Don't ask for the game when there's only one gameChris Bessent2020-01-101-6/+13
| * Use the old query info logic when MD5 query is ambiguousChris Bessent2020-01-101-18/+14
* | Migrate obsoleted qVariantFromValueSilarn2019-12-311-2/+2
|/
* Add source game column to the download listLostDragonist2019-12-061-0/+13
* fixed crash when starting multiple downloads with dialog boxes openedisanae2019-12-021-8/+23
* removed useless logging about serversisanae2019-11-261-4/+3
* Sort the files when presenting them during querying infoLostDragonist2019-11-231-0/+2
* added error messages to FileRenamer and a few moreisanae2019-10-041-5/+5
* Fix md5 hashing for large download filesLostDragonist2019-09-281-3/+26