Summary: | Log-viewer shows contact ID's but not contact names. | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Luis Silva <lacsilva> |
Component: | log-viewer | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/libkpeople/629cdf97f90cc6538304710d0b9a8994e0fdbc6f | Version Fixed In: | 0.8.0 |
Sentry Crash Report: |
Description
Luis Silva
2014-02-15 00:09:33 UTC
Git commit 629cdf97f90cc6538304710d0b9a8994e0fdbc6f by Dan Vrátil. Committed on 17/02/2014 at 17:18. Pushed by dvratil into branch 'master'. Emit modelInitialized() after all AllContactsMonitors finished initial contacts fetch Each AllContactsMonitor emits initialFetchComplete() signal once it finishes fetching all contacts after start. When all monitors from all DataSources have emitted the signal, PersonsModel will emit modelInitialized(). REVIEW: 115833 FIXED-IN: 0.8.0 M +19 -2 src/allcontactsmonitor.cpp M +19 -3 src/allcontactsmonitor.h M +22 -6 src/personsmodel.cpp M +2 -1 src/personsmodel.h M +8 -1 src/plugins/akonadi/akonadidatasource.cpp http://commits.kde.org/libkpeople/629cdf97f90cc6538304710d0b9a8994e0fdbc6f Sorry, commit 629cdf97f90cc6538304710d0b9a8994e0fdbc6f does not solve this problem for me. Dan's patch relies on a cache that is updated by the ktp-kded-module. Could you make sure this is up-to-date and that you have logged out and back in again. I just updated all the source trees again and recompiled. Logged out of all IM accounts and restarted kded4. The result is the same. The contact list in the log viewer is not updated with the contact name but the messages in the actual log are correctly labeled. There was an update last night that may have fixed this. It's working for me, could you check again please Hi. It seems that the update you mentioned solved the issue. I recompiled from the latest master and it works. Thanks a lot. |