summaryrefslogtreecommitdiff
path: root/src/filterlist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restructure category refresh actionJeremy Rimpo2023-09-231-1/+1
| | | | | | | - Remove plugins class - Route signals to run Nexus API call from MainWindow - Pass Dialog instance to route response data - Revert CategoryFactory::instance to return reference
* Fix rebase issuesJeremy Rimpo2023-09-211-13/+12
|
* Refactoring for upstream mergeJeremy Rimpo2023-09-211-1/+1
|
* Fix rebase issueJeremy Rimpo2023-09-211-1/+1
|
* WIP: Refactor cat dialog and implement nex cat updatesSilarn2023-09-211-3/+4
|
* WIP: Initial changes to fetch nexus categoriesSilarn2023-09-211-12/+13
|
* Apply clang-format.Mikaël Capelle2023-07-091-81/+80
|
* Re-organize settings. Add setting to remember filters when restarting MO.Mikaël Capelle2021-01-101-1/+4
|
* Remove log from filter list.Mikaël Capelle2021-01-021-1/+0
|
* Save/restore filter list state between run.Mikaël Capelle2021-01-021-11/+39
|
* Move filter list to ModListView.Mikaël Capelle2021-01-021-3/+3
|
* Expose ModDataContentHolder from OrganizerCore instead of vector of Content.Mikaël Capelle2020-05-281-2/+2
|
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-6/+6
|
* Cleanup previous filterList codeAL2020-02-261-8/+0
|
* Added checkbox icons for filterlist stateAL2020-02-261-4/+9
|
* Add has hidden files filter for modlist.Al2020-01-141-0/+1
|
* Add headers with tooltips to Filter view.AL2020-01-091-1/+1
|
* List all categories flatly in filters view as nestled ones would otherwise ↵AL2020-01-091-5/+3
| | | | not be accessible.
* fixed alt colors in saves list for dark.qssisanae2019-12-121-19/+19
| | | | | translated some sanity checks warnings fixed filter list not refreshing selection correctly
* Rework filter labels to separate bracket from translationSilarn2019-12-101-1/+2
|
* keyboard nav for filter list, alternating row colorsisanae2019-12-041-32/+64
|
* added "tracked on nexus" filterisanae2019-12-021-0/+1
|
* three modes for separators, save stateisanae2019-12-021-6/+22
| | | | renamed enumerators
* made all categories positiveisanae2019-11-301-5/+5
| | | | fixed context menu sometimes appearing
* fixed separators option being used even without filtersisanae2019-11-301-91/+141
| | | | changed filter list to use tristate items without selection
* fixed setting selection when checking for updatesisanae2019-11-301-4/+6
|
* always enable clear filter button, made it so it also removes not flagsisanae2019-11-301-6/+24
| | | | | removed "deselect filters" context menu, redundant disable not flag menu items without selection
* removed redundant categories now that there's a not filterisanae2019-11-301-13/+15
| | | | disabled collapsing for filter, there's already a button to hide it
* added context menu items so set/unset inverted flagisanae2019-11-301-2/+31
|
* implemented not flagisanae2019-11-301-30/+72
| | | | | moved stuff to CriteriaItem fixed jumbled names in getSpecialCategoryName()
* renamed filters to criteriaisanae2019-11-301-50/+64
| | | | | merged categories and content, they can be distinguished using the type added a not flag for criteria, not used yet
* moved all remaining filter stuff to FilterListisanae2019-11-291-56/+79
| | | | renamed some widgets
* split filter listisanae2019-11-271-0/+189