| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -13/+13 |
| |\ | | | | | Logging rework | ||||
| | * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -4/+3 |
| | | | | | | | | | removed some commented out logging | ||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -6/+6 |
| | | | | | | | | | removed now unused vlog() | ||||
| | * | replaced qWarning() | isanae | 2019-07-22 | 1 | -3/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/Develop' into qt-5.13 | Silarn | 2019-07-04 | 1 | -0/+3 |
| |\| | |||||
| | * | Various fixes and updates to the tutorial system | Silarn | 2019-07-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | * Fix problem with main tutorial advancing past mod activation * Add various missing overlays for new and updated features * Restore BSA tab * Fix problem with positioning action button overlays (requires uibase) | ||||
| * | | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | Don't display Nexus ID of zero | LostDragonist | 2019-03-22 | 1 | -1/+1 |
| | | |||||
| * | Allow moving overwrite files to mods to replace files | LostDragonist | 2019-03-18 | 1 | -7/+1 |
| | | |||||
| * | Improve function and error reporting of dropping files on mod list | LostDragonist | 2019-03-08 | 1 | -17/+47 |
| | | |||||
| * | Add support for displaying tracked mods and setting tracked status | LostDragonist | 2019-03-07 | 1 | -0/+1 |
| | | |||||
| * | Fix seconds calculation | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | |||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -8/+4 |
| | | |||||
| * | Add settings option to switch between fixed and dynamic cache timeouts | Silarn | 2019-02-18 | 1 | -2/+6 |
| | | |||||
| * | Implement staggered timeouts bases on age. | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours | ||||
| * | Various fixes and updates | Silarn | 2019-02-18 | 1 | -0/+5 |
| | | | | | | | * 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 | ||||
| * | Sorting logic fix and show last updated date | Silarn | 2019-02-18 | 1 | -0/+1 |
| | | |||||
| * | Update Process Improvements | Silarn | 2019-02-18 | 1 | -1398/+1410 |
| | | | | | | | | | | | | | | | * 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 | ||||
| * | Make gameShortName comparisons case insensitive | LostDragonist | 2019-01-31 | 1 | -1/+1 |
| | | |||||
| * | Always display at least 3 segments of version info for MO itself | LostDragonist | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'remotes/origin/archive_conflicts_2' into Develop | LostDragonist | 2019-01-25 | 1 | -11/+42 |
| |\ | |||||
| | * | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-22 | 1 | -16/+24 |
| | |\ | |||||
| | * \ | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -1/+5 |
| | |\ \ | |||||
| | * \ \ | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-05 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * | | | | Fixed refresh not clearing overwrite highlighting. | Al | 2019-01-01 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Correct logic of mod conflict color selection | LostDragonist | 2018-12-31 | 1 | -14/+4 |
| | | | | | | |||||
| | * | | | | Fix conflict colors and make archive conflict colors configurable | LostDragonist | 2018-12-30 | 1 | -12/+17 |
| | | | | | | |||||
| | * | | | | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -4/+8 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Updating to 2.1.7alpha1 | ||||
| | * | | | | | Clean up and fix merge issues | LostDragonist | 2018-12-12 | 1 | -13/+5 |
| | | | | | | | |||||
| | * | | | | | Improved refresh performance by replacing std::transform() with ↵ | Al12rs | 2018-12-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CharLowerBuffer(). Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used. | ||||
| | * | | | | | Add loose file/archive conflict icons | Silarn | 2018-12-12 | 1 | -13/+29 |
| | | | | | | | |||||
| | * | | | | | Added new "loose files overwrite archive" icon and all the flags. | Al12rs | 2018-12-12 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The logic to show it is still missing until the other issues are fixed. | ||||
| | * | | | | | Initial archive conflict parsing | Silarn | 2018-12-12 | 1 | -7/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files | ||||
| * | | | | | | Fixed display of notes tool-tip and improved Alternative Game source tooltip. | Al | 2019-01-24 | 1 | -3/+4 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Reduce file I/O operations when enabling/disabling multiple mods | LostDragonist | 2019-01-22 | 1 | -14/+22 |
| | | | | | | |||||
| * | | | | | Fixed a crash with "Disable Selected" while in "checked" filter and similar ↵ | Al | 2019-01-22 | 1 | -4/+4 |
| | |_|_|/ |/| | | | | | | | | | | | cases | ||||
| * | | | | Update valid mod status when moving files from overwrite. | Al | 2019-01-07 | 1 | -1/+5 |
| | |_|/ |/| | | |||||
| * | | | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Fixed typo in previous commit. | Al12rs | 2018-12-22 | 1 | -1/+1 |
| | | | |||||
| * | | Improved tooltip for Alternate Game Source flag. | Al12rs | 2018-12-22 | 1 | -1/+1 |
| | | | |||||
| * | | Some logging for drop events on modlist. | Al12rs | 2018-12-22 | 1 | -3/+7 |
| |/ | |||||
| * | Implement separator text color in a way that doesn't break everything else | LostDragonist | 2018-12-11 | 1 | -7/+6 |
| | | |||||
| * | Change color of separator text based on the configured color of the separator | LostDragonist | 2018-12-11 | 1 | -0/+5 |
| | | |||||
| * | Add option to remove column colors for mod list separators | LostDragonist | 2018-12-11 | 1 | -3/+5 |
| | | |||||
| * | Add notes column to mod list | LostDragonist | 2018-12-08 | 1 | -2/+22 |
| | | |||||
| * | Prevent the user from renaming unmanaged and DLC mods | LostDragonist | 2018-11-26 | 1 | -3/+6 |
| | | |||||
| * | Prevent the user from setting a negative mod priority | LostDragonist | 2018-11-26 | 1 | -0/+3 |
| | | |||||
| * | Fix matching highlights for mod and plugin selections | LostDragonist | 2018-11-01 | 1 | -2/+3 |
| | | | | | | | The selectionChanged event used before requires subtractive/additive logic to work correctly. A separate event is fired for each row and each column for each row that is selected or deselected. The previous logic assumed all of the selection was passed in at once. The logic has been changed to recalculate all highlights each time the event is fired. This is poorly optimized in regards to performance but makes the function work. | ||||
| * | Added ability to change color of conflict and plugin highlighting from the ↵ | Al12rs | 2018-11-01 | 1 | -3/+3 |
| | | | | | settings. | ||||
| * | Improve changing mod and plugin priorities | LostDragonist | 2018-11-01 | 1 | -11/+33 |
| | | |||||
