aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.c
Commit message (Expand)AuthorAgeFilesLines
* contact-widget: remove colons and dim labels, move avatar to LHSDanielle Madeley2012-05-291-62/+54
* contact-widget: use empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes2012-05-151-11/+24
* turn EmpathyContactWidget to be a proper GtkWidgetGuillaume Desmottes2012-05-151-406/+402
* contact-widget: stop using tp_connection_get_self_handle()Guillaume Desmottes2012-05-031-4/+7
* remove useless empathy-contact-list.h includesGuillaume Desmottes2012-04-101-1/+0
* contact_widget_contact_update: check if widget_avatar is a chooserGuillaume Desmottes2012-03-261-2/+5
* Update avatar chooser's account if EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT is not...Guillaume Desmottes2012-03-261-0/+3
* contact_widget_contact_update: change 'if else' block to a 'if' block inside ...Guillaume Desmottes2012-03-261-8/+13
* contact-widget: right align contact info fieldsGuillaume Desmottes2012-03-161-1/+1
* contact-widget: don't display the account when editing our infoGuillaume Desmottes2012-03-161-5/+15
* Don't display parameters if Parameters_Exact is not SetGuillaume Desmottes2012-03-161-2/+6
* contact-widget: use EmpathyCalendarButtonGuillaume Desmottes2012-03-161-24/+17
* contact-widget: use 'Personal Details' when editing our own infoGuillaume Desmottes2012-02-081-0/+9
* contact-widget: stop storing hbox_contactGuillaume Desmottes2012-01-231-2/+0
* Don't show the presence twiceDanielle Madeley2011-12-221-1/+3
* remove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITEGuillaume Desmottes2011-12-141-69/+0
* use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-211-1/+1
* factor out empathy_contact_info_create_channel_list_label()Guillaume Desmottes2011-11-161-81/+33
* contact-widget: port to GtkGridGuillaume Desmottes2011-11-011-46/+52
* Port contact-widget to contactinfo-utilsDanielle Madeley2011-10-211-128/+28
* contact-widget: left align status labelGuillaume Desmottes2011-09-261-0/+1
* contact-widget: use the day-selected sig to update birthdayGuillaume Desmottes2011-08-291-1/+1
* contact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_...Guillaume Desmottes2011-08-191-10/+6
* ContactWidget: expose IRC presence informationWill Thompson2011-05-161-0/+14
* ContactWidget: support IRC server and host infoWill Thompson2011-05-161-0/+14
* ContactWidget: support Idle's x-idle-time field.Will Thompson2011-05-161-0/+19
* ContactWidget: generalize linkifying valuesWill Thompson2011-05-161-11/+29
* ContactWidget: show IRC channel list.Will Thompson2011-05-161-0/+74
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-12/+2
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-4/+2
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-151-3/+3
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-151-5/+6
* Update our local fields having Overwritten_By_Nickname when updating our nick...Guillaume Desmottes2011-03-101-0/+43
* don't update Alias.Nickname if not neededGuillaume Desmottes2011-03-101-2/+9
* inline set_alias_on_account()Guillaume Desmottes2011-03-101-10/+3
* contact-widget: don't allow edit fields having the Overwritten_By_Nickname fl...Guillaume Desmottes2011-03-091-0/+13
* contact-widget: only call SetContactInfo() is details changed (#644295)Guillaume Desmottes2011-03-091-7/+32
* 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-141-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-051-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-201-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-221-11/+2
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-3/+3
* Remove folks_individual_dup_from_empathy_contact()Philip Withnall2010-07-221-33/+15
* Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixesTravis Reitter2010-07-221-2/+2
* Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i...Travis Reitter2010-07-211-7/+7
* Clarify that toggling a group in the EmpathyContactWidget actually toggles it.Travis Reitter2010-07-211-4/+5
* Use explicit boolean expressions for if-conditionals, according to Telepathy ...Travis Reitter2010-07-211-6/+6
* Fix setting favourites from the contact editing dialoguePhilip Withnall2010-07-211-17/+16
* Allow changing of individuals' aliasesPhilip Withnall2010-07-211-1/+8
* Re-enable changing individuals' groupsPhilip Withnall2010-07-211-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-201-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
* Revert "Revert "Make links clickable in presence message and topics""Xavier Claessens2010-03-101-2/+10
* Revert "Make links clickable in presence message and topics"Xavier Claessens2010-03-081-10/+2
* empathy_add_link_markup() is not NULL-safeXavier Claessens2010-03-051-2/+3
* Also make links clickable in tooltipXavier Claessens2010-03-041-11/+4
* Make links clickable in presence message and topicsXavier Claessens2010-03-031-2/+16
* show map licenseGuillaume Desmottes2010-02-261-1/+1
* contact-widget: increase zoom on mapGuillaume Desmottes2010-02-261-1/+3
* contact-widget: display map even if contact only published his lat/lonGuillaume Desmottes2010-02-251-8/+19
* Fix leaked GtkMenuXavier Claessens2010-02-111-1/+2
* Don't call SetAlias for subscription requests until the request has been acke...Danielle Madeley2010-02-081-3/+20
* Remove the "Contact" alignment from contat widgetXavier Claessens2010-01-131-3/+2
* Reorder functions to not declare them on topXavier Claessens2010-01-121-909/+864
* Add the protocol icon in EmpathyContactWidget. That's displayed for contact l...Xavier Claessens2010-01-061-4/+22
* rename 'location' to 'loc' to fix shadow declarationGuillaume Desmottes2010-01-061-3/+3
* Remove Pango markup from translatable strings where possiblePhilip Withnall2010-01-061-1/+5
* Hide state image in contact widget until the presense state is notified. (#60...Brian Pepple2009-12-021-0/+1
* Make location labels selectablePierre-Luc Beaudoin2009-11-121-0/+3
* Add missing location field in orderingPierre-Luc Beaudoin2009-11-121-0/+6
* Order location fieldsFrederic Peters2009-11-121-7/+21
* contact-widget: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
* empathy-contact-widget.c: fix shadow declarationsGuillaume Desmottes2009-10-221-11/+11
* Fixed styleJonathan Tellier2009-08-061-2/+2
* Set selectable status informationalinrus2009-08-061-0/+4
* Wrap text in contact label status (#589846)Nicolò Chieffo2009-07-291-0/+4
* have EmpathyContactWidget set the account on the account chooserDavyd Madeley2009-07-151-0/+7
* Make EmpathyContactWidget use EmpathyKludgeLabelDavyd Madeley2009-07-071-1/+7
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-3/+3
* Use libchamplain 0.3.3 new Gtk embed APIPierre-Luc Beaudoin2009-06-151-6/+6
* Fix ‘lat’, ‘lon’ may be used uninitialized in this functionPierre-Luc Beaudoin2009-05-291-1/+1
* Fix English label for Location's datePierre-Luc Beaudoin2009-05-281-1/+1
* Display relative time to userPierre-Luc Beaudoin2009-05-281-4/+9
* Simplifly the logic on when to display the locationPierre-Luc Beaudoin2009-05-281-55/+58
* Use empathy_time_to_string_localPierre-Luc Beaudoin2009-05-281-14/+8
* Don't list timestamp in the location fields as it is already included in the ...Pierre-Luc Beaudoin2009-05-281-0/+3
* Use tp_strdiff instead of strcmpPierre-Luc Beaudoin2009-05-281-24/+24
* Have better user labels for location valuesPierre-Luc Beaudoin2009-05-281-4/+65
* Display user textual location even if it doesn't include a lat,lonPierre-Luc Beaudoin2009-05-281-12/+12
* Fix coding style issues found by make checkPierre-Luc Beaudoin2009-05-281-1/+1
* Make map visible!Pierre-Luc Beaudoin2009-05-281-0/+1
* Make buildable and visible if libchamplain not availablePierre-Luc Beaudoin2009-05-281-0/+2
* Update to use libchamplain 0.3's APIPierre-Luc Beaudoin2009-05-281-3/+4
* List geolocation information in TooltipPierre-Luc Beaudoin2009-05-281-11/+76
* Expect the timestamp to be a int64Pierre-Luc Beaudoin2009-05-281-17/+18
* Don't init vars with a functionPierre-Luc Beaudoin2009-05-281-1/+2
* Add marker on mapPierre-Luc Beaudoin2009-05-281-0/+10
* Display timestamp and locationPierre-Luc Beaudoin2009-05-281-29/+76
* Add a map in the Contact Information dialogPierre-Luc Beaudoin2009-05-281-0/+48
* empathy-contact-widget: fix coding styleGuillaume Desmottes2009-05-181-5/+5
* empathy-contact-widget: call contact_widget_change_contact after widget's set...Guillaume Desmottes2009-04-231-2/+5
* Add documentation for EmpathyContactWidget.Jonny Lamb2009-04-231-0/+52
* Add G_PARAM_STATIC_STRINGS to EmpathyContact propertiesXavier Claessens2009-04-221-1/+0
* Use tp_connection_get_self_handle where neededXavier Claessens2009-04-221-29/+7
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-4/+11
* Remove useless conditionXavier Claessens2009-04-221-12/+9
* Remove dead codeXavier Claessens2009-04-221-2/+0
* - Split info/edit/personal dialogs into different functions.Xavier Claessens2009-04-221-15/+9
* Port EmpathyContactWidget to new API.Xavier Claessens2009-04-221-42/+62
* Fix memleak in contact_widget_model_populate_columns. Since it not used anywhereLars-Peter Clausen2009-04-211-6/+0
* Refactor the floating ref hack into a new functionXavier Claessens2009-04-161-5/+2
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-161-11/+7
* Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 andXavier Claessens2009-03-291-4/+21
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-3/+3
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Update avatar chooser's account from its own callback.Xavier Claessens2008-11-111-22/+19
* ContactWidget: set up account widget before avatar widgetXavier Claessens2008-11-111-23/+24
* AvatarChooser needs no ContactFactory property; it's a singleton.Xavier Claessens2008-11-111-2/+1
* Coding style: only one blank line between functions.Xavier Claessens2008-11-111-2/+0
* Update AvatarChooser::account when changed in ContactWidgetXavier Claessens2008-11-111-0/+24
* AvatarChooser: Add McAccount and EmpathyContactFactory propertiesXavier Claessens2008-11-111-1/+2
* Fix condition to set labels selectable.Xavier Claessens2008-09-191-3/+3
* EmpathyContactWidget: correct typo, "hbow" -> "hbox"Xavier Claessens2008-08-251-2/+2
* don't let label text be selected in contact tooltip (closes: #546568)Frederic Peters2008-08-201-3/+12
* Do not popup the Save As menu if the contact has no avatar.Xavier Claessens2008-07-091-0/+4
* Fix some coding styleXavier Claessens2008-07-091-59/+33
* empathy-contact-widget: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-091-364/+376
* empathy-contact-widget: use gtk_image_menu_item_new_from_stock (Guillaume Des...Xavier Claessens2008-07-091-4/+2
* switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-091-428/+458
* use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)Xavier Claessens2008-07-091-1/+1
* Add an option to save avatar to disk. Fixes bug #541431 (Guillaume Desmottes)Xavier Claessens2008-07-091-0/+152
* Made the Close button the default widget in the contact edit dialog. (Jonny L...Jonny Lamb2008-07-081-0/+2
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+5
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-111-3/+5
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens2008-01-251-0/+3
* Add a public method to change the contact showed.Xavier Claessens2008-01-241-0/+23
* Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens2007-11-041-11/+17
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-251-10/+9
* To know if an account is connected, useXavier Claessens2007-10-211-36/+21
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-5/+5
* More flexible API for EmpathyContactWidget, we now have flags to setXavier Claessens2007-10-101-35/+42
* Makes avatar looks better in information and edit dialogs.Xavier Claessens2007-10-091-6/+6
* Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of themXavier Claessens2007-10-091-18/+46
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-48/+66
* Salut's protocol name is going to change to local-xmpp. Fixes bug #469638Xavier Claessens2007-08-251-3/+2
* Do not show salut accounts in the add contact dialog. Rework a bitXavier Claessens2007-07-261-28/+94
* Remove unused nickname entry and use a GtkTable for room information. MoreXavier Claessens2007-07-131-0/+3
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-27/+27
* New window for viewing logs.Xavier Claessens2007-06-141-4/+1
* Fix a warning.Xavier Claessens2007-06-091-2/+4
* We can now add a new contact. EmpathyContactWidget can change the contactXavier Claessens2007-06-091-85/+289
* Do not save when closing the dialog. Update information in real-time andXavier Claessens2007-06-091-117/+29
* Implement editing and viewing contact information with right click on theXavier Claessens2007-06-071-0/+4
* EmpatchContactWidget has 2 modes: editable or not.Xavier Claessens2007-06-071-14/+53
* New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget toXavier Claessens2007-06-071-0/+14
* New widget: EmpathyContactWidget. It displays information about a contact,Xavier Claessens2007-06-061-0/+637