When hovering a contact in the chat-plasmoid, a tooltip should be shown showing the following information: - User name - Status (Online, Offline, Away, …) as icon - Presence message
User name is done, i ll try to add Status and Presence message.
Tooltip with status icon and user name: http://paste.kde.org/477380/ http://paste.kde.org/477392/ http://paste.kde.org/477386/ PlasmaCore.ToolTip would only take an icon location and not an icon so i had to change the model. I fixed the icon size at 44x44. I dont know if that were good decisions. Its the first time i try to do something usefull with cpp/qt/qml. Critique is wellcome :)
Improved version: http://paste.kde.org/477470/ http://paste.kde.org/477476/ http://paste.kde.org/477482/
If you did not do any commits, you can do simply "git diff", that will get you a complete diff in one piece. Also please use the attachments in here as pastes will expire while the attachments will stay here.
Created attachment 71076 [details] Adds a Tooltipp with name and presence icon.
Git commit 77704d02ed38724db3f71e2987a029c77a6358ee by David Edmundson, on behalf of Michael Bohlender. Committed on 26/06/2012 at 20:17. Pushed by davidedmundson into branch 'master'. Add tooltip to quick chat plasmoid Reviewed-by: David Edmundson M +10 -0 plasmoid/declarative-plugin/conversation-target.cpp M +3 -0 plasmoid/declarative-plugin/conversation-target.h M +7 -0 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml http://commits.kde.org/telepathy-text-ui/77704d02ed38724db3f71e2987a029c77a6358ee
Sorry about the delay! There was the freeze for 0.4, and then I forgot. Applied, hope to see more patches from you in the future.
I guess this can be closed.