| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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". | ||||
| * | Redirect endorsements of MO2 to the Skyrim SE nexus | LostDragonist | 2018-07-16 | 2 | -8/+15 |
| | | |||||
| * | Added "Open in Folder" option to downloads tab. | Al12rs | 2018-07-16 | 7 | -2/+49 |
| | | |||||
| * | 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 | 2 | -3/+5 |
| | | |||||
| * | Added the path of the managed game in the settings menu under the path tab, ↵ | Al12rs | 2018-06-22 | 3 | -225/+257 |
| | | | | | it's read only for now as allowing the user to change it would probably require a lot more work. | ||||
| * | Add open in explorer button to Overwrite dialog. | Al12rs | 2018-06-21 | 3 | -0/+12 |
| | | |||||
| * | Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵ | Al12rs | 2018-06-20 | 1 | -1/+1 |
| |\ | | | | | | | Develop1 | ||||
| | * | Merge pull request #410 from LostDragonist/Develop | Al | 2018-06-20 | 1 | -1/+1 |
| | |\ | | | | | | | Extend mod backups and load order backups to a maximum of 10 | ||||
| | | * | Extend mod backups and load order backups to a maximum of 10 | LostDragonist | 2018-06-20 | 1 | -1/+1 |
| | |/ | |||||
| * / | Fix for downloads getting stuck after pausing them. | Al12rs | 2018-06-20 | 3 | -8/+8 |
| |/ | | | | 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. | ||||
| * | Merge pull request #400 from LostDragonist/Develop | Al | 2018-06-10 | 2 | -1/+11 |
| |\ | | | | | Sort by game and fix for instance names | ||||
| | * | Prevent instances from ending in a space | LostDragonist | 2018-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | Windows directories are not allowed to end in a space. Allowing this creates a broken directory that is difficult for the user to remove. | ||||
| | * | Allow sorting by "source game" column | Lost Dragonist | 2018-06-08 | 1 | -0/+10 |
| |/ | |||||
| * | Updated strings | Silarn | 2018-06-08 | 1 | -343/+394 |
| | | |||||
| * | *Avoided some unnecessary refreshes while removing mods. | Al12rs | 2018-05-25 | 7 | -26/+88 |
| | | | | | | | | | *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 | 5 | -24/+64 |
| | | | | | Improved performace when hiding/unhiding. There is still room for improvement for hiding but it requires refactoring the function | ||||
| * | Made downlods file sizes human readable instead of just being KB | Al12rs | 2018-05-20 | 3 | -1/+25 |
| | | |||||
| * | Added "Open Plugins folder" option to Open folder menu. | Al12rs | 2018-05-20 | 2 | -8/+10 |
| | | |||||
| * | Merge pull request #369 from iaz3/Develop | Al | 2018-05-18 | 2 | -32/+36 |
| |\ | | | | | Fix a memory leak in updateToolBar | ||||
| | * | Fix a memory leak in updateToolBar | Diana | 2018-05-18 | 2 | -32/+36 |
| |/ | | | | | | | | | | | updateToolBar was creating new QActions and QWidgets every call, without cleaning them up. The spacer, help widgets, and toolbuttons only need to be created once. Those have been moved out into the MainWindow constructor updateToolBar is called in various places, importantly when adding/removing executable shortcuts. Also adds a deleteLater() call to clean up executable shortcut actions. | ||||
| * | Merge pull request #362 from Al12rs/dirWatcher | Al | 2018-05-17 | 2 | -4/+112 |
| |\ | | | | | Downloads tab: fix for freezes and greatly improved performance and responsiveness | ||||
| | * | Huge performace improvements for downloads tab by disabling the dirWatcher ↵ | Al12rs | 2018-05-17 | 2 | -23/+34 |
| | | | | | | | | | | | | | | | | | 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 | 2 | -2/+99 |
| | | | | | | | | | the fileSystemWatcher picking up changes made by MO itself and triggering multiple refreshes | ||||
| * | | Updated strings for downloads | Silarn | 2018-05-16 | 1 | -102/+106 |
| |/ | |||||
| * | 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 | 2 | -2/+3 |
| | | |||||
| * | Merge pull request #361 from AnyOldName3/even-better-version-parsing | Jeremy Rimpo | 2018-05-16 | 5 | -50/+52 |
| |\ | | | | | Move improved version parsing to util.h and use it everywhere. | ||||
| | * | Move improved version parsing to util.h and use it everywhere. | AnyOldName3 | 2018-05-16 | 5 | -50/+52 |
| |/ | |||||
| * | Merge pull request #360 from AnyOldName3/better-version-parsing | Jeremy Rimpo | 2018-05-15 | 4 | -5/+72 |
| |\ | | | | | Better version parsing | ||||
| | * | Remove sneaky test qDebug instance. | AnyOldName3 | 2018-05-15 | 1 | -1/+0 |
| | | | |||||
| | * | Change how the VersionInfo object is created from version.rc such that ↵ | AnyOldName3 | 2018-05-15 | 4 | -5/+73 |
| |/ | | | | non-release builds are possible and get labelled as such | ||||
| * | Push version update for 2.1.4 dev | Silarn | 2018-05-15 | 1 | -3/+3 |
| | | |||||
| * | 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 | 2 | -1/+22 |
| | | |||||
| * | Refresh the sort proxy when the data is changed | Silarn | 2018-05-10 | 1 | -0/+2 |
| | | |||||
| * | Fix plugin lock slot typo | Silarn | 2018-05-10 | 1 | -1/+1 |
| | | |||||
| * | Better error message when archives can't be extracted | Silarn | 2018-05-08 | 2 | -111/+108 |
| | | |||||
| * | 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 |
| | | |||||
| * | Reset the progress bar data after completing the extraction | Silarn | 2018-05-08 | 1 | -4/+4 |
| | | |||||
| * | Remove a pointless error when the game doesn't have a script extender | Silarn | 2018-05-07 | 1 | -2/+2 |
| | | |||||
| * | Changes to allow installer_NCC to use the game source set in the DL meta | Silarn | 2018-05-07 | 5 | -1/+17 |
| | | |||||
| * | Updating about dialog with additional supporters | Silarn | 2018-05-06 | 2 | -1/+11 |
| | | |||||
| * | Translation updates | Silarn | 2018-05-06 | 1 | -127/+122 |
| | | |||||
| * | Fixes for downloads and installs | Silarn | 2018-05-06 | 4 | -54/+49 |
| | | |||||
| * | Make sure project_path is set before trying to use it | Silarn | 2018-05-06 | 1 | -10/+7 |
| | | |||||
| * | Rework the existing file download dialog to pause the download while waiting | Silarn | 2018-05-05 | 2 | -19/+36 |
| | | | | | - Also fixes direct calls to downloadFinished | ||||
| * | Make sure to update the index when data is changed | Silarn | 2018-05-04 | 2 | -0/+11 |
| | | |||||
