aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.c
Commit message (Expand)AuthorAgeFilesLines
* add timestamp arg to empathy_dispatcher_create_channelSjoerd Simons2010-04-251-2/+3
* empathy_call_handler_stop_call: use empathy_tp_call_leave rather than empathy...Guillaume Desmottes2010-03-301-1/+1
* telepathy-glib sucks, need to send stream error from the main threadOlivier Crête2010-03-291-2/+13
* Return a telepathy error if the source can't be addedOlivier Crête2010-03-291-3/+8
* Send stream error when the src pad can't be linkedOlivier Crête2010-03-291-3/+8
* empathy_call_handler_request_cb: notify when the tp-call property is setGuillaume Desmottes2009-11-051-0/+1
* Add stream-closed signal to EmpathyCallHandler for when a stream is closedOlivier Crête2009-09-021-0/+16
* Merge back from masterSjoerd Simons2009-08-221-89/+12
|\
| * Move the FsElementElementAddedNotifier over the main pipelineOlivier Crête2009-08-071-32/+0
| * Make it possible to set element properties from a config fileOlivier Crête2009-08-071-33/+17
| * Put codec preferences in a configuration fileOlivier Crête2009-08-071-41/+12
* | Remove last references to mission-control 4Sjoerd Simons2009-07-161-0/+1
|/
* Ring on outgoing call.Xavier Claessens2009-06-271-1/+2
* The EmpathyCallHandler correctly initializes it "initial_video" propertyJonathan Tellier2009-06-161-1/+3
* Better implemented empathy_tp_call_is_receiving_video and empathy_tp_call_is_...Jonathan Tellier2009-06-121-25/+3
* Not creating the video preview if we don't want to show it (in audioJonathan Tellier2009-06-121-0/+17
* When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-06-121-0/+22
* Added a "Redial" button to the call window.Jonathan Tellier2009-06-091-1/+20
* Adapt EmpathyCallHandler to the new APICosimo Cecchi2009-06-011-4/+5
* Use the new API in the call handlerCosimo Cecchi2009-06-011-2/+3
* document empathy_call_handler_new_for_contact_with_streams and empathy_call_h...Guillaume Desmottes2009-05-181-0/+18
* Allow handlers to be created for streams with initial audio and videoSjoerd Simons2009-05-181-2/+44
* Tweak the properties of various elements for a better voip experienceSjoerd Simons2009-05-181-0/+48
* remove useless includeGuillaume Desmottes2009-04-291-1/+0
* call-handler: get the contact from the TpCall if it has not been defined duri...Guillaume Desmottes2009-04-291-0/+13
* call-handler: contact and tp-call properties are construct onlyGuillaume Desmottes2009-04-291-2/+2
* Port EmpathyCallHandler to new APIXavier Claessens2009-04-221-30/+20
* Do not assert if the CM does not support RequestableChannelClassesXavier Claessens2009-03-201-2/+2
* Forward resource requestsSjoerd Simons2009-03-091-1/+17
* Hardcode some a default codec preferencesSjoerd Simons2009-03-041-0/+52
* Let the UI call the handler for bus messagesSjoerd Simons2009-03-041-35/+5
* Wait for handle instead of id before request a channelSjoerd Simons2009-02-171-1/+1
* Signal closed from the call-handlerSjoerd Simons2009-02-171-0/+17
* Cleanup for GObject related functions in EmpathyCallFactory and EmpathyCallHa...Cosimo Cecchi2009-02-051-59/+49
* Also unref the tf channelSjoerd Simons2009-02-031-1/+7
* Remove dead codeSjoerd Simons2009-02-031-2/+0
* Close ongoing calls at dispose timeSjoerd Simons2009-02-031-2/+4
* Add ability to start a call for an incoming channelSjoerd Simons2009-02-031-14/+34
* Move the TpFarsight code from TpCall to CallHandlerSjoerd Simons2009-02-031-19/+300
* Add Stub call factor and call handler objectsSjoerd Simons2009-02-031-0/+115