| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove more old Nexus settings | LostDragonist | 2019-02-19 | 1 | -0/+2 |
| | | |||||
| * | Cleanup and version bump | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | |||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -5/+17 |
| | | |||||
| * | Endorsement and efficiency updates | Silarn | 2019-02-18 | 1 | -50/+112 |
| | | | | | | | | * Reduce update timeout to 5 minutes * Introduce bulk endorsement check replacing global mod info check * Fine tune performance of bulk update info query * Thread the update processing to prevent lockups | ||||
| * | Implement bulk update check layer | Silarn | 2019-02-18 | 1 | -2/+31 |
| | | |||||
| * | Some fixes to parse the preferred server list and download speed feature | Silarn | 2019-02-18 | 1 | -4/+3 |
| | | |||||
| * | Implement staggered timeouts bases on age. | Silarn | 2019-02-18 | 1 | -2/+3 |
| | | | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours | ||||
| * | Fix issues with duplicate requests, expand parallel requests to 6 | Silarn | 2019-02-18 | 1 | -2/+8 |
| | | |||||
| * | Multiple updates: | Silarn | 2019-02-18 | 1 | -21/+33 |
| | | | | | | | | | | | | * Remove periodic auto-update * Add context menu force-update for mod list * Fix some bugs with update parsing - Ignore update files that are deleted - Fix remaining issue with failing to get all mods due to capitalization * Remove queue retry when out of requests * Clear all requests when out of requests * More potential improvements to login/validation process | ||||
| * | Fix various issues when not having a stored API key | Silarn | 2019-02-18 | 1 | -9/+5 |
| | | |||||
| * | Make mod search case insensitive, reintroduce timed update batches | Silarn | 2019-02-18 | 1 | -17/+13 |
| | | |||||
| * | Various fixes and updates | Silarn | 2019-02-18 | 1 | -16/+20 |
| | | | | | | | * Add second api type for mod info to segment updates from basic desc * Add saved nexus file type and factor it into the update display * Fix some issues with how we were checking for 'latest update' files | ||||
| * | Ensure mainwindow slot doesn't override data we've just set | Silarn | 2019-02-18 | 1 | -13/+20 |
| | | |||||
| * | Fix missing nexus update setters | Silarn | 2019-02-18 | 1 | -0/+2 |
| | | |||||
| * | Update Process Improvements | Silarn | 2019-02-18 | 1 | -40/+40 |
| | | | | | | | | | | | | | | | * 5 minute batch auto-update of up to 10 mods - Still able to force an update of all 'unchecked' mods - Prioritizes mods with oldest update 'age' * Implemented 1-hour wait between update checks per mod * Fixed issues with update progress display * Only enable update filter automatically if 'force update' * Improved display of version update status in mod list - Italic text when ready to perform update check - Tooltip indicates when next update is available * Fixed remaining issues with update fallback check * Only trigger one update API request for duplicate sources | ||||
| * | Multiple fixes: | Silarn | 2019-02-18 | 1 | -12/+8 |
| | | | | | | | * Uses current daily/hourly rate limits * Fixed issue with translating API game string to mod game string ** Corrects issues with update checks and downloads | ||||
| * | Translate nexus game name to short name to fix fetching updates | Silarn | 2019-02-18 | 1 | -6/+20 |
| | | |||||
| * | Add counter for API requests | Silarn | 2019-02-18 | 1 | -0/+26 |
| | | |||||
| * | Fix issue with endorsement response parsing | Silarn | 2019-02-18 | 1 | -11/+9 |
| | | |||||
| * | Add some comments and always use latest update file as the version | Silarn | 2019-02-18 | 1 | -2/+18 |
| | | |||||
| * | Implement an API rate limiter | Silarn | 2019-02-18 | 1 | -0/+8 |
| | | |||||
| * | Reworking update checks to use the file update info with a fallback | Silarn | 2019-02-18 | 1 | -44/+101 |
| | | |||||
| * | Several Nexus API-related changes | Silarn | 2019-02-18 | 1 | -19/+18 |
| | | | | | | | | | * Added 30-second ping so Nexus doesn't close our connection * Set an overall 5 minute timeout before we give up listening for auth * Fixed some old signal and slot connections * Added a button to revoke the current API authorization * Updated bulk endorsement function with new API changes | ||||
| * | Initial Nexus API changes: | Silarn | 2019-02-18 | 1 | -6554/+6558 |
| | | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | ||||
| * | Visit Nexus page for first primary source if game does not have its own ↵ | LostDragonist | 2019-02-17 | 1 | -1/+5 |
| | | | | | Nexus page | ||||
| * | Change mod list context menu to stack allocation | Krzysztof Starecki | 2019-02-15 | 1 | -74/+72 |
| | | |||||
| * | Fix openOriginInfo and openOriginFolder for base files like skyrim.esm | Al | 2019-02-15 | 1 | -15/+24 |
| | | |||||
| * | Fix mod context menu rendering issue | Krzysztof Starecki | 2019-02-14 | 1 | -7/+6 |
| | | |||||
| * | Fix mod context menu memleak (issue #379) | Krzysztof Starecki | 2019-02-14 | 1 | -5/+7 |
| | | |||||
| * | UpdateProblemsButton when it's pressed, should clear notifications if there ↵ | Al | 2019-02-13 | 1 | -0/+1 |
| | | | | | | | was a lingering one. Sadly does not work when it's disabled | ||||
| * | Make notifications geometry implementation match other dialogs | LostDragonist | 2019-02-10 | 1 | -11/+5 |
| | | |||||
| * | Fixed crash when "Update" filter is selected and multiple mods are ignored ↵ | Al | 2019-02-10 | 1 | -0/+6 |
| | | | | | for update. | ||||
| * | Enable compact mode for mod list flags when column is smaller than 6 icons | LostDragonist | 2019-02-07 | 1 | -1/+3 |
| | | |||||
| * | Fixed a Failed to refresh list of esps: invalid vector<T> subscript error | Al | 2019-01-31 | 1 | -1/+3 |
| | | | | | caused when locking multiple mods where some of them where disabled. Skipped the disabled ones. | ||||
| * | Always display at least 3 segments of version info for MO itself | LostDragonist | 2019-01-30 | 1 | -2/+2 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -4/+4 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -2/+2 |
| | | |||||
| * | Remember geometry of problems dialog | LostDragonist | 2019-01-30 | 1 | -5/+13 |
| | | |||||
| * | Rename problems to notifications | LostDragonist | 2019-01-30 | 1 | -9/+9 |
| | | |||||
| * | Don't report errors when "write to file..." in data tab is canceled | LostDragonist | 2019-01-30 | 1 | -7/+9 |
| | | |||||
| * | Merge remote-tracking branch 'remotes/origin/archive_conflicts_2' into Develop | LostDragonist | 2019-01-25 | 1 | -15/+85 |
| |\ | |||||
| | * | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-22 | 1 | -2/+15 |
| | |\ | |||||
| | * \ | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -22/+86 |
| | |\ \ | |||||
| | * \ \ | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-05 | 1 | -36/+40 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-01 | 1 | -39/+58 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'Develop' into archive_conflicts_2 | LostDragonist | 2018-12-30 | 1 | -0/+1 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -58/+383 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Updating to 2.1.7alpha1 | ||||
| | * | | | | | | | Clean up and fix merge issues | LostDragonist | 2018-12-12 | 1 | -39/+38 |
| | | | | | | | | | |||||
| | * | | | | | | | Fixed mainwindow.cpp so that Qt Creator does not break it anymore. | Al12rs | 2018-12-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should be able to normally use Creator now without having to worry about breaking the build. Partial fix for conflict information getting messd up after opening infodialog or disabling a mod. Icons still get messed up but conflict tab remains consistent at first inspection. Reverted main tab to plugins Changed version of Archive conflicts branch to 2.2.0 pre-alpha. | ||||
| | * | | | | | | | Added button to disable Archives in Data Tree and entirely. | Project579 | 2018-12-12 | 1 | -2/+54 |
| | | | | | | | | | |||||
