Summary: | wrong avatars are loaded for offline users | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Alin M Elena <alinm.elena> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.5.80 | ||
Target Milestone: | Future | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-common-internals/e9d7007f184bba5cd37e06edac59d7dffdbf93b4 | Version Fixed In: | |
Sentry Crash Report: |
Description
Alin M Elena
2013-03-14 23:16:26 UTC
Git commit 6864e5a72557e65832dbd8cab377e9267e24e983 by Alin M Elena. Committed on 15/03/2013 at 12:12. Pushed by elena into branch 'master'. fixes gray avatars REVIEW: 109490 M +6 -5 KTp/contact.cpp M +1 -1 KTp/contact.h http://commits.kde.org/telepathy-common-internals/6864e5a72557e65832dbd8cab377e9267e24e983 Git commit e9d7007f184bba5cd37e06edac59d7dffdbf93b4 by Martin Klapetek. Committed on 20/03/2013 at 20:54. Pushed by mklapetek into branch 'master'. Rewrite avatarPixmap() to use pixmap cache, simplifies code The previous code stored things in pixmap cache but didn't really load them. This stores all avatars in pixmap cache and first checks if the cache has avatar for us, only if not proceeds to actually load things. REVIEW: 109563 M +34 -21 KTp/contact.cpp M +5 -2 KTp/contact.h http://commits.kde.org/telepathy-common-internals/e9d7007f184bba5cd37e06edac59d7dffdbf93b4 |