aboutsummaryrefslogtreecommitdiffstats
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-021-1/+1
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-9/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-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-131-9/+26
* individual-manager: dup the Individual ID instead of borrowing itGuillaume Desmottes2011-09-121-2/+2
* IndividualManager: disconnect handler from aggregatorWill Thompson2011-09-071-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-071-9/+22
* Adapt to API change in folks_backend_get_persona_stores().Travis Reitter2011-06-071-2/+4
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-071-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-151-4/+4
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-151-2/+2
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-151-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-181-2/+31
* Bug 637097 — Port to latest folks API changesPhilip Withnall2010-12-141-2/+2
* Stop using removed Individual convenience methods from folksPhilip Withnall2010-11-131-1/+1
* Remove obsolete ContactManager from IndividualManager.Travis Reitter2010-10-161-5/+0
* Cut obsolete IndividualManagerFlags.Travis Reitter2010-10-161-30/+0
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2010-10-051-3/+3
* fixed typo in empathy utilsFelix Kaser2010-09-131-1/+1
* Don't unnecessarily remove Individuals if Individual IDs have been reusedPhilip Withnall2010-09-021-12/+14
* Don't filter out Individual removal at the IndividualManager level.Travis Reitter2010-08-271-9/+4
* Allow unlinking individuals through EmpathyIndividualManagerPhilip Withnall2010-08-201-0/+34
* Allow linking personas through EmpathyIndividualManagerPhilip Withnall2010-08-121-0/+34
* Maintain a list of Individuals which have EmpathyContacts in the managerPhilip Withnall2010-08-031-24/+113
* Don't warn when adding an existing contactPhilip Withnall2010-08-031-4/+8
* Adjust for signature change in folks_groups_change_group()Travis Reitter2010-07-271-1/+18
* Adjust for signature change in folks_individual_aggregator_remove_individual()Travis Reitter2010-07-271-1/+19
* Use the new IndividualAggregator.prepare() methodPhilip Withnall2010-07-271-0/+1
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-1/+1
* Add a link between EmpathyContact and FolksPersonaPhilip Withnall2010-07-221-0/+3
* Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixesTravis Reitter2010-07-221-0/+1
* Take advantage of tp_asv_new().Travis Reitter2010-07-211-5/+3
* Adjust to the new add_persona_from_details() API.Travis Reitter2010-07-211-2/+4
* Update to the FolksIndividualAggregator:individuals-changed signal.Travis Reitter2010-07-211-23/+14
* Only have one parameter per function definition line.Travis Reitter2010-07-211-1/+2
* Cut excessive G_STRLOC in DEBUG statements.Travis Reitter2010-07-211-3/+3
* Chain up IndividualManager's dispose() to call its parent's dispose().Travis Reitter2010-07-211-0/+2
* Perform the IndividualManager dispose work in a dispose() function, not final...Travis Reitter2010-07-211-2/+2
* Add a comment about the IndividualManager's general memory management policy.Travis Reitter2010-07-211-0/+6
* Use the more-conventional approach to signal emission in IndividualManager.Travis Reitter2010-07-211-32/+44
* Take advantage of the tp_clear_* utility functions.Travis Reitter2010-07-211-5/+2
* Hold a reference to the contact we're adding as an individualPhilip Withnall2010-07-211-4/+11
* Fix trivial casting error.Travis Reitter2010-07-211-1/+2
* Support removing groupsPhilip Withnall2010-07-211-0/+26
* Remove an unused connection to the telepathy-logger servicePhilip Withnall2010-07-211-24/+0
* Cut outdated comment.Travis Reitter2010-07-211-2/+0
* Finish adding favourites supportPhilip Withnall2010-07-211-0/+22
* Support contact removalTravis Reitter2010-07-211-2/+16
* Support contact addingTravis Reitter2010-07-211-0/+50
* Use the new FolksFavourite interface for favourites supportPhilip Withnall2010-07-211-24/+4
* Re-implement the context menu for IndividualsTravis Reitter2010-07-211-0/+30
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-211-0/+290