| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved filterWidget and eventFilter to ui base | AL | 2020-02-01 | 1 | -221/+0 |
| | | |||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -1/+4 |
| | | | | | removed now unused vlog() | ||||
| * | filterable images | isanae | 2019-07-02 | 1 | -0/+5 |
| | | |||||
| * | filterwidget now support automatically installing a proxy on lists | isanae | 2019-07-02 | 1 | -5/+65 |
| | | | | | filters on txt and ini tabs | ||||
| * | various optimizations and caching | isanae | 2019-07-02 | 1 | -5/+14 |
| | | | | | | | 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 strings | isanae | 2019-05-31 | 1 | -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 ↵ | isanae | 2019-05-31 | 1 | -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 ↵ | isanae | 2019-05-31 | 1 | -0/+88 |
| the mod/pluging lists | |||||
