Bug 63242 - playlist drag and drop only with single file
Summary: playlist drag and drop only with single file
Status: RESOLVED NOT A BUG
Alias: None
Product: noatun
Classification: Miscellaneous
Component: general (show other bugs)
Version: 2.2.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-25 16:08 UTC by Andreas Markmann
Modified: 2003-12-27 11:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Markmann 2003-08-25 16:08:23 UTC
Version:           2.2.1 (using KDE 3.1.3)
Installed from:     (3.0)
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.21-tc2

This is a gui inconsistency.

Moving tracks around in the playlist is currently only possible with a single track using the left mouse button (causing noatun to play the track touched). A group of tracks has to be moved one by one.

This stems from the change from playlist play-on-double-click to play-on-single-click.

If I want to manipulate the playlist without playing the tracks I'm touching, I need to use the right mouse button for selecting.

Now consider selecting a set of tracks and moving them to the start of the playlist.
Old version (KDE 3.0): left-click first selection - shift-left-click last selection - left-drag group into new position.
New version (3.1.3) would be: right-click first selection - shift-right-click last selection - right-drag group into new position (I wish).

BUT
actually, right-drag in the new version only creates a new group selection rather than moving the selection.

Solution: shift- and ctrl-right-click are sufficient to select any group, so please turn off group selection on right-drag and enable drag-and-drop on right-drag instead.

Cheers,
drushka
Comment 1 Charles Samuels 2003-08-25 16:15:16 UTC
This one too, Maksim. 
Comment 2 Charles Samuels 2003-08-25 16:17:11 UTC
I didn't get emails for a few changes for some reason 
Comment 3 Charles Samuels 2003-08-25 16:21:09 UTC
What if I want to add a context menu to the items in the future (something that is very 
possible)? 
 
-Charles 
 
Comment 4 Stefan Gehn 2003-12-27 11:53:14 UTC
Splitplaylist is using a normal KListView like every other kde application. Furthermore holding ctrl while selecting a bunch of items works fine here if I want to move several items at once.