[vlc-commits] commit: Qt: initial pass for CoverFlow view of the playlist ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sat Oct 30 11:44:57 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 28 14:33:27 2010 +0200| [d6a48806e897f96dac741dd6f88d0e8ece701213] | committer: Jean-Baptiste Kempf 

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 at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6a48806e897f96dac741dd6f88d0e8ece701213
---

 modules/gui/qt4/Modules.am                         |    5 +-
 .../gui/qt4/components/playlist/playlist_model.cpp |   24 +-
 .../gui/qt4/components/playlist/playlist_model.hpp |   22 +-
 .../gui/qt4/components/playlist/standardpanel.cpp  |   42 +-
 .../gui/qt4/components/playlist/standardpanel.hpp  |   19 +-
 modules/gui/qt4/components/playlist/views.cpp      |  103 ++-
 modules/gui/qt4/components/playlist/views.hpp      |   30 +-
 modules/gui/qt4/util/pictureflow.cpp               | 1047 ++++++++++++++++++++
 modules/gui/qt4/util/pictureflow.hpp               |  202 ++++
 9 files changed, 1447 insertions(+), 47 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d6a48806e897f96dac741dd6f88d0e8ece701213


More information about the vlc-commits mailing list