Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | return correct value in g_return_val_if_fail | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | contact-selector-dialog: unref filter_account when disposing | Guillaume Desmottes | 2010-03-15 | 1 | -0/+5 |
| | |||||
* | contact_selector_dialog_account_changed_cb: cope with ↵ | Guillaume Desmottes | 2010-03-15 | 1 | -0/+3 |
| | | | | tp_account_get_connection being NULL | ||||
* | contact-selector-dialog: Add a property to filter contacts by account | Guillaume Desmottes | 2010-03-15 | 1 | -3/+65 |
| | | | | | 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 | -10/+53 |
| | |||||
* | [EmpathyContactSelectorDialog] remove got_response vcall | Danielle Madeley | 2009-12-21 | 1 | -31/+25 |
| | | | | | | | | | | 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] initialise priv->show_account_chooser correctly | Danielle Madeley | 2009-12-21 | 1 | -0/+1 |
| | |||||
* | [EmpathyContactSelectorDialog] normalise case in match function | Danielle Madeley | 2009-12-19 | 1 | -15/+21 |
| | |||||
* | [EmpathyContactSelectorDialog] tweak padding | Danielle Madeley | 2009-12-19 | 1 | -1/+2 |
| | |||||
* | [EmpathyContactSelectorDialog] switch from table_contents to VBox | Danielle Madeley | 2009-12-19 | 1 | -3/+8 |
| | | | | This makes it more flexible to add other contents to the dialog. | ||||
* | [EmpathyContactSelectorDialog] make the Account Chooser optional | Danielle Madeley | 2009-12-19 | 1 | -7/+108 |
| | |||||
* | [EmpathyContactSelectorDialog] make this an abstract type | Danielle Madeley | 2009-12-19 | 1 | -1/+2 |
| | | | | i.e. a type that must be inherited and can't be created directly | ||||
* | contact-selector-dialog: set a border of 12 as defined in the HIG | Guillaume Desmottes | 2009-12-17 | 1 | -0/+2 |
| | |||||
* | contact-selector-dialog: add API for subclass to redefine the accoutn filter ↵ | Guillaume Desmottes | 2009-12-17 | 1 | -2/+16 |
| | | | | function | ||||
* | contact-selector-dialog: make table_contact a protected member | Guillaume Desmottes | 2009-12-17 | 1 | -4/+3 |
| | | | | So subclass can easily add widgets. | ||||
* | contact-selector-dialog: emit response when the entry is activated | Guillaume Desmottes | 2009-12-17 | 1 | -0/+17 |
| | |||||
* | rename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.ui | Guillaume Desmottes | 2009-12-17 | 1 | -1/+1 |
| | |||||
* | add empathy-contact-selector-dialog | Guillaume Desmottes | 2009-12-17 | 1 | -0/+320 |
EmpathyContactSelectorDialog is an abstract class to helping to implement dialog such as the "new message" dialog. |