GNOME Bugzilla – Bug 352553
tooltip for playlist when information doesn't fit in screen.
Last modified: 2009-04-02 15:25:08 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.
Created attachment 71463 [details] Illustrative screenshot. Illustrative screenshot
This depends on bug #346992, a gtktreeview bug.
Adding gnome-love keyword, as it should be really straight-forward when we have the GTK+ support.
*** Bug 496809 has been marked as a duplicate of this bug. ***
Created attachment 131877 [details] [review] patch for totem/src/totem-playlist.c Adds tooltips to totem playlist items
The indentation is completely broken in this patch, had to look twice before seeing what you wanted to do.
Created attachment 131909 [details] [review] patch for totem/src/totem-playlist.c Sorry. Here is a fixed patch.
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)