summaryrefslogtreecommitdiffstats
path: root/searchdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Add CTRL+S shortcut for SearchDialogArno2018-02-021-0/+3
| | | | | If in FileWidget, show and raise SearchDialog on CTRL+s, hide it on CTRL +x. Show busy cursor while searching.
* Implement actor search in SearchDialogArno2018-02-021-1/+4
|
* Read and write settings for SearchDialogArno2018-02-021-0/+3
|
* Get genres for search dataArno2018-02-021-1/+2
|
* Show actors in SearchDialogArno2018-02-021-0/+2
| | | | | | | This should have been two commits, really. One for the actors, and another one for the icon helper. Helper::icon returns an QIcon with a circle in bg color and the char c.
* Implement Filename search in SearchDialogArno2018-02-021-3/+3
|
* Implement a useful searchArno2018-02-011-0/+34
Display Title and Filename search as non-modal dialog, so one can compare Files and Database. For now only Title search is implemented. Filename search does nothing (yet).