summaryrefslogtreecommitdiff
path: root/src/modlistsortproxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add author and uploader columns to mod list (#2269)Jonathan Feenstra2025-08-181-6/+38
* Include notes in search when filtering mods if the column is enabled (#2139)Jonathan Feenstra2024-10-101-1/+2
* Apply clang-format.Mikaël Capelle2023-07-091-292/+270
* Convert everything to CRLF.Mikaël Capelle2023-07-091-705/+705
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-2/+2
* Fix sorting by priority when grouping by priority.Mikaël Capelle2021-02-231-0/+6
* Expose proper priority in ModList and sort in the sort proxy.Mikaël Capelle2021-01-211-1/+6
* Add documentation for row computation.Mikaël Capelle2021-01-111-5/+6
* Fix drop in first item of separators.Mikaël Capelle2021-01-111-3/+8
* Fix drop in separator and create mod in separator in descending priority.Mikaël Capelle2021-01-111-2/+2
* Allow collapsible separator in descending priority.Mikaël Capelle2021-01-111-0/+7
* Disable proxies when they are not used.Mikaël Capelle2021-01-041-2/+4
* 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
* Refactoring and fixes.Mikaël Capelle2021-01-021-26/+0
* 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
* made all categories positiveisanae2019-11-301-13/+16
* fixed separators option being used even without filtersisanae2019-11-301-5/+21
* removed redundant categories now that there's a not filterisanae2019-11-301-22/+10
* implemented not flagisanae2019-11-301-3/+20
* renamed filters to criteriaisanae2019-11-301-76/+42
* implemented not filterisanae2019-11-271-22/+77
* added separators filterisanae2019-11-271-2/+18
* 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
* 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
* changed qCritical() to log::error()isanae2019-07-221-1/+1