From 0d4e81432f5ace47ac86991aa239e4a55686de00 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 8 Oct 2007 16:44:44 +0000 Subject: Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them 2007-10-08 Xavier Claessens * 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 --- libempathy-gtk/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk/Makefile.am') diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index fa13e27cc..71ec03bcd 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -12,7 +12,7 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = libempathy-gtk.la libempathy_gtk_la_SOURCES = \ - ephy-spinner.c ephy-spinner.h \ + ephy-spinner.c ephy-spinner.h \ empathy-main-window.c \ empathy-status-icon.c \ empathy-contact-widget.c \ @@ -48,6 +48,8 @@ libempathy_gtk_la_SOURCES = \ empathy-chatrooms-window.c \ empathy-log-window.c \ empathy-call-window.c \ + empathy-avatar-chooser.c \ + empathy-avatar-image.c \ empathy-ui-utils.c # do not distribute generated files @@ -98,6 +100,8 @@ libempathy_gtk_headers = \ empathy-chatrooms-window.h \ empathy-log-window.h \ empathy-call-window.h \ + empathy-avatar-chooser.h \ + empathy-avatar-image.h \ empathy-ui-utils.h libempathy_gtk_includedir = $(includedir)/libempathy-gtk/ -- cgit v1.2.3