Fetch user profile image by using UserImageProvider.
authorSami Rämö <sami.ramo@ixonos.com>
Mon, 22 Nov 2010 13:04:54 +0000 (15:04 +0200)
committerSami Rämö <sami.ramo@ixonos.com>
Mon, 22 Nov 2010 13:04:54 +0000 (15:04 +0200)
commitf54b62c25cc3ef72d4ea07d1f22b7055cbf0bb68
tree5a6de294a1946b6d2ac8977f79de81e76174b1ee
parentb49bd0c7355101ab016afad3af4a60426605fa3d
Fetch user profile image by using UserImageProvider.

Profile class: changed to store a copy of User object, not just some data
members from it.

UserImageProvider: find images also from Profile, set correct image size
src/engine/engine.cpp
src/qmlui/ProfileView.qml
src/qmlui/userimageprovider.cpp
src/qmlui/userimageprovider.h
src/user/profile.cpp
src/user/profile.h