summaryrefslogtreecommitdiffstats
path: root/moviewidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix window titleArno2018-07-141-0/+4
| | | | for FSWidget and MovieWidget.
* Implement edit filesArno2018-05-211-0/+3
| | | | Make it possible to edit files (again).
* MovieWidget: make the forward and back buttons do somethingArno2018-04-051-0/+1
| | | | Advance to the next Selection or go back to the previous one.
* MoviePropertiesDialog: actually do somethingArno2018-04-041-0/+1
| | | | | 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-0/+1
|
* Implement MoviePropertiesDialogArno2018-04-041-0/+2
| | | | | 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-1/+2
|
* MovieWidget: Implement play selected for bottom viewArno2018-04-041-0/+1
|
* MovieWidget: turn bottom view into SmViewArno2018-04-041-1/+3
| | | | Also, play the movie on doubleclick if it's available.
* MovieWidget: indicate if file is availableArno2018-04-041-1/+1
|
* MovieWidget: read and write settingsArno2018-04-041-0/+5
|
* MovieWidget: Implement populateByGenresArno2018-04-031-0/+1
| | | | | Also remove Favorites from selection. Should be an option with random player, if at all.
* MovieWidget: Implement populateByActorsArno2018-04-031-0/+1
|
* First implementation of MovieWidgetArno2018-04-031-0/+35
It's the replacement for the archive viewer thingy. Just keep it simple and stupid. For now it shows series data.