summaryrefslogtreecommitdiff
path: root/src/filterlist.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-9/+11
|
* Move filter list to ModListView.Mikaël Capelle2021-01-021-2/+2
|
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-1/+3
|
* fixed alt colors in saves list for dark.qssisanae2019-12-121-0/+1
| | | | | translated some sanity checks warnings fixed filter list not refreshing selection correctly
* keyboard nav for filter list, alternating row colorsisanae2019-12-041-1/+2
|
* three modes for separators, save stateisanae2019-12-021-1/+6
| | | | renamed enumerators
* fixed separators option being used even without filtersisanae2019-11-301-5/+3
| | | | changed filter list to use tristate items without selection
* fixed setting selection when checking for updatesisanae2019-11-301-1/+1
|
* always enable clear filter button, made it so it also removes not flagsisanae2019-11-301-1/+2
| | | | | removed "deselect filters" context menu, redundant disable not flag menu items without selection
* added context menu items so set/unset inverted flagisanae2019-11-301-0/+1
|
* implemented not flagisanae2019-11-301-0/+2
| | | | | moved stuff to CriteriaItem fixed jumbled names in getSpecialCategoryName()
* renamed filters to criteriaisanae2019-11-301-7/+7
| | | | | 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-1/+5
| | | | renamed some widgets
* split filter listisanae2019-11-271-0/+42