Instead of clicking a track, then clicking the button or right click menu, we need Drag 'n' Drop support of track reordering. I'm not sure how it should be done in terms of speed and good coding style sadly, I just miss the feature from winamp/xmms Reproducible: Always Steps to Reproduce: 1. open playlist, add files 2. try to drag track to different position 3. Actual Results: no movement Expected Results: move the track as you move the mouse
It's there, but somewhat broken, and I don't know why. Grab a track, drag the mouse *outside* the Xfmedia window, and then the actual drag will begin, and you can move it around. I really have no idea why this happens, but it's been like this since 0.5.0 or so.
Note to self: this might be because the GtkTreeModelFilter model doesn't natively support DnD, and I need to implement the equivalent of _maybe_begin_drag(). Check what I did in xfdesktop SVN for how to do it.
*** Bug 1525 has been marked as a duplicate of this bug. ***
(In reply to comment #2) > Note to self: this might be because the GtkTreeModelFilter model doesn't > natively support DnD, and I need to implement the equivalent of > _maybe_begin_drag(). Check what I did in xfdesktop SVN for how to do it. Note to Brian: Is this fixed already?
Any news on this ?
Xfmedia is unmaintained.