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
*
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