summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-contact-widget.c
Commit message (Expand)AuthorAgeFilesLines
* use champlain_marker_layer_new()Guillaume Desmottes2011-02-211-1/+1
* Port to champlain 0.10 (#642010)Guillaume Desmottes2011-02-211-8/+7
* contact-widget: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-3/+1
* Add calendar to the contact widget in order to simplify birthday selection (#...Vitaly Minko2011-01-241-9/+63
* Bug 637097 — Port to latest folks API changesPhilip Withnall2010-12-131-5/+5
* Add fields which are supported but not in the vCardGuillaume Desmottes2010-11-031-0/+58
* split filling of details_to_set and adding the widgetsGuillaume Desmottes2010-11-031-13/+20
* contact_widget_details_update_edit: iterate over the fields returned by tp_co...Guillaume Desmottes2010-11-031-62/+11
* log an error if SetContactInfo() failsGuillaume Desmottes2010-11-031-1/+19
* field_value_is_empty: check that all the values are emptyGuillaume Desmottes2010-11-031-1/+10
* field_spec_match_field: check that parameters are matching as well (#630421)Guillaume Desmottes2010-11-031-1/+15
* factor out field_spec_match_field()Guillaume Desmottes2010-11-031-1/+8
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2010-10-041-2/+2
* remove EmpathyKludgeLabelGuillaume Desmottes2010-10-041-3/+1
* fix typoGuillaume Desmottes2010-09-291-1/+1
* field_value_is_empty: if the first element is not NULL field is not emptyGuillaume Desmottes2010-09-291-1/+1
* factor out field_value_is_empty()Guillaume Desmottes2010-09-291-1/+10
* add debug outputGuillaume Desmottes2010-09-291-0/+3
* Add unsupported contact fields to details_to_set (#630427)Guillaume Desmottes2010-09-291-6/+17
* Use tp_contact_info_field_copy() instead of creating a new field if foundGuillaume Desmottes2010-09-291-6/+12
* contact_widget_details_update_edit: free the list returned by tp_contact_get_...Guillaume Desmottes2010-09-291-0/+1
* contact_widget_details_update_edit: no need to call tp_contact_get_contact_in...Guillaume Desmottes2010-09-291-2/+3
* contact-widget: unref the cancellable once we have cancelled the operation (#...Guillaume Desmottes2010-09-201-2/+1
* use tp_clear_object to unref the cancellableGuillaume Desmottes2010-09-201-2/+1
* remove markups around 'Location'Guillaume Desmottes2010-08-271-1/+5
* Split the group editing widgets out of EmpathyContactWidgetPhilip Withnall2010-08-191-289/+18
* Use #ifdef instead of #if to avoid warnings of undefined symbolsPhilip Withnall2010-08-051-5/+5
* Re-enable setting of groups for newly-added contactsPhilip Withnall2010-07-211-11/+2
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-211-3/+3
* Remove folks_individual_dup_from_empathy_contact()Philip Withnall2010-07-211-33/+15
* Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixesTravis Reitter2010-07-211-2/+2
* Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i...Travis Reitter2010-07-201-7/+7
* Clarify that toggling a group in the EmpathyContactWidget actually toggles it.Travis Reitter2010-07-201-4/+5
* Use explicit boolean expressions for if-conditionals, according to Telepathy ...Travis Reitter2010-07-201-6/+6
* Fix setting favourites from the contact editing dialoguePhilip Withnall2010-07-201-17/+16
* Allow changing of individuals' aliasesPhilip Withnall2010-07-201-1/+8
* Re-enable changing individuals' groupsPhilip Withnall2010-07-201-13/+15
* contact_widget_location_update: fix string leakGuillaume Desmottes2010-07-021-0/+1
* Now that we depend on the logger always enable favourite contact supportSjoerd Simons2010-06-191-8/+0
* Add a GtkSpinner to notify the RequestContactInfo progressXavier Claessens2010-06-151-0/+8
* Display contact vCard in information dialog, add basic vCard editor for self ...Xavier Claessens2010-06-151-3/+390
* Move empathy_tp_contact_factory_set_alias() to EmpathyContactXavier Claessens2010-05-261-1/+1
* Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-261-19/+5
* contact-widget: use empathy_account_chooser_get_accountGuillaume Desmottes2010-04-121-2/+1
* change empathy_avatar_chooser_set_connection to empathy_avatar_chooser_set_ac...Guillaume Desmottes2010-04-121-3/+7
* contact-widget: use empathy_avatar_chooser_set_connectionGuillaume Desmottes2010-04-121-1/+1
* Use Account.Avatar to set our own avatar (#613043)Guillaume Desmottes2010-04-061-2/+30
* Use Account.Nickname to set our own alias (#613044)Guillaume Desmottes2010-04-051-2/+36
* contact_widget_contact_update: don't call contact_widget_favourites_changed_c...Guillaume Desmottes2010-03-151-0/+2
* add 'favorite' checkbox to the edit dialogGuillaume Desmottes2010-03-151-5/+79