[vlc-devel] commit: Qt4: refactor album art stuff into inputmanager (Ilkka Ollakka )

git version control git at videolan.org
Mon Jan 12 14:27:19 CET 2009


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Jan 12 15:24:20 2009 +0200| [8cc3d3c260ce83e9e3fcaf52aa9b40920e49ae4f] | committer: Ilkka Ollakka 

Qt4: refactor album art stuff into inputmanager

 Input manager now emits signal for album art and gives
 url to art itself, so CoverArt or Background-widgets don't
 need to parse it themself, and CoverArt don't need to use
 those callbacks. This ways both get same image too.

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

 modules/gui/qt4/components/info_panels.cpp       |    5 +-
 modules/gui/qt4/components/interface_widgets.cpp |  120 +++-------------------
 modules/gui/qt4/components/interface_widgets.hpp |   20 +---
 modules/gui/qt4/components/playlist/playlist.hpp |    2 +-
 modules/gui/qt4/input_manager.cpp                |   27 +++++-
 modules/gui/qt4/input_manager.hpp                |    3 +-
 6 files changed, 50 insertions(+), 127 deletions(-)

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



More information about the vlc-devel mailing list