| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1000 from Al12rs/startup_performance | isanae | 2020-02-18 | 1 | -1/+1 |
| |\ | | | | | Startup performance | ||||
| | * | Allow not refreshing downloads when setting their folder, for example during ↵ | AL | 2020-02-16 | 1 | -1/+1 |
| | | | | | | | | | init. | ||||
| * | | Change Qtime to QElapsedtimer in some palaces to remove the warnings. | AL | 2020-02-15 | 1 | -1/+2 |
| |/ | |||||
| * | Add source game column to the download list | LostDragonist | 2019-12-06 | 1 | -0/+8 |
| | | |||||
| * | fixed crash when starting multiple downloads with dialog boxes opened | isanae | 2019-12-02 | 1 | -0/+4 |
| | | | | | fixed download manager dialog boxes not having a parent | ||||
| * | changed total speed and count to a list of the last 5 downloads | isanae | 2019-08-26 | 1 | -17/+0 |
| | | | | | | existing servers now merged when retrieving the download links download manager doesn't store the servers any more, queries the settings every time | ||||
| * | moved preferred servers into ServerList | isanae | 2019-08-26 | 1 | -4/+7 |
| | | |||||
| * | Add another query to get the missing file description | LostDragonist | 2019-03-24 | 1 | -0/+1 |
| | | |||||
| * | Use MD5 when querying info before bothering the user | LostDragonist | 2019-03-07 | 1 | -15/+22 |
| | | |||||
| * | Multiple fixes: | Silarn | 2019-02-18 | 1 | -0/+3 |
| | | | | | | | * Uses current daily/hourly rate limits * Fixed issue with translating API game string to mod game string ** Corrects issues with update checks and downloads | ||||
| * | Reworking update checks to use the file update info with a fallback | Silarn | 2019-02-18 | 1 | -568/+564 |
| | | |||||
| * | Detect errors when writing downloads to disk and cancel download | LostDragonist | 2018-08-19 | 1 | -0/+2 |
| | | |||||
| * | Add new "Open File" right-click dialog for Downloads | Frederik “Freso” S. Olesen | 2018-08-06 | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
| * | Avoid asking users if they are sure they want to close of all downlaods are ↵ | Al12rs | 2018-07-17 | 1 | -0/+7 |
| | | | | | paused. | ||||
| * | Added "Open in Folder" option to downloads tab. | Al12rs | 2018-07-16 | 1 | -0/+2 |
| | | |||||
| * | Potential fix for corrupted downloads | Silarn | 2018-06-25 | 1 | -1/+2 |
| | | |||||
| * | *Avoided some unnecessary refreshes while removing mods. | Al12rs | 2018-05-25 | 1 | -0/+2 |
| | | | | | | | | | *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. | ||||
| * | Huge performace improvements for downloads tab by disabling the dirWatcher ↵ | Al12rs | 2018-05-17 | 1 | -3/+4 |
| | | | | | | | | | 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 | -0/+16 |
| | | | | | the fileSystemWatcher picking up changes made by MO itself and triggering multiple refreshes | ||||
| * | Download resume fixes for restarting MO, hung downloads | Silarn | 2018-05-13 | 1 | -0/+4 |
| | | |||||
| * | Fixes for downloads and installs | Silarn | 2018-05-06 | 1 | -2/+2 |
| | | |||||
| * | Rework the existing file download dialog to pause the download while waiting | Silarn | 2018-05-05 | 1 | -2/+2 |
| | | | | | - Also fixes direct calls to downloadFinished | ||||
| * | Use a five second delta to calculate speed for more responsive display | Silarn | 2018-05-03 | 1 | -1/+2 |
| | | |||||
| * | 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 | -2/+2 |
| | | |||||
| * | Need to check if the file is in the download directory for creating meta | Silarn | 2018-04-23 | 1 | -1/+1 |
| | | |||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -10/+13 |
| | | |||||
| * | Fix both remove and reinstall updating hidden downloads | Silarn | 2018-04-11 | 1 | -0/+2 |
| | | |||||
| * | Also mark hidden downloads as uninstalled; refresh plugins after files | Silarn | 2018-04-08 | 1 | -0/+3 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -376/+375 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -375/+376 |
| | | |||||
| * | Restore start download file method (2 of 3) | Thomas Tanner | 2015-12-20 | 1 | -2/+2 |
| | | |||||
| * | Bunch of const correctness changes. There shouldn't be any update of plugin ↵ | Thomas Tanner | 2015-11-25 | 1 | -2/+2 |
| | | | | | games once MO has started | ||||
| * | Removes all uses of GameInfo::getShortName, replaced by ↵ | Thomas Tanner | 2015-11-24 | 1 | -0/+4 |
| | | | | | IPluginGame::getNexustName | ||||
| * | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to ↵ | Thomas Tanner | 2015-11-23 | 1 | -0/+2 |
| | | | | | | | the plugingame interface Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere | ||||
| * | small stuff | Tannin | 2015-06-17 | 1 | -1/+1 |
| | | |||||
| * | Allows drag-and-drop into the download tab | Tom Tanner | 2015-04-26 | 1 | -0/+14 |
| | | |||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -1/+3 |
| |\ | |||||
| | * | cleanup (mostly removing unused includes) | Tannin | 2015-01-22 | 1 | -1/+3 |
| | | | |||||
| | * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -492/+492 |
| | | | |||||
| * | | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -1/+1 |
| | | | | | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
| * | | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -492/+492 |
| |/ | |||||
| * | - files in bsas are now only displayed in the data tab if they are managed by mo | Tannin | 2014-05-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | - number of problems detected by MO is now displayed as a badge on the icon - rephrased the explanation text on the Archives tab. unchecked plugin-loaded bsas no longer prompt a warning - bsa extraction is now handled in a plugin - added a way for plugins to react to mod installation - re-enabled the automatic fix for asset order problems - bugfix: In some cases when a download wasn't started successfully the download urls weren't stored in the meta file so no resume was possible - bugfix: MO tried to resume downloads when it didn't have and download urls - bugfix: downloads couldn't be paused if the download was already broken on the network layer - bugfix: download managear did not recognize a file as downloaded if the download completed before signals were hooked up - bugfix: in-place file replacement was re-broken | ||||
| * | - bugfix: newly installed files could be added hidden | Tannin | 2014-04-25 | 1 | -1/+1 |
| | | | | | - bugfix: registered bsas in data aren't ordered correctly | ||||
| * | - added an option to show meta info on downloads instead of filenames | Tannin | 2014-04-23 | 1 | -2/+10 |
| | | | | | | | - MO will now cancel if user tries to run MO vfs-injected - when saving the MO ini file it is now written to a tmp file first and then overwritten - updated to link against boost python 1.55 | ||||
| * | - loot integration now displays the report | Tannin | 2014-04-05 | 1 | -3/+4 |
| | | | | | | - fixes to the previous merge - bugfix: cli loot didn't handle non-ascii characters correctly | ||||
| * | Merge with branch1.1 | Tannin | 2014-04-05 | 1 | -3/+56 |
| |\ | |||||
| | * | - when a download server returns a text file, it's assumed to be an error ↵ | Tannin | 2014-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | and the text displayed as an error - save games can now be deleted from inside MO - bugfix: removing the pending download entry failed if the download-url request failed - bugfix: download manager didn't stop automatically resuming failed downloads under certain circumstances - bugfix: uninstalled downloads were treated as not-finished when refreshing the download list - bugfix: updating the filesystem watcher on the saves directory didn't work correctly | ||||
| | * | - nxmhandler will now ask before registering itself | Tannin | 2014-01-04 | 1 | -0/+25 |
| | | | | | | | | | | | | | - downloads from nexus are now displayed before file information is retrieved - logging from the ui is now a bit more informative - download list now scrolls to bottom automatically | ||||
| | * | - download manager now saves the file times on nexus, for potential later ↵ | Tannin | 2013-12-07 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | use in version check - nexus interface now supports 301 redirects - now using the new nexus url format - bugfix: "visit on nexus" used an outdated url scheme and thus caused unnecessary redirection | ||||
