aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.c
Commit message (Expand)AuthorAgeFilesLines
* Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)xclaesse2008-11-221-2/+0
* On incoming calls don't request a new audio stream. This makes streams collid...xclaesse2008-08-021-3/+0
* Add g_return_val_if_fail (Alban Crequy)xclaesse2008-06-131-0/+2
* Do not include _gen/ files (Alban Crequy)xclaesse2008-06-131-1/+1
* Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)xclaesse2008-06-131-9/+9
* Do not show the keypad when the media channel does not have the DTMF interfac...xclaesse2008-06-131-0/+10
* Ref the call object when emiting notify signals because signal handles could ...xclaesse2008-05-091-2/+7
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...xclaesse2008-05-061-11/+9
* Do not request video stream until the user click on the 'send video' box.xclaesse2008-05-021-11/+4
* Keypad is unsensitive if the call is not ACCEPTEDxclaesse2008-05-021-2/+2
* Implement DTMF.xclaesse2008-05-021-2/+34
* Make use of tp-glib debug system.xclaesse2008-05-011-40/+29
* Partly fix INCOMING callsxclaesse2008-04-211-24/+9
* Fix OUTGOING callsxclaesse2008-04-211-27/+50
* Add/Remove preview window can be done at anytime, the call don't have to be r...xclaesse2008-04-161-2/+0
* Add collabora in copyright and myself in authors since I did lots of changes ...xclaesse2008-04-151-13/+16
* Request audio and video streams if capabilities are unknown.xclaesse2008-04-151-17/+8
* Fix some warningsxclaesse2008-04-111-2/+2
* TpChannel is not a DBusGProxyxclaesse2008-04-111-5/+4
* Do not take McAccount as construct param, it can be found from the TpChannelxclaesse2008-04-111-63/+21
* Port to tp-glib API and cleanup the codexclaesse2008-04-111-386/+249
* Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766.xclaesse2008-03-261-9/+9
* Disconnect invalidated signal from stream-engine when media channel is closed...xclaesse2008-03-231-12/+20
* Fix some coding stylexclaesse2008-03-231-14/+14
* Remove useless libtelepathy headersxclaesse2008-03-111-1/+0
* Make sure we don't expect contact id and handle to be directly ready. Add som...xclaesse2008-03-111-19/+8
* Do not use a global variable but a field in the call. Use a boolean since we ...xclaesse2008-03-111-9/+9
* Fix: do not close the call channel if stream-engine is not yet started (Alban...xclaesse2008-03-111-1/+13
* Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy).xclaesse2008-03-051-8/+8
* Fix call when then stream is created with a 'Bidirectional' direction (Alban ...xclaesse2008-03-051-0/+13
* Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).xclaesse2008-03-021-1/+2
* Cancel name owner watch when the call is finalizedxclaesse2008-02-261-0/+7
* Watch name owner changes to know when s-e falls off the bus.xclaesse2008-02-261-1/+24
* Avoid calling Close() on the media channel if it's already closed.xclaesse2008-02-261-0/+5
* Close the channel if se proxy is invalidated and do not change status to clos...xclaesse2008-02-261-8/+1
* Change status to closed if stream engine dies or if a call fails.xclaesse2008-02-261-1/+24
* unref stream-engine proxy when TpCall is finalizedxclaesse2008-02-261-2/+3
* It's now safe to call emp_cli_init multiple times. Move that call to empathy_...xclaesse2008-02-261-0/+2
* Make use of generated code for using stream engine.xclaesse2008-02-261-95/+70
* Cleanup code from previous mergexclaesse2008-02-161-8/+10
* If the capabilities of a contact are still unknown, wait untill they're retri...Sjoerd Simons2008-02-161-1/+23
* empathy-tp-call: _ref the connection, channel and contact properties if set. ...Sjoerd Simons2008-02-161-5/+14
* If there is an error when listing streams, return for the func to avoid crash...xclaesse2008-02-151-0/+1
* Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.xclaesse2008-02-151-508/+774
* Conflicts:xclaesse2007-12-031-1/+1
* 2007-10-03 Marco Barisione <marco@barisione.org>mbari2007-10-041-1/+1
* 2007-09-29 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-291-0/+655