wrong avatars are loaded for offline users this is a two parts bug... 1. when offline the stored paths from ~/.kde4/share/config/ktelepathy-avatarsrc are wiped out for offline avatars. 2. the same avatar is loaded from cache for offline avatars.. patches two come on rb Reproducible: Always
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