| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
I guess it was bitrotten anyway...
|
|
|
|
|
|
|
|
|
| |
This is a huge commit. Changes:
* Obviously, make it compile
* Make it run (only scarcely tested)
* get rid of most of clang's warnings
Let's see what surprises are in store...
|
|
|
|
| |
And don't crash on close. Remove deleteLater()!
|
|
|
|
| |
Now we can't have multiple VideoViewers, which is what we want :)
|
| |
|
| |
|
|
|
|
|
|
| |
* Ĺšpace for play/pause
* 1 for lowering volume
* 2 for raising volume
|
| |
|
|
|
|
|
| |
The QMediaPlayList implementations return -1 after the last valid index.
Fix it by implementing a homebrewed version...
|
|
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...
|