]> git.0d.be Git - empathy.git/commit
Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them
authorXavier Claessens <xclaesse@gmail.com>
Mon, 8 Oct 2007 16:44:44 +0000 (16:44 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 8 Oct 2007 16:44:44 +0000 (16:44 +0000)
commit0d4e81432f5ace47ac86991aa239e4a55686de00
tree22cc64055c78370d4a973af8e85a36740f60f930
parent311dbc21826654538e098a8d838153d5b075f6c7
Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them

2007-10-08  Xavier Claessens  <xclaesse@gmail.com>

* libempathy-gtk/empathy-ui-utils.c:
* libempathy-gtk/empathy-ui-utils.h:
* libempathy-gtk/empathy-contact-widget.c:
* libempathy-gtk/empathy-contact-widget.h:
* libempathy-gtk/empathy-avatar-chooser.c:
* libempathy-gtk/empathy-avatar-chooser.h:
* libempathy-gtk/empathy-avatar-image.c:
* libempathy-gtk/empathy-avatar-image.h:
* libempathy-gtk/Makefile.am:
* src/empathy.c: Implement EmpathyAvatarChooser and EmpathyAvatarImage
and make use of them in contact information windows. That means we can
now enlarge avatars when clicking on it and we can set our own avatar if
we edit our own contact.

svn path=/trunk/; revision=363
ChangeLog
libempathy-gtk/Makefile.am
libempathy-gtk/empathy-avatar-chooser.c [new file with mode: 0644]
libempathy-gtk/empathy-avatar-chooser.h [new file with mode: 0644]
libempathy-gtk/empathy-avatar-image.c [new file with mode: 0644]
libempathy-gtk/empathy-avatar-image.h [new file with mode: 0644]
libempathy-gtk/empathy-contact-widget.c
libempathy-gtk/empathy-contact-widget.h
libempathy-gtk/empathy-ui-utils.c
libempathy-gtk/empathy-ui-utils.h
src/empathy.c