]> git.sesse.net Git - vlc/commit
Qt: initial pass for CoverFlow view of the playlist
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 28 Oct 2010 12:33:27 +0000 (14:33 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 30 Oct 2010 09:40:17 +0000 (11:40 +0200)
commitd6a48806e897f96dac741dd6f88d0e8ece701213
treeabe6930400eda914b55bc6635a4f65c92156d067
parentf80154beca3e3e233c0cc3288af4c4d2dbf8fa72
Qt: initial pass for CoverFlow view of the playlist

This code is unfinished, and is commited as a Proof-of-Concept
If people agree on it, we will go on this experiment, else revert.
A lot of the code is broken, you are warned.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/Modules.am
modules/gui/qt4/components/playlist/playlist_model.cpp
modules/gui/qt4/components/playlist/playlist_model.hpp
modules/gui/qt4/components/playlist/standardpanel.cpp
modules/gui/qt4/components/playlist/standardpanel.hpp
modules/gui/qt4/components/playlist/views.cpp
modules/gui/qt4/components/playlist/views.hpp
modules/gui/qt4/util/pictureflow.cpp [new file with mode: 0644]
modules/gui/qt4/util/pictureflow.hpp [new file with mode: 0644]