[Bug 36413] Re: Drag-drop column ordering

2022-12-30 Thread OzzyFrank
^ Correction: Rhythmbox places Genre after Title, and before Artist,
which is even worse.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/36413/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36413] Re: Drag-drop column ordering

2022-12-30 Thread OzzyFrank
16 years later and *still* no movement on this? Still an issue with
Rhythmbox 3.4.4 in Ubuntu 22.04. I wouldn't even be worried if Genre
*wasn't* stuck between Artist and Album, which was a strange choice. I
did install Alternative Toolbar, and that allowed me to drag and drop in
the order I liked, but it removed the status bar, which is too useful to
be without, as it shows the total duration.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/36413/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36413] Re: Drag-drop column ordering

2018-05-24 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Confirmed => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 36413] Re: Drag-drop column ordering

2015-12-28 Thread fossfreedom
I've done some out-of-tree work here via my plugin alternative-toolbar.

If anybody is interested then install via git on my project -
https://github.com/fossfreedom/alternative-toolbar

Hopefully those that have sufficient interest will rework this as a
proper C patch for rhythmbox itself.

cheers

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2014-05-25 Thread Adolfo Jayme
** No longer affects: hundredpapercuts

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2014-05-24 Thread Alberto Salvia Novella
** Changed in: hundredpapercuts
 Assignee: Papercuts Ninjas (papercuts-ninja) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2013-05-28 Thread Alberto Salvia Novella
** Changed in: hundredpapercuts
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2012-11-20 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2012-11-20 Thread Chris Wilson
Comment from the developer:

"The basic idea is pretty simple. The track list GtkTreeView will emit
the columns-changed signal when the user reorders columns, at which
point you could extract the column order and write it to GSettings.
After constructing the track list (possibly in
rb_source_bind_settings), you could rearrange the columns using
gtk_tree_view_move_column_after to match the settings. When the value
in GSettings changes, repeat that process.

Making it behave sanely is another matter. If you only have one
setting for column order that applies to all sources (which makes
sense since the settings for column visibility apply to all sources),
it needs to deal with sources that have different sets of columns. I
haven't thought too much about how this would work."

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2012-11-06 Thread Chris Wilson
I would consider this the holy grail of Rhtyhmbox paper cuts, perhaps
even Rhythmbox bugs in general. We should really look at getting this
fixed in the Raring cycle. I'm going to send this to the upstream devs
and see how easy it would be to actually fix.

** Changed in: hundredpapercuts
Milestone: quantal-1-audio-video => raring-round-1

** Changed in: hundredpapercuts
 Assignee: (unassigned) => Papercuts Ninja (papercuts-ninja)

** Changed in: hundredpapercuts
   Importance: Wishlist => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2012-08-04 Thread Chris Wilson
It's been a while since there was any activity on this issue, either
here or upstream. Does anyone know how easy this would be to implement?
Does the Gtk interface on the front of Rhythmbox easily allow this, or
is it going to be a rather involved task?

Does anyone have any ideas?

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New => Confirmed

** Changed in: hundredpapercuts
Milestone: None => quantal-1-audio-video

** Changed in: hundredpapercuts
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36413

Title:
  Drag-drop column ordering

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/36413/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2010-09-15 Thread Bug Watch Updater
** Changed in: rhythmbox
   Importance: Unknown => Wishlist

-- 
Drag-drop column ordering
https://bugs.launchpad.net/bugs/36413
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2009-02-02 Thread Frijolie
Yeah, I noticed that from the last date (3/30/06)! Whoa, talk about
dragging their feet! Well either that or this request is low on the
totem pole! I tried Songbird, I believe in the Alpha stage, and didn't
like it. It may be time for a revisit. I also was using Rhythmbox for
music synchin' to an iPod but those features are lacking as well...it
may be time to move on. Thanks

-- 
Drag-drop column ordering
https://bugs.launchpad.net/bugs/36413
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2009-02-02 Thread komputes
@Frijolie & Matti: GNOME has not worked on this bug in 3 years. I
recommend using Songbird, it is much better jukebox software.

-- 
Drag-drop column ordering
https://bugs.launchpad.net/bugs/36413
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2009-02-01 Thread Frijolie
This would be a great feature! Please add in a future release...

-- 
Drag-drop column ordering
https://bugs.launchpad.net/bugs/36413
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2008-06-14 Thread Sebastien Bacher
** Changed in: rhythmbox (Ubuntu)
   Status: Confirmed => Triaged

-- 
Drag-drop column ordering
https://bugs.launchpad.net/bugs/36413
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2006-06-15 Thread Bug Watch Updater
** Changed in: rhythmbox (upstream)
   Status: Unconfirmed => Confirmed

-- 
Drag-drop column ordering
https://launchpad.net/bugs/36413

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 36413] Re: Drag-drop column ordering

2006-03-30 Thread Sebastien Bacher
Thanks for your bug. That's known upstream: 
http://bugzilla.gnome.org/show_bug.cgi?id=119406

** Changed in: rhythmbox (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Confirmed

** Bug watch added: GNOME Bug Tracker #119406
   http://bugzilla.gnome.org//show_bug.cgi?id=119406

** Also affects: rhythmbox (upstream) via
   http://bugzilla.gnome.org//show_bug.cgi?id=119406
 Severity: Unknown
 Priority: Unknown
   Status: Unknown
-- 
Drag-drop column ordering
https://launchpad.net/malone/bugs/36413

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs