| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change auto& to const auto&. | Mikaël Capelle | 2020-05-28 | 1 | -2/+2 |
| | | |||||
| * | Expose ModDataContentHolder from OrganizerCore instead of vector of Content. | Mikaël Capelle | 2020-05-28 | 1 | -10/+6 |
| | | |||||
| * | Ignore filter-only content when sorting. | Mikaël Capelle | 2020-05-27 | 1 | -7/+16 |
| | | |||||
| * | Fix sorting for the Content column. | Mikaël Capelle | 2020-05-27 | 1 | -1/+9 |
| | | |||||
| * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 1 | -17/+2 |
| | | |||||
| * | Fix incorrect tabs | Al | 2020-01-14 | 1 | -1/+1 |
| | | |||||
| * | Add has hidden files filter for modlist. | Al | 2020-01-14 | 1 | -0/+6 |
| | | |||||
| * | Fix conflict filter | Silarn | 2019-12-19 | 1 | -3/+3 |
| | | |||||
| * | Separate conflict flags and render them in separate columns | Silarn | 2019-12-06 | 1 | -0/+21 |
| | | |||||
| * | added "tracked on nexus" filter | isanae | 2019-12-02 | 1 | -0/+6 |
| | | |||||
| * | three modes for separators, save state | isanae | 2019-12-02 | 1 | -25/+40 |
| | | | | | renamed enumerators | ||||
| * | made all categories positive | isanae | 2019-11-30 | 1 | -13/+16 |
| | | | | | fixed context menu sometimes appearing | ||||
| * | fixed separators option being used even without filters | isanae | 2019-11-30 | 1 | -5/+21 |
| | | | | | changed filter list to use tristate items without selection | ||||
| * | removed redundant categories now that there's a not filter | isanae | 2019-11-30 | 1 | -22/+10 |
| | | | | | disabled collapsing for filter, there's already a button to hide it | ||||
| * | implemented not flag | isanae | 2019-11-30 | 1 | -3/+20 |
| | | | | | | moved stuff to CriteriaItem fixed jumbled names in getSpecialCategoryName() | ||||
| * | renamed filters to criteria | isanae | 2019-11-30 | 1 | -76/+42 |
| | | | | | | merged categories and content, they can be distinguished using the type added a not flag for criteria, not used yet | ||||
| * | implemented not filter | isanae | 2019-11-27 | 1 | -22/+77 |
| | | |||||
| * | added separators filter | isanae | 2019-11-27 | 1 | -2/+18 |
| | | | | | changed notendorsed filter to include anything else than true | ||||
| * | refactored matching into one function instead of repeating them for OR and AND | isanae | 2019-11-27 | 1 | -84/+70 |
| | | |||||
| * | added not filter, not functional yet | isanae | 2019-11-27 | 1 | -5/+12 |
| | | | | | fixed no mods being displayed for OR with no conditions | ||||
| * | Added "No valid game data" and "No Nexus ID" filters as per #295 | Al | 2019-10-04 | 1 | -0/+18 |
| | | |||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -1/+1 |
| | | | | | removed some commented out logging | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -1/+1 |
| | | | | | removed now unused vlog() | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -2/+4 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-22 | 1 | -2/+6 |
| |\ | |||||
| | * | Reduce file I/O operations when enabling/disabling multiple mods | LostDragonist | 2019-01-22 | 1 | -2/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -40/+72 |
| |\| | |||||
| | * | Added OR and AND based search to modlist and pluginlist. | Al | 2019-01-18 | 1 | -39/+70 |
| | | | | | | | | | A space now means AND and "OR ; | ||" mean OR. OR always wins. | ||||
| | * | Fixed invalid vector access on modInfoDialog closing. | Al | 2019-01-13 | 1 | -1/+1 |
| | | | |||||
| | * | Avoid refreshes unless it's specifically the update filter. | Al | 2019-01-12 | 1 | -9/+3 |
| | | | |||||
| | * | Fixed "check all for updates" not updating for the newly added mods. | Al | 2019-01-12 | 1 | -1/+8 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-05 | 1 | -6/+10 |
| |\| | |||||
| | * | Improve performance by removing redundant actions when changing mod states | LostDragonist | 2019-01-05 | 1 | -6/+10 |
| | | | |||||
| * | | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -6/+68 |
| |\| | | | | | | | Updating to 2.1.7alpha1 | ||||
| | * | Add sorting for the notes column | LostDragonist | 2018-12-23 | 1 | -0/+16 |
| | | | |||||
| | * | Expand mod list search edit to work on categories, nexus IDs, and notes | LostDragonist | 2018-12-20 | 1 | -6/+52 |
| | | | |||||
| * | | 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 | -7/+9 |
| | | | |||||
| * | | Added new "loose files overwrite archive" icon and all the flags. | Al12rs | 2018-12-12 | 1 | -1/+2 |
| | | | | | | | | | The logic to show it is still missing until the other issues are fixed. | ||||
| * | | Initial archive conflict parsing | Silarn | 2018-12-12 | 1 | -1/+4 |
| |/ | | | | | | | | | 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 | ||||
| * | Made the "checked" filter show separators. | Al12rs | 2018-11-04 | 1 | -1/+1 |
| | | |||||
| * | Added Mod Backups filter for modlist. | Al12rs | 2018-09-07 | 1 | -0/+6 |
| | | |||||
| * | Allow sorting by "source game" column | Lost Dragonist | 2018-06-08 | 1 | -0/+10 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -315/+323 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -323/+315 |
| | | |||||
| * | better sorting on the flag-column | Tannin | 2015-09-03 | 1 | -2/+19 |
| | | |||||
| * | more intuitive sorting with grouping active | Tannin | 2015-09-03 | 1 | -0/+4 |
| | | |||||
| * | workaround: after editing in a filtered view, if the edited item disappears as | Tannin | 2015-09-01 | 1 | -3/+10 |
| | | | | | a result of the edit, no further editor could be opened | ||||
| * | bugfix: dropping files from overwrite on mod failed whien mod grouping was ↵ | Tannin | 2015-06-29 | 1 | -1/+2 |
| | | | | | active | ||||
