After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 121275 - Should be able to reorganize playlist with Drag and Drop.
Should be able to reorganize playlist with Drag and Drop.
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Bastien Nocera
Bastien Nocera
Depends on: 138794
Blocks:
 
 
Reported: 2003-09-02 16:11 UTC by Stephen Ford
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
this patch rorganize playlist with drag and drop (2.69 KB, patch)
2004-02-08 20:01 UTC, Sanjay Kumar J
none Details | Review

Description Stephen Ford 2003-09-02 16:11:14 UTC
When you show the playlist, you cannot rearrange the order of the items as
they are shown by dragging and dropping them.  This means that organising a
lengthy playlist can take a while...
Comment 1 Sanjay Kumar J 2004-02-08 20:01:57 UTC
Created attachment 24208 [details] [review]
this patch rorganize playlist with drag and drop
Comment 2 Bastien Nocera 2004-04-10 02:54:51 UTC
2004-04-10  Bastien Nocera  <hadess@hadess.net>
                                                                                
        * configure.in:
        * data/totem.glade:
        * src/Makefile.am:
        * src/bacon-cd-selection.c: (bacon_cd_selection_new),
        (bacon_cd_selection_set_device), (bacon_cd_selection_get_device):
        * src/bacon-cd-selection.h:
        * src/bacon-v4l-selection.c: (bacon_v4l_selection_new),
        (bacon_v4l_selection_set_device), (bacon_v4l_selection_get_device):
        * src/bacon-video-widget-properties.c:
        * src/egg-recent-item.c: (egg_recent_item_new),
        (egg_recent_item_set_private), (egg_recent_item_get_private):
        * src/egg-recent-item.h:
        * src/egg-recent-util.c:
        * src/egg-recent-view.h:
        * src/totem-pl-parser.c:
        * src/totem-playlist.c: (button_press_cb), (button_release_cb),
        (drag_begin_cb), (drag_end_cb), (init_treeview):
        * src/totem-preferences.c:
        * src/totem-private.h:
        * src/totem-screenshot.c:
        * src/totem-statusbar.c:
        * src/totem-stock-icons.c:
        * src/totem-video-thumbnailer.c:
        * src/totem.c: (on_open_location1_activate),
        (totem_callback_connect), (main):
        * src/vanity.c: (on_about1_activate), (vanity_callback_connect),
        (main):
        * src/video-dev.c:
        Loads of changes for the start of the GTK+ only build,
        Glade files are still broken, and the Nautilus properties page
        is built unconditionally because of what I suspect is a make bug
        Also committed a patch by Sanjay Kumar .J <vjsanjay_signed@yahoo.com>
        to allow DND reordering in the playlist, doesn't work on my machine
        I think I found another libXi bug (Closes: #121275)