Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy_call_factory_new_call_with_streams: request channel using the CD | Guillaume Desmottes | 2010-06-22 | 1 | -3/+30 |
| | | | | Also allow caller to pass the timestamp and an optionnal callback. | ||||
* | Port to new EmpathyTpContactFactory API | Xavier Claessens | 2010-05-26 | 1 | -6/+2 |
| | |||||
* | [EmpathyContactSelectorDialog] remove got_response vcall | Danielle Madeley | 2009-12-21 | 1 | -6/+18 |
| | | | | | | | | | | 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 | -2/+2 |
| | | | | This makes it more flexible to add other contents to the dialog. | ||||
* | new-call-dialog: filter out CM which doesn't support calls | Guillaume Desmottes | 2009-12-17 | 1 | -0/+35 |
| | |||||
* | new-call-dialog: add 'Send Video' check button | Guillaume Desmottes | 2009-12-17 | 1 | -2/+31 |
| | |||||
* | add empathy-new-call-dialog | Guillaume Desmottes | 2009-12-17 | 1 | -0/+177 |