| Commit message (Expand) | Author | Age | Files | Lines |
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -1/+1 |
* | avatar-chooser: disable 'take picture' button if there is no camera connected | Guillaume Desmottes | 2011-09-16 | 1 | -1/+16 |
* | avatar-chooser: split creation of the file chooser dialog | Guillaume Desmottes | 2011-09-16 | 1 | -11/+12 |
* | Fix unclear string in avatar chooser | Milo Casagrande | 2011-08-26 | 1 | -1/+1 |
* | avatar-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_R... | Guillaume Desmottes | 2011-08-19 | 1 | -5/+1 |
* | empathy_avatar_new: stop stealing strings (#650939) | Guillaume Desmottes | 2011-06-01 | 1 | -11/+13 |
* | remove useless callback | Guillaume Desmottes | 2011-06-01 | 1 | -11/+0 |
* | avatar-chooser: replace finalize by dispose | Guillaume Desmottes | 2011-06-01 | 1 | -6/+4 |
* | avatar-chooser: port to TP coding style | Guillaume Desmottes | 2011-06-01 | 1 | -818/+875 |
* | re-order functions so we can get rid of their declarations | Guillaume Desmottes | 2011-06-01 | 1 | -276/+240 |
* | avatar-chooser: use tp_clear_* | Guillaume Desmottes | 2011-06-01 | 1 | -15/+5 |
* | avatar-chooser: use the self->priv pattern | Guillaume Desmottes | 2011-06-01 | 1 | -125/+108 |
* | don't build avatar_chooser_set_avatar_from_pixbuf if building without cheese | Guillaume Desmottes | 2011-05-27 | 1 | -1/+2 |
* | libempathy-gtk: avatar chooser from cheese (#521747) | Raluca Elena Podiuc | 2011-05-26 | 1 | -7/+98 |
* | Fix warnings from GCC 4.6 about variables that are set but not used. | Kjartan Maraas | 2011-03-17 | 1 | -6/+0 |
* | avatar-chooser: cache the UI GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -7/+7 |
* | Remove EmpathyAvatar->token | Philip Withnall | 2010-08-24 | 1 | -2/+2 |
* | Fix old-style function definition (missing void) | Philip Withnall | 2010-08-05 | 1 | -1/+1 |
* | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -7/+14 |
* | Access GdkDragContext members via getters | Danielle Madeley | 2010-06-12 | 1 | -3/+5 |
* | Make sure to not infinite loop when scaling avatar. | Xavier Claessens | 2010-05-26 | 1 | -18/+37 |
* | Make use of TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS | Xavier Claessens | 2010-05-26 | 1 | -28/+20 |
* | use avatar-default instead of the deprecated stock_person icon | Guillaume Desmottes | 2010-05-20 | 1 | -1/+3 |
* | change empathy_avatar_chooser_set_connection to empathy_avatar_chooser_set_ac... | Guillaume Desmottes | 2010-04-12 | 1 | -3/+5 |
* | add empathy_avatar_chooser_set_connection | Guillaume Desmottes | 2010-04-12 | 1 | -0/+7 |
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -1/+1 |
* | Merge branch 'trivia' | Guillaume Desmottes | 2009-10-22 | 1 | -16/+18 |
|\ |
|
| * | empathy-avatar-chooser.c: fix identation | Guillaume Desmottes | 2009-10-22 | 1 | -2/+2 |
| * | empathy-avatar-chooser.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -16/+18 |
* | | fix a comment so the style checker is happy (#599243) | Guillaume Desmottes | 2009-10-22 | 1 | -1/+1 |
|/ |
|
* | Don't try to double free the avatar data (#598423). | Cosimo Cecchi | 2009-10-15 | 1 | -31/+11 |
* | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 2009-07-10 | 1 | -5/+5 |
* | empathy-avatar-chooser: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
* | Add the filename in EmpathyAvatar and fallback to stock_person | Xavier Claessens | 2009-06-12 | 1 | -2/+2 |
* | empathy-avatar-chooser: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -4/+4 |
* | Add documentation for EmpathyAvatarChooser. | Jonny Lamb | 2009-04-23 | 1 | -0/+53 |
* | Base EmpathyAvatarChooser on connection instead of account. | Xavier Claessens | 2009-04-22 | 1 | -83/+29 |
* | Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled buffer | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+2 |
* | Fix memleak in avatar_chooser_update_preview_cb. Free string returned by | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+2 |
* | Set the default image when clearing the avatar, even if there were no avatar ... | Xavier Claessens | 2009-04-13 | 1 | -5/+3 |
* | Reuse, and properly destroy, the avatar file chooser dialog. | Frederic Peters | 2009-01-12 | 1 | -1/+12 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
* | max_width, max_height and max_size are defined as guint in EmpathyTpContactFa... | Xavier Claessens | 2008-11-28 | 1 | -1/+1 |
* | Use proper format string for max-size property | Mathias Hasselmann | 2008-11-14 | 1 | -1/+1 |
* | Trivial simplification of the math | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Try to keep the original image format in avatar chooser. This avoid droping a... | Xavier Claessens | 2008-11-11 | 1 | -58/+69 |
* | Improve error message. | Xavier Claessens | 2008-11-11 | 1 | -2/+3 |
* | Report error to the user when converting the avatar fails. | Xavier Claessens | 2008-11-11 | 1 | -4/+37 |
* | Cleanup code and add some comments | Xavier Claessens | 2008-11-11 | 1 | -6/+17 |
* | Make a dichotomic search for the optimal image size. Cleanup some code | Xavier Claessens | 2008-11-11 | 1 | -112/+121 |
* | Correctly resize the image to fit required max width/height | Xavier Claessens | 2008-11-11 | 1 | -13/+33 |
* | Add empathy_pixbuf_from_data_and_mime instead of breaking API. | Xavier Claessens | 2008-11-11 | 1 | -2/+4 |
* | Don't modify EmpathyAvatar::format if gdkpixbuf disagrees | Xavier Claessens | 2008-11-11 | 1 | -4/+4 |
* | Use two g_asserts rather than g_assert (foo && bar). | Xavier Claessens | 2008-11-11 | 1 | -2/+4 |
* | can_satisfy_mime_type_requirements: assume out params != NULL | Xavier Claessens | 2008-11-11 | 1 | -10/+2 |
* | Prefer png or jpeg if possible when converting avatars | Xavier Claessens | 2008-11-11 | 1 | -20/+34 |
* | If setting an avatar from an EmpathyAvatar, just ref it. | Xavier Claessens | 2008-11-11 | 1 | -25/+66 |
* | AvatarChooser: clarify why _scale_down_if_necessary is cheap. | Xavier Claessens | 2008-11-11 | 1 | -2/+7 |
* | Make can_satisfy_mime_type_requirements accept NULL out params. | Xavier Claessens | 2008-11-11 | 1 | -6/+24 |
* | Flip iterating across format_mime_types and accepted_mime_types. | Xavier Claessens | 2008-11-11 | 1 | -2/+2 |
* | Use l and strv for list and strv iterators, not i and j | Xavier Claessens | 2008-11-11 | 1 | -7/+7 |
* | Coding style: cuddle a brace | Xavier Claessens | 2008-11-11 | 1 | -2/+1 |
* | AvatarChooser: don't set contact_factory to NULL after unreffing. | Xavier Claessens | 2008-11-11 | 1 | -3/+2 |
* | AvatarChooser: Remove empathy_ prefix from static functions. | Xavier Claessens | 2008-11-11 | 1 | -10/+10 |
* | AvatarChooser needs no ContactFactory property; it's a singleton. | Xavier Claessens | 2008-11-11 | 1 | -29/+4 |
* | Coding style: no blank lines in local variable declarations | Xavier Claessens | 2008-11-11 | 1 | -4/+0 |
* | 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 |