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 352553 - tooltip for playlist when information doesn't fit in screen.
tooltip for playlist when information doesn't fit in screen.
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 496809 (view as bug list)
Depends on: 346992
Blocks:
 
 
Reported: 2006-08-23 14:39 UTC by lexual
Modified: 2009-04-02 15:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Illustrative screenshot. (53.78 KB, image/png)
2006-08-23 14:42 UTC, lexual
  Details
patch for totem/src/totem-playlist.c (454 bytes, patch)
2009-04-01 23:02 UTC, Zachary Strudler
needs-work Details | Review
patch for totem/src/totem-playlist.c (653 bytes, patch)
2009-04-02 13:25 UTC, Zachary Strudler
committed Details | Review

Description lexual 2006-08-23 14:39:21 UTC
If the playlist part of the window is less wide than the information it contains, a toolip of this info should be shown on mouse hover.

Check quodlibet and k3b's elegant handling of this.
Comment 1 lexual 2006-08-23 14:42:04 UTC
Created attachment 71463 [details]
Illustrative screenshot.

Illustrative screenshot
Comment 2 Bastien Nocera 2006-08-25 11:20:34 UTC
This depends on bug #346992, a gtktreeview bug.
Comment 3 Bastien Nocera 2007-01-05 11:49:50 UTC
Adding gnome-love keyword, as it should be really straight-forward when we have the GTK+ support.
Comment 4 Bastien Nocera 2007-11-14 18:13:14 UTC
*** Bug 496809 has been marked as a duplicate of this bug. ***
Comment 5 Zachary Strudler 2009-04-01 23:02:27 UTC
Created attachment 131877 [details] [review]
patch for totem/src/totem-playlist.c

Adds tooltips to totem playlist items
Comment 6 Bastien Nocera 2009-04-02 00:06:51 UTC
The indentation is completely broken in this patch, had to look twice before seeing what you wanted to do.
Comment 7 Zachary Strudler 2009-04-02 13:25:13 UTC
Created attachment 131909 [details] [review]
patch for totem/src/totem-playlist.c

Sorry.  Here is a fixed patch.
Comment 8 Bastien Nocera 2009-04-02 15:25:08 UTC
Fixed in trunk

2009-04-02  Bastien Nocera  <hadess@hadess.net>

	* src/totem-playlist.c (totem_playlist_init):
	Patch from Zachary Strudler <strudz@rpi.edu> to add
	tooltips to the playlist items (Closes: #352553)