Summary: | sorted contact list (idependent of different accounts) is missing | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | m.wege |
Component: | contactlist | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aqeel, jp7677, kde, lacsilva |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.6-next | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
m.wege
2011-08-01 11:17:43 UTC
Confirmed. Martin - if we wanted to do this, there is a class called flat-model-proxy, using this would solve this issue. However then the list of proxy models starts to get a bit length/confusing. We would have the Accounts Model, Groups Model and FlatModel Alternatively the Nepomuk PersonSetModel (for 0.3) is a flat model anyway, which solves this bug (at the expense of no longer having a group by accounts) *** Bug 283039 has been marked as a duplicate of this bug. *** My new models will fix this. Targetting 0.6, Assigned to me. *** Bug 312449 has been marked as a duplicate of this bug. *** One can already test this using the model_refactor_2 branch of ktp-common-internals and ktp-contact-list Git commit 3315e817fb1ce8fd802b9ff7e9aa665d352573ef by David Edmundson. Committed on 15/01/2013 at 18:00. Pushed by davidedmundson into branch 'master'. Merge big model refactor. Replace all the models used to power KTp Subclass of Tp::Contact (KTp::Contact) to power the model Create a list of contacts ContactListModel Which can be grouped into AccountsTreeProxyModel or GroupsTreeProxyModel Related: bug 304085, bug 307899, bug 282218 REVIEW: 107377 REVIEW: 107629 DIGEST: M +5 -0 KTp/CMakeLists.txt http://commits.kde.org/telepathy-common-internals/3315e817fb1ce8fd802b9ff7e9aa665d352573ef |