| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -9/+9 |
| | | |||||
| * | Improve spacing for plugincounter. | Al | 2019-01-06 | 1 | -1/+1 |
| | | |||||
| * | Remove unused import, fix accidental indent | Krzysztof Starecki | 2019-01-01 | 1 | -1/+1 |
| | | |||||
| * | Change redownload dialog to display the filename | Krzysztof Starecki | 2019-01-01 | 1 | -2/+2 |
| | | |||||
| * | Fix bug with hiding installed downloads | Krzysztof Starecki | 2018-12-31 | 1 | -11/+7 |
| | | |||||
| * | Add icon for incomplete download info, add download progress delegate | Krzysztof Starecki | 2018-12-30 | 1 | -3/+3 |
| | | |||||
| * | Port context menus to new downloadlist | Krzysztof Starecki | 2018-12-30 | 1 | -1/+1 |
| | | |||||
| * | Fix possible crash during write to disk error | LostDragonist | 2018-08-21 | 1 | -1/+2 |
| | | |||||
| * | Detect errors when writing downloads to disk and cancel download | LostDragonist | 2018-08-19 | 1 | -6/+19 |
| | | |||||
| * | Correct file category when manually querying info | LostDragonist | 2018-08-15 | 1 | -15/+3 |
| | | | | | The Nexus API appears to have been changed back in July 2018 to match what MO was expecting without the conversion. | ||||
| * | Added Open File option to downloads tab. | Al12rs | 2018-08-06 | 1 | -3/+2 |
| | | |||||
| * | Merge PR | Al12rs | 2018-08-06 | 1 | -0/+18 |
| |\ | |||||
| | * | Clean up `DownloadManager::openFile` | Frederik “Freso” S. Olesen | 2018-08-06 | 1 | -8/+1 |
| | | | |||||
| | * | Add new "Open File" right-click dialog for Downloads | Frederik “Freso” S. Olesen | 2018-08-06 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | This enables the user to directly open the downloaded archived/file which can be useful for e.g., inspection of what's inside or if they need to copy files from inside the archive to somewhere else. Saves a step compared to "Show in Folder" and then opening the file. | ||||
| * | | Fix `DownloadManager::openInDownloadsFolder` error message | Frederik “Freso” S. Olesen | 2018-08-06 | 1 | -1/+1 |
| |/ | |||||
| * | Changed unit check. | Al12rs | 2018-07-18 | 1 | -1/+1 |
| | | |||||
| * | Revert "Fix download index in downloadFinished" | Al12rs | 2018-07-17 | 1 | -1/+1 |
| | | | | | This reverts commit 942e656a71f452cd3cdbca2a4264db3cc2014ae9. | ||||
| * | Avoid asking users if they are sure they want to close of all downlaods are ↵ | Al12rs | 2018-07-17 | 1 | -0/+10 |
| | | | | | paused. | ||||
| * | Merge pull request #438 from LostDragonist/Develop | Al | 2018-07-17 | 1 | -1/+1 |
| |\ | | | | | | | Added support for selecting multiple mod for multiple modlist options. Added check for Windows Event Service before spawning new hooked processes. | ||||
| | * | Fix download index in downloadFinished | LostDragonist | 2018-07-16 | 1 | -1/+1 |
| | | | | | | | | | An index of 0 is valid as this is a bog standard array. This resolves an instance of the warning "no download index 0". | ||||
| * | | Added new "Hide Uninstalled" and "Delete Uninstalled" options to downloads tab. | Al12rs | 2018-07-17 | 1 | -1/+7 |
| |/ | |||||
| * | Added "Open in Folder" option to downloads tab. | Al12rs | 2018-07-16 | 1 | -0/+25 |
| | | |||||
| * | Chnged download speed to be a little more consistant in display, to avoid ↵ | Al12rs | 2018-07-16 | 1 | -6/+6 |
| | | | | | the progrss bar jumping around all the time. Chnaged the kb->MB jumps to happen at 1000 instead of 1024 to avoid going in the 4 digits, but still divide by 1024 to keep units acuurate. | ||||
| * | Potential fix for corrupted downloads | Silarn | 2018-06-25 | 1 | -2/+3 |
| | | |||||
| * | Fix for downloads getting stuck after pausing them. | Al12rs | 2018-06-20 | 1 | -2/+2 |
| | | | | | Disabled timer check as it appeared to terminate some downloads early. | ||||
| * | Fix for downloads getting insta-completed if there isn't enough bandwidth ↵ | Al12rs | 2018-06-19 | 1 | -2/+9 |
| | | | | | | | for them to procede. Now they will instead remain in the download state and continue once the bandwidth is available. There is much room for improvement here but for now I guess this will avoid MO simply stopping the download. | ||||
| * | *Avoided some unnecessary refreshes while removing mods. | Al12rs | 2018-05-25 | 1 | -3/+32 |
| | | | | | | | | | *Added "Visit on Nexus" menu entry in the downloads tab. *Added confirmation message when deleting a single download. *Changed text of messages to more easily distinguish deleting from hiding. | ||||
| * | Added un-hide all option to downlods tab. | Al12rs | 2018-05-21 | 1 | -12/+28 |
| | | | | | Improved performace when hiding/unhiding. There is still room for improvement for hiding but it requires refactoring the function | ||||
| * | Huge performace improvements for downloads tab by disabling the dirWatcher ↵ | Al12rs | 2018-05-17 | 1 | -20/+30 |
| | | | | | | | | | triggered refreshes. Avoid app freezes caused by stacked refresh calls. Added chack to see if a download is alerady hidden before trying to hide it. Made sure to refresh Download tab where it was othwerwise relying in the dirwatcher to refresh. | ||||
| * | Initial work on avoiding the spamming of the Downlods tab refresh caused by ↵ | Al12rs | 2018-05-17 | 1 | -2/+83 |
| | | | | | the fileSystemWatcher picking up changes made by MO itself and triggering multiple refreshes | ||||
| * | Add UA to resume and fix edge case for hung download check | Silarn | 2018-05-16 | 1 | -1/+3 |
| | | |||||
| * | Add the MO user agent string to the download requests (fixes EU#1) | Silarn | 2018-05-16 | 1 | -0/+1 |
| | | |||||
| * | Fixes for download errors and retrying with alternate mirrors | Silarn | 2018-05-15 | 1 | -14/+12 |
| | | |||||
| * | Download resume fixes for restarting MO, hung downloads | Silarn | 2018-05-13 | 1 | -1/+18 |
| | | |||||
| * | Fix issue with resuming a download that was already complete. | Silarn | 2018-05-08 | 1 | -1/+12 |
| | | |||||
| * | Small compat fix for Qt 5.11 | Silarn | 2018-05-08 | 1 | -1/+1 |
| | | |||||
| * | Fixes for downloads and installs | Silarn | 2018-05-06 | 1 | -22/+27 |
| | | |||||
| * | Rework the existing file download dialog to pause the download while waiting | Silarn | 2018-05-05 | 1 | -17/+34 |
| | | | | | - Also fixes direct calls to downloadFinished | ||||
| * | Use a five second delta to calculate speed for more responsive display | Silarn | 2018-05-03 | 1 | -2/+16 |
| | | |||||
| * | Fix MO endorsement check and add game to ModInfo s_ModsByModID | Silarn | 2018-05-02 | 1 | -0/+8 |
| | | |||||
| * | Allow downloads to display speed and complete % | Silarn | 2018-05-01 | 1 | -7/+23 |
| | | |||||
| * | A couple download header-based fixes | Silarn | 2018-04-30 | 1 | -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 meta | Silarn | 2018-04-23 | 1 | -4/+5 |
| | | |||||
| * | Don't create meta files if they don't exist | Silarn | 2018-04-21 | 1 | -2/+3 |
| | | |||||
| * | Fix issues with download query | Silarn | 2018-04-17 | 1 | -4/+16 |
| | | |||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -32/+44 |
| | | |||||
| * | Fix both remove and reinstall updating hidden downloads | Silarn | 2018-04-11 | 1 | -2/+19 |
| | | |||||
| * | Prep for Qt 5.11 (backward-compatible) | Silarn | 2018-04-10 | 1 | -1/+1 |
| | | |||||
| * | Minor improvements to download hiding | Silarn | 2018-04-10 | 1 | -18/+2 |
| | | |||||
