summaryrefslogtreecommitdiff
path: root/libempathy/empathy-contact.c
Commit message (Expand)AuthorAgeFilesLines
* replace empathy_contact_can_use_stream_tube by empathy_contact_can_use_rfb_st...Guillaume Desmottes2010-06-211-3/+9
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-5/+0
* TplContact has been renamed to TplEntityGuillaume Desmottes2010-06-181-7/+7
* Move empathy_tp_contact_factory_set_alias() to EmpathyContactXavier Claessens2010-05-261-0/+38
* Make clear that contacts_table doesn't keep any refXavier Claessens2010-05-261-1/+1
* Add empathy_contact_dup_from_tp_contact()Xavier Claessens2010-05-261-0/+43
* Make use of TP_CONTACT_FEATURE_AVATAR_DATAXavier Claessens2010-05-261-38/+39
* use TP_PROP_* constantsGuillaume Desmottes2010-04-271-10/+11
* use tp_value_array_unpackGuillaume Desmottes2010-04-271-3/+3
* contact: get capabilities from TpContact if available (#579813)Guillaume Desmottes2010-04-271-0/+82
* look for the right key when checking if altitude is setGuillaume Desmottes2010-04-081-1/+1
* use tp_asv_set_doubleGuillaume Desmottes2010-04-081-2/+2
* geocode_cb: create a new location hash table instead of modifying the current...Guillaume Desmottes2010-04-081-12/+21
* geocode_cb: don't update location if we didn't get the full positionGuillaume Desmottes2010-04-081-17/+15
* update_geocode: don't search for position if we already have lat or lonGuillaume Desmottes2010-04-081-3/+3
* don't start geocode search if the address is emptyGuillaume Desmottes2010-04-081-3/+7
* unref avatar and location in dispose rather than finalizeGuillaume Desmottes2010-04-081-6/+12
* fix coding styleGuillaume Desmottes2010-04-061-112/+127
* don't define update_geocode if geoclue is not enabledGuillaume Desmottes2010-04-061-5/+5
* Get location update from TpContact (#599162)Guillaume Desmottes2010-04-061-2/+21
* move tp_contact_factory_geocode to empathy-contactGuillaume Desmottes2010-04-061-0/+156
* fallback to JID if alias is emptyFelix Kaser2010-03-291-5/+8
* TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-251-0/+30
* contact: port to new tp-glib account APIJonny Lamb2009-10-241-14/+10
* empathy-contact: cast data pointersGuillaume Desmottes2009-10-211-2/+4
* Fix indentation of previous patchXavier Claessens2009-09-161-1/+3
* empathy_avatar_new takes ownership of arguments. Do not free filename.Xavier Claessens2009-09-161-2/+2
* Plug some leaksCosimo Cecchi2009-09-141-0/+2
* Assert that we get a non-null account passed when creating a contact for a logSjoerd Simons2009-09-131-0/+1
* Use better avatar location: ~/.cache/<cm>/<protocol>/<token>Xavier Claessens2009-08-231-7/+3
* Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-301-1/+2
* Added functions to determine if a contact has video capabilitiesJonathan Tellier2009-07-021-0/+24
* Port libempathy to EmpathyAccountSjoerd Simons2009-07-011-7/+6
* Introduce empathy_contact_equal, adapt themesPatryk Zawadzki2009-06-161-0/+37
* Add doc for empathy_avatar_new()Xavier Claessens2009-06-111-0/+13
* Add the filename in EmpathyAvatar and fallback to stock_personXavier Claessens2009-06-111-20/+7
* Add initial adium theme support: Load the template and append messages.Xavier Claessens2009-06-111-0/+12
* contact_get_avatar_filename: remove unused priv pointerGuillaume Desmottes2009-06-091-1/+0
* contact_get_avatar_filename: use empathy_contact_get_id instead of priv->id d...Guillaume Desmottes2009-06-091-2/+2
* Coding style fixes.Jonny Lamb2009-06-041-1/+1
* Add the method empathy_contact_can_stream_tubes in the empathy-tp-contact-fac...Arnaud Maillet2009-06-011-0/+12
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-301-43/+25
* Treat TP_CONNECTION_PRESENCE_TYPE_UNSET as _AVAILABLESjoerd Simons2009-05-271-1/+1
* empathy-contact: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* Don't ref the returned hash tablePierre-Luc Beaudoin2009-05-091-2/+2
* Don't create an unused hashtable and free location on finalizePierre-Luc Beaudoin2009-05-091-5/+7
* Remove a trailing space and g_printPierre-Luc Beaudoin2009-05-071-1/+1
* Fix doc's consistencyPierre-Luc Beaudoin2009-05-071-2/+2
* Fix review comments on EmpathyContact by Guillaume DesmottesPierre-Luc Beaudoin2009-05-071-4/+18
* Add Location to EmpathyContactPierre-Luc Beaudoin2009-05-071-0/+60