summaryrefslogtreecommitdiffstats
path: root/randomtab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Play movie on doublelClick in RandomTabArno2016-11-111-0/+9
|
* Hook up Actions for RandomTabArno2016-11-111-3/+45
| | | | Create edit and context menus.
* Actually play movies!Arno2016-11-111-1/+27
| | | | | Finally do something with the random selection! Implement playAll and playSelected.
* Implement GUI elements for playing moviesArno2016-11-111-0/+19
| | | | RotzPeng! He who doeth not find the button of his choice is not worthy!
* Read and write settings / SelectionBehaviorArno2016-11-111-0/+41
| | | | | Fixing selection behavior should have been a separate commit, but well... Set it to ExtendedSelection and SelectRows.
* Energize!Arno2016-11-111-5/+165
| | | | Fill the random file view with movies.
* Setup logging facilityArno2016-11-101-5/+30
| | | | Log what we're doing in a QTextEdit below the FileView.
* Add Random file browserArno2016-11-101-0/+161
Idea: Select random movies based on a selection of genres and actors in a new tab, so you don't have the agony of choice. This is just the basic layout. The selectors are filled and the buttons are connected, but it doesn't select anything yet.