Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contact-selector-dialog: Add a property to filter contacts by account | Guillaume Desmottes | 2010-03-15 | 1 | -0/+7 |
| | | | | | This is useful when the account chooser is not displayed to filter contacts from one specific account. | ||||
* | [EmpathyContactSelectorDialog] add contact filtering support | Danielle Madeley | 2009-12-22 | 1 | -0/+2 |
| | |||||
* | [EmpathyContactSelectorDialog] remove got_response vcall | Danielle Madeley | 2009-12-21 | 1 | -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 VBox | Danielle Madeley | 2009-12-19 | 1 | -1/+1 |
| | | | | This makes it more flexible to add other contents to the dialog. | ||||
* | [EmpathyContactSelectorDialog] make the Account Chooser optional | Danielle Madeley | 2009-12-19 | 1 | -0/+6 |
| | |||||
* | [EmpathyContactSelectorDialog] Add missing include | Danielle Madeley | 2009-12-19 | 1 | -0/+1 |
| | |||||
* | contact-selector-dialog: add API for subclass to redefine the accoutn filter ↵ | Guillaume Desmottes | 2009-12-17 | 1 | -0/+3 |
| | | | | function | ||||
* | contact-selector-dialog: make table_contact a protected member | Guillaume Desmottes | 2009-12-17 | 1 | -0/+1 |
| | | | | So subclass can easily add widgets. | ||||
* | add empathy-contact-selector-dialog | Guillaume Desmottes | 2009-12-17 | 1 | -0/+72 |
EmpathyContactSelectorDialog is an abstract class to helping to implement dialog such as the "new message" dialog. |