summaryrefslogtreecommitdiffstats
path: root/videoviewer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Read and Write some settings for VideoViewerArno2018-08-261-0/+17
|
* Fix next and previous in VideoViewerArno2018-08-261-2/+12
| | | | | The QMediaPlayList implementations return -1 after the last valid index. Fix it by implementing a homebrewed version...
* Implement custom Video playerArno2018-08-261-0/+54
Well, well, well. Due to several unforseen circumstances I ventured into the sources again and implemented a Video player with Qt. Looks very promising so far. There are some bugs to weed out, but I'm getting there...