Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various clang warning fixes | Arno | 2019-01-12 | 1 | -0/+1 |
| | | | | | Mostly nullptr, one missing include that wasn't really missed, and a stray ; | ||||
* | MoviePropertiesDialog: implement add actors and genres | Arno | 2018-04-04 | 1 | -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. |