summaryrefslogtreecommitdiff
path: root/src/filterwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved filterWidget and eventFilter to ui baseAL2020-02-011-70/+0
|
* filterable imagesisanae2019-07-021-0/+1
|
* filterwidget now support automatically installing a proxy on listsisanae2019-07-021-4/+37
| | | | filters on txt and ini tabs
* various optimizations and cachingisanae2019-07-021-0/+3
| | | | | | fixed conflict list not sorting when changing parameters switched from QDirIterator to std::filesystem, much faster FilterWidget precompiles the list
* FilterWidget takes a predicate to match stringsisanae2019-05-311-1/+1
| | | | 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-3/+9
| | | | | | | 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/+27
the mod/pluging lists