| Commit message (Expand) | Author | Age | Files | Lines |
* | Coding style: use FIXME rather than TODO. | Xavier Claessens | 2008-11-11 | 1 | -5/+5 |
* | Coding style: only one blank line between functions. | Xavier Claessens | 2008-11-11 | 1 | -5/+0 |
* | Coding style: use braces for one-statement blocks in AvatarChooser | Xavier Claessens | 2008-11-11 | 1 | -9/+19 |
* | Check the contact factory is still ready when avatar picker is OKed. | Xavier Claessens | 2008-11-11 | 1 | -0/+13 |
* | Don't explicitly check for the new avatar being zero bytes | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Don't clear user's avatar if a file can't be read. | Xavier Claessens | 2008-11-11 | 1 | -2/+0 |
* | Implement scaling and converting avatars before sending. | Xavier Claessens | 2008-11-11 | 1 | -65/+265 |
* | Track whether avatar is being set locally, or received from elsewhere. | Xavier Claessens | 2008-11-11 | 1 | -12/+17 |
* | Use e_avatar_chooser_clear_image() helper. | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Ref result of empathy_contact_factory_get_tp_factory | Xavier Claessens | 2008-11-11 | 1 | -2/+2 |
* | Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) ready | Xavier Claessens | 2008-11-11 | 1 | -10/+62 |
* | AvatarChooser: Add McAccount and EmpathyContactFactory properties | Xavier Claessens | 2008-11-11 | 1 | -2/+96 |
* | Don't automatically resize and png-ify avatars. | Xavier Claessens | 2008-11-11 | 1 | -34/+37 |
* | Consolidate hardcoding avatars to PNG to one function. | Xavier Claessens | 2008-11-11 | 1 | -1/+7 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -5/+5 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -7/+6 |
* | Move modules that make no sense to be used in other applicaton from libempath... | Xavier Claessens | 2008-03-14 | 1 | -1/+0 |
* | Fix leaks | Xavier Claessens | 2008-03-11 | 1 | -10/+11 |
* | Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecc... | Xavier Claessens | 2008-03-11 | 1 | -20/+29 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco... | Xavier Claessens | 2008-01-23 | 1 | -1/+2 |
* | Change EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVATAR_CHOOSER | Xavier Claessens | 2008-01-16 | 1 | -2/+2 |
* | Fix setting avatar. (Sjoerd Simons) | Xavier Claessens | 2008-01-05 | 1 | -1/+1 |
* | Rename empathy_contact_factory_set_name() to _set_alias(). Implements | Xavier Claessens | 2007-11-04 | 1 | -2/+6 |
* | Makes avatar looks better in information and edit dialogs. | Xavier Claessens | 2007-10-09 | 1 | -23/+15 |
* | Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them | Xavier Claessens | 2007-10-09 | 1 | -0/+572 |