Summary: | Display client type for contacts | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Dominik Cermak <d.cermak> |
Component: | contactlist | Assignee: | Dominik Cermak <d.cermak> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-contact-list/99f81b5bf9f6030c52903b0fde26b1dc912609c0 | Version Fixed In: | 0.5 |
Sentry Crash Report: |
Description
Dominik Cermak
2012-07-03 13:36:44 UTC
I have some kind of early prototype working (ATM it is show in the contact-info dialog) and will work on/polish it. 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. 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 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 |