aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-06-06 23:03:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-06 23:03:06 +0800
commitc063bac41998b5106743a47426b737ab7c59640d (patch)
tree5df8c2dc46ede948a234291709eff25ce44e3f55 /ChangeLog
parent976d656a08ded1864324b6060ef035ffcb0b833b (diff)
downloadgsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar
gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.gz
gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.bz2
gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.lz
gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.xz
gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.zst
gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.zip
New widget: EmpathyContactWidget. It displays information about a contact,
2007-06-06 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/empathy-contact-widget.glade: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It displays information about a contact, it can be used in any kind of dialog which needs to display contact information like alias, groups, avatar, etc. If the contact is the selfcontact information are editable. * libempathy/empathy-tp-contact-list.c: Do not take care of subscription changes. * libempathy/gossip-contact.c: Use gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE) when there is no presence. svn path=/trunk/; revision=124
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7b9ecb8d..78d79ffff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2007-06-06 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/empathy-status-icon.c:
+ * libempathy-gtk/empathy-contact-widget.glade:
+ * libempathy-gtk/empathy-contact-widget.c:
+ * libempathy-gtk/empathy-contact-widget.h:
+ * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It
+ displays information about a contact, it can be used in any kind of
+ dialog which needs to display contact information like alias, groups,
+ avatar, etc. If the contact is the selfcontact information are editable.
+
+ * libempathy/empathy-tp-contact-list.c: Do not take care of subscription
+ changes.
+
+ * libempathy/gossip-contact.c: Use
+ gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE)
+ when there is no presence.
+
+2007-06-06 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/empathy-status-icon.c: Add support for blinking when
there is an event. Make use of EmpathyIdle for presence handling. Add
an event when a contact requets subscription.