summaryrefslogtreecommitdiffstats
path: root/moviewidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MoviePropertiesDialog: actually do somethingArno2018-04-041-0/+5
| | | | | Update database on accpet() Yes, I know that some code could be shared, but I want to keep it clean.
* Fill MoviePropertiesDialog, part 1Arno2018-04-041-1/+7
|
* Implement MoviePropertiesDialogArno2018-04-041-0/+3
| | | | | Try to replace all those editing dialogs with one exhausting dialog. For now, it's just the layout. It does nothing yet.
* MovieWidget: copy assorted columns to clipboardArno2018-04-041-2/+20
|
* MovieWidget: Implement play selected for bottom viewArno2018-04-041-0/+19
|
* MovieWidget: turn bottom view into SmViewArno2018-04-041-1/+14
| | | | Also, play the movie on doubleclick if it's available.
* MovieWidget: make all items non-editableArno2018-04-041-0/+4
|
* MovieWidget: indicate if file is availableArno2018-04-041-4/+49
|
* MovieWidget: read and write settingsArno2018-04-041-0/+29
|
* MovieWidget: Add count to all selections, improve sortingArno2018-04-041-12/+24
|
* MovieWidget: Implement populateByGenresArno2018-04-031-1/+45
| | | | | Also remove Favorites from selection. Should be an option with random player, if at all.
* MovieWidget: Implement populateByActorsArno2018-04-031-8/+65
|
* MovieWidget: Make filter workArno2018-04-031-0/+7
|
* First implementation of MovieWidgetArno2018-04-031-0/+181
It's the replacement for the archive viewer thingy. Just keep it simple and stupid. For now it shows series data.