summaryrefslogtreecommitdiff
path: root/src/modlistsortproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-12/+1
|
* Maintain selection while filtering (again).Mikaël Capelle2021-01-021-0/+3
|
* Add message for invalid drag. Split & clean code.Mikaël Capelle2021-01-021-2/+3
|
* Fix canDrop in sort proxy.Mikaël Capelle2021-01-021-3/+3
|
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-3/+9
|
* Do not invalidate the sort proxy when not required (keep selection).Mikaël Capelle2021-01-021-3/+3
|
* Fix and move stuff around.Mikaël Capelle2021-01-021-7/+0
| | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection.
* Refactoring and fixes.Mikaël Capelle2021-01-021-26/+0
| | | | | | - Move codes from MainWindow to ModListView. - Fix enable/disable all visible. - Fix changing style of the mod list.
* Fix filtering for separators.Mikaël Capelle2021-01-021-6/+21
|
* Fix sorting of backups when using collapsible separators.Mikaël Capelle2021-01-021-3/+8
|
* Better drag handling.Mikaël Capelle2021-01-021-0/+20
|
* Fix drag and drop of regular mods.Mikaël Capelle2021-01-021-4/+1
|
* Start working on collapsible separators.Mikaël Capelle2021-01-021-2/+2
|
* Change modId() to nexusId().Mikaël Capelle2020-09-221-4/+4
|
* Add getters for most meta-information in mod.Mikaël Capelle2020-09-201-15/+15
|
* Change auto& to const auto&.Mikaël Capelle2020-05-281-2/+2
|
* Expose ModDataContentHolder from OrganizerCore instead of vector of Content.Mikaël Capelle2020-05-281-10/+6
|
* Ignore filter-only content when sorting.Mikaël Capelle2020-05-271-7/+16
|
* Fix sorting for the Content column.Mikaël Capelle2020-05-271-1/+9
|
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-17/+2
|
* Fix incorrect tabsAl2020-01-141-1/+1
|
* Add has hidden files filter for modlist.Al2020-01-141-0/+6
|
* Fix conflict filterSilarn2019-12-191-3/+3
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-0/+21
|
* added "tracked on nexus" filterisanae2019-12-021-0/+6
|
* three modes for separators, save stateisanae2019-12-021-25/+40
| | | | renamed enumerators
* made all categories positiveisanae2019-11-301-13/+16
| | | | fixed context menu sometimes appearing
* fixed separators option being used even without filtersisanae2019-11-301-5/+21
| | | | changed filter list to use tristate items without selection
* removed redundant categories now that there's a not filterisanae2019-11-301-22/+10
| | | | disabled collapsing for filter, there's already a button to hide it
* implemented not flagisanae2019-11-301-3/+20
| | | | | moved stuff to CriteriaItem fixed jumbled names in getSpecialCategoryName()
* renamed filters to criteriaisanae2019-11-301-76/+42
| | | | | merged categories and content, they can be distinguished using the type added a not flag for criteria, not used yet
* implemented not filterisanae2019-11-271-22/+77
|
* added separators filterisanae2019-11-271-2/+18
| | | | changed notendorsed filter to include anything else than true
* refactored matching into one function instead of repeating them for OR and ANDisanae2019-11-271-84/+70
|
* added not filter, not functional yetisanae2019-11-271-5/+12
| | | | fixed no mods being displayed for OR with no conditions
* Added "No valid game data" and "No Nexus ID" filters as per #295Al2019-10-041-0/+18
|
* changed qDebug() to log::debug()isanae2019-07-221-1/+1
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-1/+1
| | | | removed now unused vlog()
* replaced qWarning()isanae2019-07-221-2/+4
|
* Make logs more consistent in format and contentLostDragonist2019-01-301-2/+2
|
* Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-221-2/+6
|\
| * Reduce file I/O operations when enabling/disabling multiple modsLostDragonist2019-01-221-2/+6
| |
* | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-181-40/+72
|\|
| * Added OR and AND based search to modlist and pluginlist.Al2019-01-181-39/+70
| | | | | | | | A space now means AND and "OR ; | ||" mean OR. OR always wins.
| * Fixed invalid vector access on modInfoDialog closing.Al2019-01-131-1/+1
| |
| * Avoid refreshes unless it's specifically the update filter.Al2019-01-121-9/+3
| |
| * Fixed "check all for updates" not updating for the newly added mods.Al2019-01-121-1/+8
| |
* | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-051-6/+10
|\|
| * Improve performance by removing redundant actions when changing mod statesLostDragonist2019-01-051-6/+10
| |
* | Merge branch 'Develop' into archive_conflicts_2Project5792018-12-291-6/+68
|\| | | | | | | Updating to 2.1.7alpha1