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 678294 - [new roster] Bring back individual tooltips
[new roster] Bring back individual tooltips
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Contact List
2.33.x
Other Linux
: Normal enhancement
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-18 09:03 UTC by Guillaume Desmottes
Modified: 2012-06-18 11:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
empathy_roster_view_query_tooltip: set the tooltip next to the right child (1.57 KB, patch)
2012-06-18 10:18 UTC, Guillaume Desmottes
committed Details | Review
roster-window: display individual tooltips (2.90 KB, patch)
2012-06-18 10:18 UTC, Guillaume Desmottes
committed Details | Review
roster-view: use a signal instead of a cb to handle individual tooltips (5.85 KB, patch)
2012-06-18 11:16 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2012-06-18 09:03:02 UTC
Looks like I forgot to implement tooltips in the new roster.
Comment 1 Guillaume Desmottes 2012-06-18 10:18:28 UTC
Created attachment 216664 [details] [review]
empathy_roster_view_query_tooltip: set the tooltip next to the right child

This ensures that the tooltip is always displayed next to the correct row.
Comment 2 Guillaume Desmottes 2012-06-18 10:18:30 UTC
Created attachment 216665 [details] [review]
roster-window: display individual tooltips

I re-used the same code as in EmpathyIndividualView.
Comment 3 Guillaume Desmottes 2012-06-18 11:16:12 UTC
Created attachment 216669 [details] [review]
roster-view: use a signal instead of a cb to handle individual tooltips
Comment 4 Guillaume Desmottes 2012-06-18 11:20:55 UTC
Attachment 216664 [details] pushed as 5a535ee - empathy_roster_view_query_tooltip: set the tooltip next to the right child
Attachment 216665 [details] pushed as aac6030 - roster-window: display individual tooltips
Attachment 216669 [details] pushed as c977e89 - roster-view: use a signal instead of a cb to handle individual tooltips