Revision 801880

Go back to digest for 4th May 2008

Features in Multimedia

Jeff Mitchell committed changes in /trunk/extragear/multimedia/amarok/src:

Some work integrating the PUD with A2 (currently disabled).
Although it shows beautifully, there are some issues with the actual dropping right now (although it kind of works sometimes), mainly because I don't know the Playlist well.

Getting some things to work right will probably require adding some slots to the treeview to perform multiple actions (like load needs clear, then append).

Note that the item triggers its action before re-emitting the drop event, so even if you want to hook something to the dropEvent, you can connect the action to a slot, have it perform cleanup/preparation, then the drop will come afterwards.

File Changes

Added 1 files
  • /trunk/extragear/multimedia/amarok/src/images/pud_items.svg
Modified 9 files
  • /trunk/extragear/multimedia/amarok/src
  •   /collectionbrowser/CollectionTreeView.cpp
  •   /collectionbrowser/CollectionTreeView.h
  •   /images/CMakeLists.txt
  •   /playlist/PlaylistGraphicsView.cpp
  •   /playlist/PlaylistGraphicsView.h
  •   /popupdropper/PopupDropper.cpp
  •   /popupdropper/PopupDropperItem.cpp
  •   /popupdropper/PopupDropperItem.h
  •   /images/icons/svg/sources.svg
10 files changed in total