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-contact-widget.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use gi18n-lib.h instead of gi18n.h for libraries.
Xavier Claessens
2008-12-12
1
-1
/
+1
*
Update avatar chooser's account from its own callback.
Xavier Claessens
2008-11-11
1
-22
/
+19
*
ContactWidget: set up account widget before avatar widget
Xavier Claessens
2008-11-11
1
-23
/
+24
*
AvatarChooser needs no ContactFactory property; it's a singleton.
Xavier Claessens
2008-11-11
1
-2
/
+1
*
Coding style: only one blank line between functions.
Xavier Claessens
2008-11-11
1
-2
/
+0
*
Update AvatarChooser::account when changed in ContactWidget
Xavier Claessens
2008-11-11
1
-0
/
+24
*
AvatarChooser: Add McAccount and EmpathyContactFactory properties
Xavier Claessens
2008-11-11
1
-1
/
+2
*
Fix condition to set labels selectable.
Xavier Claessens
2008-09-19
1
-3
/
+3
*
EmpathyContactWidget: correct typo, "hbow" -> "hbox"
Xavier Claessens
2008-08-25
1
-2
/
+2
*
don't let label text be selected in contact tooltip (closes: #546568)
Frederic Peters
2008-08-20
1
-3
/
+12
*
Do not popup the Save As menu if the contact has no avatar.
Xavier Claessens
2008-07-09
1
-0
/
+4
*
Fix some coding style
Xavier Claessens
2008-07-09
1
-59
/
+33
*
empathy-contact-widget: remove tabs (Guillaume Desmottes)
Xavier Claessens
2008-07-09
1
-364
/
+376
*
empathy-contact-widget: use gtk_image_menu_item_new_from_stock (Guillaume Des...
Xavier Claessens
2008-07-09
1
-4
/
+2
*
switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes)
Xavier Claessens
2008-07-09
1
-428
/
+458
*
use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)
Xavier Claessens
2008-07-09
1
-1
/
+1
*
Add an option to save avatar to disk. Fixes bug #541431 (Guillaume Desmottes)
Xavier Claessens
2008-07-09
1
-0
/
+152
*
Made the Close button the default widget in the contact edit dialog. (Jonny L...
Jonny Lamb
2008-07-08
1
-0
/
+2
*
Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...
Xavier Claessens
2008-03-17
1
-1
/
+5
*
Make sure we don't expect contact id and handle to be directly ready. Add som...
Xavier Claessens
2008-03-11
1
-3
/
+5
*
Update collabora copyright to 2008
Xavier Claessens
2008-03-03
1
-1
/
+1
*
Remove EmpathyPresence object and have "presence" and "presence-message" prop...
Xavier Claessens
2008-01-25
1
-0
/
+3
*
Add a public method to change the contact showed.
Xavier Claessens
2008-01-24
1
-0
/
+23
*
Rename empathy_contact_factory_set_name() to _set_alias(). Implements
Xavier Claessens
2007-11-04
1
-11
/
+17
*
Cleanup licences and copyrights, Modules with 100% collabora code are now
Xavier Claessens
2007-10-25
1
-10
/
+9
*
To know if an account is connected, use
Xavier Claessens
2007-10-21
1
-36
/
+21
*
Use g_timeout_add_seconds when appropriated to avoid weaking the process
Xavier Claessens
2007-10-13
1
-5
/
+5
*
More flexible API for EmpathyContactWidget, we now have flags to set
Xavier Claessens
2007-10-10
1
-35
/
+42
*
Makes avatar looks better in information and edit dialogs.
Xavier Claessens
2007-10-09
1
-6
/
+6
*
Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them
Xavier Claessens
2007-10-09
1
-18
/
+46
*
Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...
Xavier Claessens
2007-08-31
1
-48
/
+66
*
Salut's protocol name is going to change to local-xmpp. Fixes bug #469638
Xavier Claessens
2007-08-25
1
-3
/
+2
*
Do not show salut accounts in the add contact dialog. Rework a bit
Xavier Claessens
2007-07-26
1
-28
/
+94
*
Remove unused nickname entry and use a GtkTable for room information. More
Xavier Claessens
2007-07-13
1
-0
/
+3
*
Rename all filenames starting with "gossip" by "empathy", change namespace
Xavier Claessens
2007-06-22
1
-27
/
+27
*
New window for viewing logs.
Xavier Claessens
2007-06-14
1
-4
/
+1
*
Fix a warning.
Xavier Claessens
2007-06-09
1
-2
/
+4
*
We can now add a new contact. EmpathyContactWidget can change the contact
Xavier Claessens
2007-06-09
1
-85
/
+289
*
Do not save when closing the dialog. Update information in real-time and
Xavier Claessens
2007-06-09
1
-117
/
+29
*
Implement editing and viewing contact information with right click on the
Xavier Claessens
2007-06-07
1
-0
/
+4
*
EmpatchContactWidget has 2 modes: editable or not.
Xavier Claessens
2007-06-07
1
-14
/
+53
*
New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget to
Xavier Claessens
2007-06-07
1
-0
/
+14
*
New widget: EmpathyContactWidget. It displays information about a contact,
Xavier Claessens
2007-06-06
1
-0
/
+637