Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EmpathyCallHandler -> EmpathyStreamedMediaHandler | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -924/+0 |
| | |||||
* | EmpathyTpCall -> EmpathyTpStreamedMedia | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -15/+15 |
| | |||||
* | tp-call: add account property | Guillaume Desmottes | 2010-08-12 | 1 | -3/+7 |
| | |||||
* | empathy_call_handler_start_call: use ↵ | Guillaume Desmottes | 2010-08-11 | 1 | -13/+30 |
| | | | | tp_account_channel_request_create_and_handle_channel_async | ||||
* | call-handler: add candidates-changed signal | Guillaume Desmottes | 2010-08-05 | 1 | -0/+13 |
| | |||||
* | destroy the old candidates before updating them | Guillaume Desmottes | 2010-08-05 | 1 | -0/+4 |
| | |||||
* | call-handler: add properties tracking the candidates | Guillaume Desmottes | 2010-08-05 | 1 | -0/+161 |
| | |||||
* | call-handler: add audio/video recv codecs properties | Guillaume Desmottes | 2010-07-12 | 1 | -1/+102 |
| | |||||
* | call-handler: add send audio/video codec properties | Guillaume Desmottes | 2010-07-12 | 1 | -3/+99 |
| | |||||
* | empathy_call_factory_new_call_with_streams: no need to pass a EmpathyCallFactory | Guillaume Desmottes | 2010-06-29 | 1 | -2/+2 |
| | |||||
* | remove empathy_tp_call_to | Guillaume Desmottes | 2010-06-22 | 1 | -3/+0 |
| | | | | | | | We don't need it any more: - The TpContact is now always set during object construction - The status is changed once the contact has been set - We don't need to request streams any more as we use Initial{Audio,Video} | ||||
* | remove empathy_call_handler_new_for_contact_with_streams | Guillaume Desmottes | 2010-06-22 | 1 | -21/+0 |
| | |||||
* | empathy_call_handler_start_call: use empathy_call_factory_new_call_with_streams | Guillaume Desmottes | 2010-06-22 | 1 | -42/+13 |
| | |||||
* | add timestamp arg to empathy_dispatcher_create_channel | Sjoerd Simons | 2010-04-25 | 1 | -2/+3 |
| | |||||
* | empathy_call_handler_stop_call: use empathy_tp_call_leave rather than ↵ | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
| | | | | | | empathy_tp_call_close This will gracefully hang up calls (#610477). | ||||
* | telepathy-glib sucks, need to send stream error from the main thread | Olivier Crête | 2010-03-29 | 1 | -2/+13 |
| | |||||
* | Return a telepathy error if the source can't be added | Olivier Crête | 2010-03-29 | 1 | -3/+8 |
| | |||||
* | Send stream error when the src pad can't be linked | Olivier Crête | 2010-03-29 | 1 | -3/+8 |
| | |||||
* | empathy_call_handler_request_cb: notify when the tp-call property is set | Guillaume Desmottes | 2009-11-05 | 1 | -0/+1 |
| | |||||
* | Add stream-closed signal to EmpathyCallHandler for when a stream is closed | Olivier Crête | 2009-09-02 | 1 | -0/+16 |
| | |||||
* | Merge back from master | Sjoerd Simons | 2009-08-22 | 1 | -89/+12 |
|\ | |||||
| * | Move the FsElementElementAddedNotifier over the main pipeline | Olivier Crête | 2009-08-07 | 1 | -32/+0 |
| | | |||||
| * | Make it possible to set element properties from a config file | Olivier Crête | 2009-08-07 | 1 | -33/+17 |
| | | |||||
| * | Put codec preferences in a configuration file | Olivier Crête | 2009-08-07 | 1 | -41/+12 |
| | | |||||
* | | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -0/+1 |
|/ | |||||
* | Ring on outgoing call. | Xavier Claessens | 2009-06-27 | 1 | -1/+2 |
| | |||||
* | The EmpathyCallHandler correctly initializes it "initial_video" property | Jonathan Tellier | 2009-06-16 | 1 | -1/+3 |
| | | | | | | | | | when the remote contact initiates the call. empathy_tp_call_is_(sending/receiving)_video correctly returns a gboolean. The remote avatar is correctly shown when the remote site does not send video. When a call is disconnected, the video preview is hidden. | ||||
* | Better implemented empathy_tp_call_is_receiving_video and ↵ | Jonathan Tellier | 2009-06-12 | 1 | -25/+3 |
| | | | | | | | | | | | empathy_tp_call_is_sending_video. Removed the "video-stream-changed" from EmpathyCallHandler Corrected gtk-doc in EmpathyCallHandler. empathy_call_window_stup_video_preview now checks the status of the video_tee and the video_preview. empathy_call_window_sink_added_cb does not automatically starts the preview. | ||||
* | Not creating the video preview if we don't want to show it (in audio | Jonathan Tellier | 2009-06-12 | 1 | -0/+17 |
| | | | | calls for instance). | ||||
* | When no video is received or sent we show contacts' avatars instead of showing | Jonathan Tellier | 2009-06-12 | 1 | -0/+22 |
| | | | | black widgets. | ||||
* | Added a "Redial" button to the call window. | Jonathan Tellier | 2009-06-09 | 1 | -1/+20 |
| | |||||
* | Adapt EmpathyCallHandler to the new API | Cosimo Cecchi | 2009-06-01 | 1 | -4/+5 |
| | |||||
* | Use the new API in the call handler | Cosimo Cecchi | 2009-06-01 | 1 | -2/+3 |
| | |||||
* | document empathy_call_handler_new_for_contact_with_streams and ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -0/+18 |
| | | | | empathy_call_handler_new_for_contact | ||||
* | Allow handlers to be created for streams with initial audio and video | Sjoerd Simons | 2009-05-18 | 1 | -2/+44 |
| | |||||
* | Tweak the properties of various elements for a better voip experience | Sjoerd Simons | 2009-05-18 | 1 | -0/+48 |
| | |||||
* | remove useless include | Guillaume Desmottes | 2009-04-29 | 1 | -1/+0 |
| | |||||
* | call-handler: get the contact from the TpCall if it has not been defined ↵ | Guillaume Desmottes | 2009-04-29 | 1 | -0/+13 |
| | | | | during construction | ||||
* | call-handler: contact and tp-call properties are construct only | Guillaume Desmottes | 2009-04-29 | 1 | -2/+2 |
| | |||||
* | Port EmpathyCallHandler to new API | Xavier Claessens | 2009-04-22 | 1 | -30/+20 |
| | |||||
* | Do not assert if the CM does not support RequestableChannelClasses | Xavier Claessens | 2009-03-20 | 1 | -2/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2728 | ||||
* | Forward resource requests | Sjoerd Simons | 2009-03-09 | 1 | -1/+17 |
| | | | | | | From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2638 | ||||
* | Hardcode some a default codec preferences | Sjoerd Simons | 2009-03-04 | 1 | -0/+52 |
| | | | | | | | | | | | | | | | | | For video use H264 over Theora as it's better quality and there is no reason to prefer a free codec if people already have the patented bits installed anyway. Also prefer H263 as it's reasonable and it works around our H263-1998 negotiation being slightly broken because of gstreamer :( For audio prefer speex wideband over speex smallband and all other audio codecs. And in general disable various codecs that are not really suitable for use in conferencing. From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2567 | ||||
* | Let the UI call the handler for bus messages | Sjoerd Simons | 2009-03-04 | 1 | -35/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2563 | ||||
* | Wait for handle instead of id before request a channel | Sjoerd Simons | 2009-02-17 | 1 | -1/+1 |
| | | | | | | | | | This fixes calling from the new converstaion dialog to new contacts. As they start of with an id right away but have no handle yet. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2480 | ||||
* | Signal closed from the call-handler | Sjoerd Simons | 2009-02-17 | 1 | -0/+17 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2478 | ||||
* | Cleanup for GObject related functions in EmpathyCallFactory and ↵ | Cosimo Cecchi | 2009-02-05 | 1 | -59/+49 |
| | | | | | | | | EmpathyCallHandler. From: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> svn path=/trunk/; revision=2426 | ||||
* | Also unref the tf channel | Sjoerd Simons | 2009-02-03 | 1 | -1/+7 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2401 | ||||
* | Remove dead code | Sjoerd Simons | 2009-02-03 | 1 | -2/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2400 | ||||
* | Close ongoing calls at dispose time | Sjoerd Simons | 2009-02-03 | 1 | -2/+4 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2396 | ||||
* | Add ability to start a call for an incoming channel | Sjoerd Simons | 2009-02-03 | 1 | -14/+34 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2395 | ||||
* | Move the TpFarsight code from TpCall to CallHandler | Sjoerd Simons | 2009-02-03 | 1 | -19/+300 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2387 | ||||
* | Add Stub call factor and call handler objects | Sjoerd Simons | 2009-02-03 | 1 | -0/+115 |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2381 |