aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector-dialog.h
Commit message (Collapse)AuthorAgeFilesLines
* contact-selector-dialog: Add a property to filter contacts by accountGuillaume Desmottes2010-03-151-0/+7
| | | | | This is useful when the account chooser is not displayed to filter contacts from one specific account.
* [EmpathyContactSelectorDialog] add contact filtering supportDanielle Madeley2009-12-221-0/+2
|
* [EmpathyContactSelectorDialog] remove got_response vcallDanielle Madeley2009-12-211-4/+3
| | | | | | | | | | The got_response vcall method wasn't generic enough. It assumed that your response code was always GTK_RESPONSE_ACCEPT, and doesn't allow for the dialog to be used with gtk_dialog_run. Instead dialogs now use the regular response() vcall provided by GtkDialog, and an additional API method empathy_contact_selector_dialog_get_selected() provides the information content of the dialog.
* [EmpathyContactSelectorDialog] switch from table_contents to VBoxDanielle Madeley2009-12-191-1/+1
| | | | This makes it more flexible to add other contents to the dialog.
* [EmpathyContactSelectorDialog] make the Account Chooser optionalDanielle Madeley2009-12-191-0/+6
|
* [EmpathyContactSelectorDialog] Add missing includeDanielle Madeley2009-12-191-0/+1
|
* contact-selector-dialog: add API for subclass to redefine the accoutn filter ↵Guillaume Desmottes2009-12-171-0/+3
| | | | function
* contact-selector-dialog: make table_contact a protected memberGuillaume Desmottes2009-12-171-0/+1
| | | | So subclass can easily add widgets.
* add empathy-contact-selector-dialogGuillaume Desmottes2009-12-171-0/+72
EmpathyContactSelectorDialog is an abstract class to helping to implement dialog such as the "new message" dialog.