aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-persona-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 646227 — Possible overflow in persona-view:drag_data_getPhilip Withnall2011-04-051-9/+19
| | | | | | | | | | | I think it was a fluke that this code worked in the first place, since it was accessing arrays with indices which were out of range, and which wouldn't have corresponded to the correct entries even if they were in range. This should fix the mapping between DND types and DND URIs/atoms in the contact list, individual and persona views. Closes: bgo#646227
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-12/+0
|
* Make empathy-persona-view include empathy-ui-utilsSjoerd Simons2010-12-171-0/+1
|
* persona-view: use new GTK+ style API (#636500)Guillaume Desmottes2010-12-151-11/+10
|
* 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.