aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-avatar-chooser.c
Commit message (Expand)AuthorAgeFilesLines
* max_width, max_height and max_size are defined as guint in EmpathyTpContactFa...xclaesse2008-11-281-1/+1
* Use proper format string for max-size propertyhasselmm2008-11-141-1/+1
* Trivial simplification of the mathxclaesse2008-11-111-1/+1
* Try to keep the original image format in avatar chooser. This avoid droping a...xclaesse2008-11-111-58/+69
* Improve error message.xclaesse2008-11-111-2/+3
* Report error to the user when converting the avatar fails.xclaesse2008-11-111-4/+37
* Cleanup code and add some commentsxclaesse2008-11-111-6/+17
* Make a dichotomic search for the optimal image size. Cleanup some codexclaesse2008-11-111-112/+121
* Correctly resize the image to fit required max width/heightxclaesse2008-11-111-13/+33
* Add empathy_pixbuf_from_data_and_mime instead of breaking API.xclaesse2008-11-111-2/+4
* Don't modify EmpathyAvatar::format if gdkpixbuf disagreesxclaesse2008-11-111-4/+4
* Use two g_asserts rather than g_assert (foo && bar).xclaesse2008-11-111-2/+4
* can_satisfy_mime_type_requirements: assume out params != NULLxclaesse2008-11-111-10/+2
* Prefer png or jpeg if possible when converting avatarsxclaesse2008-11-111-20/+34
* If setting an avatar from an EmpathyAvatar, just ref it.xclaesse2008-11-111-25/+66
* AvatarChooser: clarify why _scale_down_if_necessary is cheap.xclaesse2008-11-111-2/+7
* Make can_satisfy_mime_type_requirements accept NULL out params.xclaesse2008-11-111-6/+24
* Flip iterating across format_mime_types and accepted_mime_types.xclaesse2008-11-111-2/+2
* Use l and strv for list and strv iterators, not i and jxclaesse2008-11-111-7/+7
* Coding style: cuddle a bracexclaesse2008-11-111-2/+1
* AvatarChooser: don't set contact_factory to NULL after unreffing.xclaesse2008-11-111-3/+2
* AvatarChooser: Remove empathy_ prefix from static functions.xclaesse2008-11-111-10/+10
* AvatarChooser needs no ContactFactory property; it's a singleton.xclaesse2008-11-111-29/+4
* Coding style: no blank lines in local variable declarationsxclaesse2008-11-111-4/+0
* Coding style: use FIXME rather than TODO.xclaesse2008-11-111-5/+5
* Coding style: only one blank line between functions.xclaesse2008-11-111-5/+0
* Coding style: use braces for one-statement blocks in AvatarChooserxclaesse2008-11-111-9/+19
* Check the contact factory is still ready when avatar picker is OKed.xclaesse2008-11-111-0/+13
* Don't explicitly check for the new avatar being zero bytesxclaesse2008-11-111-1/+1
* Don't clear user's avatar if a file can't be read.xclaesse2008-11-111-2/+0
* Implement scaling and converting avatars before sending.xclaesse2008-11-111-65/+265
* Track whether avatar is being set locally, or received from elsewhere.xclaesse2008-11-111-12/+17
* Use e_avatar_chooser_clear_image() helper.xclaesse2008-11-111-1/+1
* Ref result of empathy_contact_factory_get_tp_factoryxclaesse2008-11-111-2/+2
* Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) readyxclaesse2008-11-111-10/+62
* AvatarChooser: Add McAccount and EmpathyContactFactory propertiesxclaesse2008-11-111-2/+96
* Don't automatically resize and png-ify avatars.xclaesse2008-11-111-34/+37
* Consolidate hardcoding avatars to PNG to one function.xclaesse2008-11-111-1/+7
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...xclaesse2008-05-061-5/+5
* Make use of tp-glib debug system.xclaesse2008-05-011-7/+6
* Move modules that make no sense to be used in other applicaton from libempath...xclaesse2008-03-141-1/+0
* Fix leaksxclaesse2008-03-111-10/+11
* Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecc...xclaesse2008-03-111-20/+29
* Update collabora copyright to 2008xclaesse2008-03-031-1/+1
* Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...xclaesse2008-01-231-1/+2
* Change EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVATAR_CHOOSERxclaesse2008-01-161-2/+2
* Fix setting avatar. (Sjoerd Simons)xclaesse2008-01-051-1/+1
* 2007-11-03 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-041-2/+6
* 2007-10-09 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-091-23/+15
* 2007-10-08 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-091-0/+572