summaryrefslogtreecommitdiffstats
path: root/searchdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement actor search in SearchDialogArno2018-02-021-2/+101
|
* Read and write settings for SearchDialogArno2018-02-021-0/+24
|
* Get genres for search dataArno2018-02-021-13/+23
|
* Use Helper::icon in SearchDialogArno2018-02-021-6/+11
| | | | | Once again this should have been 2 commits: one for Helper::icon and another one for making font boldness selectable, but well...
* Show actors in SearchDialogArno2018-02-021-17/+44
| | | | | | | 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-8/+50
|
* Implement a useful searchArno2018-02-011-0/+144
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).