aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-chooser.c
Commit message (Expand)AuthorAgeFilesLines
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-1/+1
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+1
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
* Avoid include path overspecificationsEmanuele Aina2013-04-011-3/+3
* Use double quotes for all internal headersEmanuele Aina2013-04-011-5/+5
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-3/+0
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* libraries and plugins must be using gi18n-lib.hXavier Claessens2012-07-301-1/+1
* contact-chooser: use empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes2012-05-111-25/+37
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+2
* contact-chooser: keep a ref on the TpContact we requestedGuillaume Desmottes2012-01-061-2/+20
* Deal with empathy_create_individual_from_tp_contact() returning NULLGuillaume Desmottes2011-12-141-0/+2
* factor out empathy_create_individual_from_tp_contact()Guillaume Desmottes2011-11-241-20/+3
* Abstract the individual storeGuillaume Desmottes2011-11-241-1/+3
* contact-chooser: fix TpfPersona leakGuillaume Desmottes2011-11-081-5/+6
* add empathy_contact_chooser_show_tree_view()Guillaume Desmottes2011-10-281-5/+13
* contact-chooser: refilter when the tmp contacts change capabilitiesDanielle Madeley2011-10-261-0/+12
* [contact-chooser] Don't reselect the first match if something else is selectedDanielle Madeley2011-10-201-2/+5
* [contact-chooser] Move the selection up/down without defocusing the entryDanielle Madeley2011-10-201-0/+56
* [contact-chooser] emit 'activate' on 'row-activated' as wellDanielle Madeley2011-10-201-0/+11
* contact-chooser: add 'activate' signalGuillaume Desmottes2011-10-181-0/+19
* contact-chooser: when searching, make sure that the first matching item is se...Guillaume Desmottes2011-10-181-0/+3
* contact-chooser: add API to hide the search entryGuillaume Desmottes2011-10-091-5/+12
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-1/+1
* contact-chooser: use tp_connection_get_account()Guillaume Desmottes2011-08-191-5/+1
* EmpathyContactChooser: remove EmpathyTpChat propertyGuillaume Desmottes2011-08-051-60/+1
* Implement TpContact selection in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-051-54/+3
* Implement filtering logic in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-051-43/+24
* Add EmpathyContactChooserGuillaume Desmottes2011-08-051-0/+493