| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
No more ugly marshallers \o/
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=648315
|
|
|
|
|
|
|
| |
Helps: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a
valid TpContact
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This includes an EmpathyPersonaView::drag-individual-received signal, to
allow for notification that an Individual has been dropped onto the view.
Helps: bgo#627715
|
| |
|
|
|
|
|
| |
Display the account name instead of the Persona's presence message on the
right-hand side of the linking dialogue. Closes: bgo#626715
|
|
|
|
| |
empathy_contact_new
|
|
Based on stripped-down versions of EmpathyContactListStore and
EmpathyContactListView, these allow listing of all the Personas for a given
Individual.
|