aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact.h
Commit message (Expand)AuthorAgeFilesLines
* include logger single headerGuillaume Desmottes2012-04-041-1/+1
* add empathy_contact_remove_from_contact_list()Guillaume Desmottes2011-11-081-0/+2
* add empathy_contact_add_to_contact_list()Guillaume Desmottes2011-11-081-0/+3
* empathy_contact_from_tpl_contact: don't override the aliasEmilio Pozuelo Monfort2011-07-051-0/+1
* empathy_avatar_new: stop stealing strings (#650939)Guillaume Desmottes2011-06-011-3/+3
* Add SMS entry to empathy-individual-menuDanielle Madeley2011-05-051-0/+3
* contact: enable showing a phone next to contacts who are on phonesJonny Lamb2010-11-161-0/+1
* Add empathy_contact_dup_best_for_action()Philip Withnall2010-09-031-0/+14
* contact: make some setters staticGuillaume Desmottes2010-09-011-8/+0
* Remove EmpathyAvatar->tokenPhilip Withnall2010-08-241-1/+0
* Remove empathy_contact_new_for_log()Philip Withnall2010-08-241-2/+0
* Make empathy_contact_load_avatar_cache() privatePhilip Withnall2010-08-241-2/+0
* Make empathy_contact_set_avatar() privatePhilip Withnall2010-08-241-2/+0
* empathy_contact_new can be static nowGuillaume Desmottes2010-08-131-1/+0
* Re-enable setting of groups for newly-added contactsPhilip Withnall2010-07-221-0/+2
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-3/+2
* Add a link between EmpathyContact and FolksPersonaPhilip Withnall2010-07-221-0/+4
* replace empathy_contact_can_use_stream_tube by empathy_contact_can_use_rfb_st...Guillaume Desmottes2010-06-211-2/+2
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-4/+0
* TplContact has been renamed to TplEntityGuillaume Desmottes2010-06-181-2/+2
* Move empathy_tp_contact_factory_set_alias() to EmpathyContactXavier Claessens2010-05-261-0/+1
* Add empathy_contact_dup_from_tp_contact()Xavier Claessens2010-05-261-0/+2
* Make use of TP_CONTACT_FEATURE_AVATAR_DATAXavier Claessens2010-05-261-4/+0
* Get location update from TpContact (#599162)Guillaume Desmottes2010-04-061-2/+0
* TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-261-0/+7
* contact.h: remove empathy_contact_hash as it's not defined (#580254)Guillaume Desmottes2009-11-141-1/+0
* contact: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
* Added functions to determine if a contact has video capabilitiesJonathan Tellier2009-07-031-0/+2
* Port libempathy to EmpathyAccountSjoerd Simons2009-07-011-3/+3
* Introduce empathy_contact_equal, adapt themesPatryk Zawadzki2009-06-161-1/+3
* Add the filename in EmpathyAvatar and fallback to stock_personXavier Claessens2009-06-121-2/+3
* Add initial adium theme support: Load the template and append messages.Xavier Claessens2009-06-121-0/+1
* Add the method empathy_contact_can_stream_tubes in the empathy-tp-contact-fac...Arnaud Maillet2009-06-011-0/+2
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-2/+2
* Add Location to EmpathyContactPierre-Luc Beaudoin2009-05-081-0/+4
* Rename empathy_contact_new_static to empathy_contact_new_for_logXavier Claessens2009-04-221-1/+1
* Add empathy_contact_new_static() to create a contact that comes from logsXavier Claessens2009-04-221-0/+2
* Cleanup authors of EmpathyContact. It has nothing to do with Gossip code anym...Xavier Claessens2009-04-221-3/+1
* Do not use empathy_contact_equal anymore, pointer comparaison is guaranteed t...Xavier Claessens2009-04-221-1/+0
* Turn EmpathyContact into a TpContact wrapperXavier Claessens2009-04-221-36/+14
* Make the error in the call_when_ready callback constSjoerd Simons2009-01-101-1/+1
* Add weak object, destroy notify and error reporting to empathy_contact_call_w...Sjoerd Simons2009-01-101-2/+3
* Add empathy_contact_call_when_readySjoerd Simons2009-01-101-0/+9
* Added ft-related functions to EmpathyContact. (Jonny Lamb)Jonny Lamb2008-11-221-0/+2
* Fix some coding styleXavier Claessens2008-07-091-3/+3
* empath-contact: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-091-21/+20
* switch empathy-contact to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-091-62/+55
* Document empathy_avatar_save_to_file (Guillaume Desmottes)Xavier Claessens2008-07-091-1/+1
* add empathy_avatar_save_to_file (Guillaume Desmottes)Xavier Claessens2008-07-091-0/+3
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...Xavier Claessens2008-05-281-2/+24
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-0/+1
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
* Add empathy_contact_run_until_ready()Xavier Claessens2008-03-111-1/+4
* Ready property on EmpathyContact is not a boolean but flags for each property.Xavier Claessens2008-03-111-1/+9
* Add a ready property on EmpathyContact and make use of tp_strdiff.Xavier Claessens2008-03-111-0/+1
* Merge commit 'sjoerd/master'Xavier Claessens2008-02-161-0/+2
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens2008-01-251-3/+6
* Adding UI to start a VoIP call. It does nothing yet. Most of the code isXavier Claessens2007-09-091-0/+1
* Adding capabilities contact property.Xavier Claessens2007-09-091-31/+39
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-311-52/+37
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+106