aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-persona-store.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-02-021-7/+9
| | | | Fixes bgo#637847.
* Bug 637097 — Port to latest folks API changesPhilip Withnall2011-02-021-2/+4
| | | | | Catch up with three interface renamings which have happened in folks master. This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2011-02-021-7/+9
| | | | | FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups.
* Port EmpathyPersonaStore to use Individual.personas_changedPhilip Withnall2010-08-301-33/+11
| | | | | This makes the notification of changed Personas a lot more efficient in the store. Closes: bgo#627706
* Add an "account" column to EmpathyPersonaStorePhilip Withnall2010-08-201-0/+9
| | | | This stores the display name of the PersonaStore for each Persona.
* persona-store: use empathy_contact_dup_from_tp_contact instead of ↵Guillaume Desmottes2010-08-131-5/+5
| | | | empathy_contact_new
* Add EmpathyPersonaStore and EmpathyPersonaViewPhilip Withnall2010-08-121-0/+1168
Based on stripped-down versions of EmpathyContactListStore and EmpathyContactListView, these allow listing of all the Personas for a given Individual.