summaryrefslogtreecommitdiff
path: root/src/filterwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* FilterWidget takes a predicate to match stringsisanae2019-05-311-2/+32
| | | | copied the logic from modlistsortproxy so the basic boolean syntax in filters works
* removed buddy from FilterWidget, the intention was to hook a ctrl+f shortcut ↵isanae2019-05-311-7/+33
| | | | | | | to it, but that won't work as a general solution, it would need to be on tabs for the modinfo dialog added a simple matches() that just searches for the string FilterWidget can cleanly unhook itself
* added new filterwidget, will eventually get the operators functionality from ↵isanae2019-05-311-0/+88
the mod/pluging lists