aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-individual-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* add empathy_individual_manager_unprepare_async()Guillaume Desmottes2012-09-121-0/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660128
* individual-manager: keep track of most popular contactsGuillaume Desmottes2012-06-141-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677940
* individual-manager: remove (un)linking APIGuillaume Desmottes2012-04-101-7/+0
| | | | Empathy now relies on gnome-contacts to link contacts.
* remove empathy_individual_manager_lookup_by_contact()Guillaume Desmottes2012-04-021-4/+0
|
* add empathy_individual_manager_lookup_by_contact()Guillaume Desmottes2012-02-151-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669676
* individual-manager: add API to know when contacts have been loaded from folksGuillaume Desmottes2012-02-141-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* Adapt to API break in folks_individual_get_personas.Travis Reitter2011-06-071-1/+1
| | | | Helps: bgo#648822 - Port Empathy to Folks 0.5.1
* Hook up abusive argument into TpContactList backendDanielle Madeley2011-03-111-1/+2
|
* Use Contact Manager flags instead of Individual Manager flagsChandni Verma2011-03-091-11/+0
|
* Add confirmation dialog to RemoveDanielle Madeley2011-03-081-0/+1
| | | | | Also includes the future Report Abusive check box, so that all the strings are in place now.
* Add contact blocking support to EmpathyIndividualManagerDanielle Madeley2011-03-081-0/+18
|
* Cut obsolete IndividualManagerFlags.Travis Reitter2010-10-161-13/+0
| | | | Helps bgo#625969.
* Allow unlinking individuals through EmpathyIndividualManagerPhilip Withnall2010-08-201-0/+4
| | | | | | Wrap the FolksIndividualAggregator individual unlinking API in EmpathyIndividualManager with some basic error reporting (it isn't expected that unlinking will fail).
* Allow linking personas through EmpathyIndividualManagerPhilip Withnall2010-08-121-0/+3
| | | | | | Wrap the FolksIndividualAggregator persona linking API in EmpathyIndividualManager with some basic error reporting (it isn't expected that linking will fail).
* Support removing groupsPhilip Withnall2010-07-211-0/+3
|
* Support contact addingTravis Reitter2010-07-211-0/+4
|
* Use the new FolksFavourite interface for favourites supportPhilip Withnall2010-07-211-4/+0
|
* Re-implement the context menu for IndividualsTravis Reitter2010-07-211-0/+6
|
* Base the contact list around libfolks metacontacts. Not yet to feature-parityTravis Reitter2010-07-211-0/+82
with mainline Empathy.