No longer fetch images by default in Meta::Album::image()
commitbf60261e724ab265e66f893d13e112d7bb60833d
authordmeltzer <dmeltzer@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sun, 2 Dec 2007 03:54:29 +0000 (2 03:54 +0000)
committerdmeltzer <dmeltzer@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Sun, 2 Dec 2007 03:54:29 +0000 (2 03:54 +0000)
tree880b98afdc207c395e8768e61033691ce8998401
parent599333bee082a8311135ea764dedd65e699fc6b7
No longer fetch images by default in Meta::Album::image()

Instead we do it in the playlist and collection browser.  This allows the cover manager to fetch on demand rather than on loading it.  Remove a bit of debug from playlistgraphicsitem as it was being quite spammy.
Maxx: I think your earlier commit caused a loop in PlaylistGraphicsItem::resize(), as its being called about a million times a second.
CCMAIL: maximilian.kossick@googlemail.com

git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/extragear/multimedia/amarok@743847 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
src/collectionbrowser/CollectionTreeItemModel.cpp
src/meta/Meta.cpp
src/playlist/PlaylistGraphicsItem.cpp