summaryrefslogtreecommitdiffstats
path: root/randomtab.h
Commit message (Collapse)AuthorAgeFilesLines
* Finally get rid of menuBar()!!!!Arno2018-09-291-6/+0
|
* Revamp context menu actions for RandomTabArno2018-09-291-3/+0
| | | | Make them local in setupGui()
* Make QPushButtons in RandomTab localArno2018-09-291-5/+0
| | | | While at it, convert to type-safe connect syntax.
* Fix 0 -> nullptr in RandomTabArno2018-09-291-2/+2
|
* Play movie on doublelClick in RandomTabArno2016-11-111-0/+1
|
* Hook up Actions for RandomTabArno2016-11-111-1/+33
| | | | Create edit and context menus.
* Actually play movies!Arno2016-11-111-0/+2
| | | | | Finally do something with the random selection! Implement playAll and playSelected.
* Implement GUI elements for playing moviesArno2016-11-111-0/+4
| | | | RotzPeng! He who doeth not find the button of his choice is not worthy!
* Read and write settings / SelectionBehaviorArno2016-11-111-0/+3
| | | | | Fixing selection behavior should have been a separate commit, but well... Set it to ExtendedSelection and SelectRows.
* Energize!Arno2016-11-111-1/+7
| | | | Fill the random file view with movies.
* Setup logging facilityArno2016-11-101-0/+3
| | | | Log what we're doing in a QTextEdit below the FileView.
* Add Random file browserArno2016-11-101-0/+53
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.