summaryrefslogtreecommitdiffstats
path: root/sminputdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Various clang warning fixesArno2019-01-121-0/+1
| | | | | Mostly nullptr, one missing include that wasn't really missed, and a stray ;
* MoviePropertiesDialog: implement add actors and genresArno2018-04-041-0/+22
Only adds items to the view, doesn't do any changes to the database yet. Had to implement a custom InputDialog, because the standard InputDialog doesn't have a setter for the completer.