aboutsummaryrefslogtreecommitdiffstats
path: root/src/finddialog.h
Commit message (Collapse)AuthorAge
* Rerun search if new archive is openedConfuSomu2024-01-05
|
* Initialize find dialog with text from main windowConfuSomu2023-08-02
| | | | | | Properly emit the text that was entered in the search bar before the find dialog was opened. This makes sure that it is queried as expected by the user.
* Implement find dialogConfuSomu2023-08-02
This dialog consolidates options for searching through textual elements in lists which simplifies the logic present in the MainWindow class.