aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-persona-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Add drag and drop support to EmpathyPersonaViewPhilip Withnall2010-08-271-0/+225
| | | | | | This includes an EmpathyPersonaView::drag-individual-received signal, to allow for notification that an Individual has been dropped onto the view. Helps: bgo#627715
* Add feature support for EmpathyPersonaViewPhilip Withnall2010-08-271-2/+41
|
* Display Personas' accounts in the linking dialoguePhilip Withnall2010-08-201-1/+3
| | | | | Display the account name instead of the Persona's presence message on the right-hand side of the linking dialogue. Closes: bgo#626715
* persona-view: use empathy_contact_dup_from_tp_contact instead of ↵Guillaume Desmottes2010-08-131-1/+1
| | | | empathy_contact_new
* Add EmpathyPersonaStore and EmpathyPersonaViewPhilip Withnall2010-08-121-0/+574
Based on stripped-down versions of EmpathyContactListStore and EmpathyContactListView, these allow listing of all the Personas for a given Individual.