aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-chooser.c
Commit message (Collapse)AuthorAgeFilesLines
* contact-chooser: fix TpfPersona leakGuillaume Desmottes2011-11-081-5/+6
| | | | We weren't using the persona we just created for some reason.
* add empathy_contact_chooser_show_tree_view()Guillaume Desmottes2011-10-281-5/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662843
* contact-chooser: refilter when the tmp contacts change capabilitiesDanielle Madeley2011-10-261-0/+12
| | | | | | | | | Making a call to GetContactAttributes only gets the attributes currently known to the CM. If a contact is unknown, lookups for the attributes are then queued and signalled when retrieved. When we receive this signal, we should refilter the contact list. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=662727
* [contact-chooser] Don't reselect the first match if something else is selectedDanielle Madeley2011-10-201-2/+5
| | | | | This patch isn't quite the behaviour I want, but I think it's better than just re-selecting the first entry every time I type something.
* [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
| | | | This means the selection can be activated when the treeview is focused.
* contact-chooser: add 'activate' signalGuillaume Desmottes2011-10-181-0/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993
* contact-chooser: when searching, make sure that the first matching item is ↵Guillaume Desmottes2011-10-181-0/+3
| | | | | | | | | selected So user can just type the phone number of the contact he wants to call and hit enter. https://bugzilla.gnome.org/show_bug.cgi?id=661993
* contact-chooser: add API to hide the search entryGuillaume Desmottes2011-10-091-5/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=629517
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-1/+1
| | | | No more ugly marshallers \o/
* contact-chooser: use tp_connection_get_account()Guillaume Desmottes2011-08-191-5/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656866
* EmpathyContactChooser: remove EmpathyTpChat propertyGuillaume Desmottes2011-08-051-60/+1
| | | | | | It's not used any more and a generic widget shouldn't need it. https://bugzilla.gnome.org/show_bug.cgi?id=656020
* Implement TpContact selection in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-051-54/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656020
* Implement filtering logic in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-051-43/+24
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656020
* Add EmpathyContactChooserGuillaume Desmottes2011-08-051-0/+493
This is a pure code refactoring from EmpathyInviteParticipantDialog, this widget is not generic yet. https://bugzilla.gnome.org/show_bug.cgi?id=656020