summaryrefslogtreecommitdiffstats
path: root/searchdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Layout for enhanced search dialogArno2020-07-251-7/+31
| | | | | Add Actor and Title search. This commit only makes visual changes and moves some code around. The search itself is not implemented yet.
* Resurrect search dialogArno2018-11-241-7/+4
| | | | | Add it to the global menu and make it accessible by CTRL+f when the focus is on the main window.
* Bring SearchDialog into the 21st centuryArno2018-11-231-1/+1
| | | | The usual... nullptr warnings, connect syntax.
* Select search term and focus QLineEditArno2015-01-251-0/+3
| | | | selectAll() on search term and focus it when showing the search dialog
* New: search dialogArno2015-01-241-0/+47