]> git.sesse.net Git - vlc/commit
Qt4: refactor album art stuff into inputmanager
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 12 Jan 2009 13:24:20 +0000 (15:24 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 12 Jan 2009 13:24:20 +0000 (15:24 +0200)
commit8cc3d3c260ce83e9e3fcaf52aa9b40920e49ae4f
tree7bc81d0809fe7b86155747dcbd24b360ec5f73de
parent802ec3e29c38f7de55a51bc549a0d08a6adc2e32
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.
modules/gui/qt4/components/info_panels.cpp
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/playlist/playlist.hpp
modules/gui/qt4/input_manager.cpp
modules/gui/qt4/input_manager.hpp