index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-avatar-chooser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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