summaryrefslogtreecommitdiffstats
path: root/sminputdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of QCompleter in SmInputDialogArno2024-11-091-1/+1
| | | | | | | setCompleter() assumed that QLineEdit always had a valid completer and schedule it for later deletion. This caused random crashes when there was no deleter. So make sure that mLE always a valid deleter and set the model instead of a new completer.
* 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.