Bug 302963 - Display client type for contacts
Summary: Display client type for contacts
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: contactlist (show other bugs)
Version: git-latest
Platform: unspecified Linux
: NOR wishlist
Target Milestone: Future
Assignee: Dominik Cermak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-03 13:36 UTC by Dominik Cermak
Modified: 2012-07-15 20:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.5


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Cermak 2012-07-03 13:36:44 UTC
Show a phone icon somewhere on the contact (maybe next to presence), if he is online using a phone.

Reproducible: Always
Comment 1 Dominik Cermak 2012-07-03 13:37:27 UTC
I have some kind of early prototype working (ATM it is show in the contact-info dialog) and will work on/polish it.
Comment 2 Dominik Cermak 2012-07-03 15:55:22 UTC
David recommended me to try to implement support for this in Contact/ContactManager in telepathy-qt first, so we can then use this instead of the dbus interface that I used in my prototype (http://telepathy.freedesktop.org/doc/telepathy-qt/a00169.html).
We will see if I can do it.
Comment 3 Dominik Cermak 2012-07-11 10:39:23 UTC
Git commit 00d355eb00ab2dcee331c6d852dc48d6f2026dd3 by Dominik Cermak.
Committed on 11/07/2012 at 12:37.
Pushed by cermak into branch 'master'.

Add ClientTypesRole

With this change TelepathyQt >= 0.9.2.1 is required.
REVIEW: 105513

M  +2    -2    CMakeLists.txt
M  +1    -0    KTp/Models/accounts-model.h
M  +5    -0    KTp/Models/contact-model-item.cpp

http://commits.kde.org/telepathy-common-internals/00d355eb00ab2dcee331c6d852dc48d6f2026dd3
Comment 4 Dominik Cermak 2012-07-15 20:23:20 UTC
Git commit 99f81b5bf9f6030c52903b0fde26b1dc912609c0 by Dominik Cermak.
Committed on 15/07/2012 at 22:19.
Pushed by cermak into branch 'master'.

Show the 'phone' client type in contact list

This adds a phone icon left of the presence icon for contact that are
online using a mobile phone.
FIXED-IN: 0.5
REVIEW: 105514

M  +21   -3    contact-delegate-compact.cpp
M  +21   -3    contact-delegate.cpp
M  +2    -1    main-widget.cpp

http://commits.kde.org/telepathy-contact-list/99f81b5bf9f6030c52903b0fde26b1dc912609c0