| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | timing for refreshBSAList and updateProblemsButton | isanae | 2020-02-18 | 1 | -1/+1 |
| | | |||||
| * | added more timings | isanae | 2020-02-18 | 1 | -0/+2 |
| | | | | | missed fileregisterfwd.h in cmake list | ||||
| * | Don't allow foreign mods or overwrite for overriding overwrite | Chris Bessent | 2020-01-26 | 1 | -0/+16 |
| | | |||||
| * | remove separators and backups from mod list in the edit executables dialog | isanae | 2019-10-08 | 1 | -5/+20 |
| | | |||||
| * | changed crash dump type to use enum instead of int | isanae | 2019-08-24 | 1 | -1/+0 |
| | | | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -4/+1 |
| | | | | | removed now unused vlog() | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -1/+1 |
| | | |||||
| * | replaced qInfo() with log::info() | isanae | 2019-07-22 | 1 | -5/+5 |
| | | |||||
| * | Update description for month instead of 30 days | Silarn | 2019-07-09 | 1 | -1/+1 |
| | | |||||
| * | Month update check should calculate by day of month instead of 30 days | Silarn | 2019-07-03 | 1 | -4/+4 |
| | | |||||
| * | changed how the mod url works: | isanae | 2019-07-02 | 1 | -0/+19 |
| | | | | | | | | | | | - it is now independent from the nexus mod url - it can be set in addition to having a valid mod id - both urls can be displayed in the context menu re-arranged some of the widgets on the nexus tab added a track button added a custom url checkbox and open in browser button added a max-width to the browser | ||||
| * | With old mods, only queue the old ones in case of API overflow | Silarn | 2019-05-21 | 1 | -4/+8 |
| | | |||||
| * | Rework logic - we want updates that are newer than the last update - 1hr | Silarn | 2019-04-12 | 1 | -1/+1 |
| | | |||||
| * | Fix update filter check | LostDragonist | 2019-03-22 | 1 | -1/+1 |
| | | |||||
| * | Only change to the update filter if mods are being checked for update or ↵ | LostDragonist | 2019-03-22 | 1 | -2/+16 |
| | | | | | mods have updates available | ||||
| * | Fix reported number of mods checking for update when multiple mods are selected | LostDragonist | 2019-03-22 | 1 | -3/+12 |
| | | |||||
| * | Allow selecting overwrite to trigger mod conflict highlights | LostDragonist | 2019-03-09 | 1 | -3/+4 |
| | | |||||
| * | Allow force-check updates to bypass update timeouts | LostDragonist | 2019-02-21 | 1 | -0/+3 |
| | | |||||
| * | Extend the update date back one hour to help prevent time mismatches | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | | | | - Server time and local time may not align perfectly for bulk API | ||||
| * | Endorsement and efficiency updates | Silarn | 2019-02-18 | 1 | -24/+13 |
| | | | | | | | | * 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 | -8/+65 |
| | | |||||
| * | Fix issues with duplicate requests, expand parallel requests to 6 | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | |||||
| * | Several api improvements: | Silarn | 2019-02-18 | 1 | -3/+3 |
| | | | | | | | * Don't check time for force updates * Implement API restrictions for <200 remaining requests * Fix bug causing duplicate mod checks for differing short name capitalization | ||||
| * | Multiple updates: | Silarn | 2019-02-18 | 1 | -22/+20 |
| | | | | | | | | | | | | * 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 | ||||
| * | Sorting logic fix and show last updated date | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | |||||
| * | Update Process Improvements | Silarn | 2019-02-18 | 1 | -3/+46 |
| | | | | | | | | | | | | | | | * 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 | ||||
| * | Reworking update checks to use the file update info with a fallback | Silarn | 2019-02-18 | 1 | -35/+6 |
| | | |||||
| * | Make gameShortName comparisons case insensitive | LostDragonist | 2019-01-31 | 1 | -4/+12 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -2/+2 |
| | | |||||
| * | Add notes column to mod list | LostDragonist | 2018-12-08 | 1 | -1/+1 |
| | | |||||
| * | Added modlist Separators feature: | Al12rs | 2018-10-28 | 1 | -2/+6 |
| | | | | | | | | | *New modType separator. *Bold, italic and centralized name without _separator at the end. *Added "create separator" option to context menu. *Added "rename separator" option. *Fixed rename separator issue with priority resetting. | ||||
| * | Added Contains Script Extender Files filter. | Al12rs | 2018-09-07 | 1 | -0/+1 |
| | | |||||
| * | Added ModGroups contents icon and flag. | Al12rs | 2018-08-25 | 1 | -0/+2 |
| | | |||||
| * | Added Contains INI files content filter and checking. | Al12rs | 2018-07-17 | 1 | -0/+1 |
| | | |||||
| * | Redirect endorsements of MO2 to the Skyrim SE nexus | LostDragonist | 2018-07-16 | 1 | -3/+3 |
| | | |||||
| * | Allow for primary game sources and marking mods as converted/working | Silarn | 2018-05-03 | 1 | -1/+1 |
| | | |||||
| * | Only check for the mod organizer endorsement if the ID is set | Silarn | 2018-05-02 | 1 | -3/+5 |
| | | |||||
| * | Fix MO endorsement check and add game to ModInfo s_ModsByModID | Silarn | 2018-05-02 | 1 | -6/+8 |
| | | |||||
| * | Add alternative game flag and check | Silarn | 2018-04-27 | 1 | -4/+4 |
| | | |||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -20/+36 |
| | | |||||
| * | Changes to allow plugin loading in the mod info dialog (and rename SE) | Silarn | 2018-04-06 | 1 | -3/+3 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -231/+267 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -267/+231 |
| | | |||||
| * | Implement file priority for loose files > archives | Jeremy Rimpo | 2017-12-17 | 1 | -1/+2 |
| | | |||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -1/+1 |
| | | |||||
| * | A number of improvements and fixes | Jeremy Rimpo | 2017-12-13 | 1 | -1/+6 |
| | | | | | | | | | | * Move diagnostics tab to un-break tutorials targeting tab 3 * Restrict order locking for force-enabled plugins * Cascade locked positions in the case of a conflict * Should remove existing invalid locks * Add some info to primary plugins in plugin list * Differentiate plugin names for DLC and CC content | ||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -0/+5 |
| | | |||||
| * | Add MCM detection (but doesn't fix loading issues :() | Jeremy Rimpo | 2017-11-08 | 1 | -0/+1 |
| | | |||||
| * | updated to use the unmanaged-mod game plugin feature | Tannin | 2016-06-19 | 1 | -25/+14 |
| | | |||||
| * | reduced number of mod content icons a bit because they take too much space | Tannin | 2016-06-19 | 1 | -2/+0 |
| | | |||||
