summaryrefslogtreecommitdiff
path: root/libempathy/empathy-individual-manager.c
Commit message (Expand)AuthorAgeFilesLines
* libempathy: Fix several memory leaks from libgeePhilip Withnall2013-10-221-3/+6
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+1
* Stop using Folks deprecated functionsXavier Claessens2013-09-161-1/+1
* tpaw-utils: move empathy_implement_finish_* to tp-aw and rename themMarco Barisione2013-08-201-1/+3
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-1/+1
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-271-9/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-271-1/+1
* individual-manager: make sure the individual stays alive when removing itGuillaume Desmottes2012-10-021-0/+6
* include telepathy-glib.hGuillaume Desmottes2012-09-171-4/+0
* add empathy_individual_manager_unprepare_async()Guillaume Desmottes2012-09-121-0/+48
* Add heuristic to calculate individuals popularitySeif Lotfy2012-06-181-5/+39
* individual-manager: document that individuals_pop ref its contentGuillaume Desmottes2012-06-181-1/+1
* individual-manager: document individual_notify_im_interaction_count()Guillaume Desmottes2012-06-181-0/+4
* Revert "individual-manager: comment out interaction code"Guillaume Desmottes2012-06-181-9/+0
* individual-manager: comment out interaction codeGuillaume Desmottes2012-06-141-0/+9
* individual-manager: keep track of most popular contactsGuillaume Desmottes2012-06-141-0/+178
* Disconnect all aggregator signal handlers on disposing EmpathyIndividualManagerChandni Verma2012-05-291-7/+5
* individual-manager: remove (un)linking APIGuillaume Desmottes2012-04-101-69/+0
* remove empathy_individual_manager_lookup_by_contact()Guillaume Desmottes2012-04-021-52/+0
* add empathy_individual_manager_lookup_by_contact()Guillaume Desmottes2012-02-151-0/+52
* individual-manager: add API to know when contacts have been loaded from folksGuillaume Desmottes2012-02-141-0/+43
* remove useless includes of empathy-contact-manager.hGuillaume Desmottes2011-12-141-1/+0
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-2/+2
* individual-manager: use tp-glib blocking APIGuillaume Desmottes2011-11-081-26/+16
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-4/+3
* individual-manager: Port to the new individuals_changed_detailed signalPhilip Withnall2011-09-121-9/+26
* individual-manager: dup the Individual ID instead of borrowing itGuillaume Desmottes2011-09-121-2/+2
* IndividualManager: disconnect handler from aggregatorWill Thompson2011-09-061-0/+3
* Don't assume that all TpfPersonas contain valid TpContactsTravis Reitter2011-08-221-20/+32
* Adapt to API change in FolksIndividualAggregator::individuals-changed.Travis Reitter2011-06-061-9/+22
* Adapt to API change in folks_backend_get_persona_stores().Travis Reitter2011-06-061-2/+4
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-061-37/+45
* Don't try to block personas that don't support blockingEmilio Pozuelo Monfort2011-03-221-3/+8
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-6/+0
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-141-4/+4
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-141-2/+2
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-141-1/+1
* Add FIXME to empathy_individual_manager_supports_blocking()Chandni Verma2011-03-111-0/+2
* Hook up abusive argument into TpContactList backendDanielle Madeley2011-03-111-2/+3
* Use Contact Manager flags instead of Individual Manager flagsChandni Verma2011-03-091-37/+11
* Add confirmation dialog to RemoveDanielle Madeley2011-03-081-0/+2
* Don't leak EmpathyContactDanielle Madeley2011-03-081-0/+2
* Add contact blocking support to EmpathyIndividualManagerDanielle Madeley2011-03-081-0/+104
* Bug 641662 — Update for libfolks API changes to IndividualAggregatorPhilip Withnall2011-02-171-2/+31
* Bug 637097 — Port to latest folks API changesPhilip Withnall2010-12-131-2/+2
* Stop using removed Individual convenience methods from folksPhilip Withnall2010-11-131-1/+1
* Remove obsolete ContactManager from IndividualManager.Travis Reitter2010-10-151-5/+0
* Cut obsolete IndividualManagerFlags.Travis Reitter2010-10-151-30/+0
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2010-10-041-3/+3
* fixed typo in empathy utilsFelix Kaser2010-09-131-1/+1