index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy
/
empathy-tp-call.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused functions
Olivier CrĂȘte
2009-02-12
1
-78
/
+0
*
Remove some dead code
Sjoerd Simons
2009-02-03
1
-17
/
+0
*
Request only audio in the initial request
Sjoerd Simons
2009-02-03
1
-2
/
+1
*
Don't double-free the EmpathyTpCallStreams
Sjoerd Simons
2009-02-03
1
-3
/
+0
*
Move the TpFarsight code from TpCall to CallHandler
Sjoerd Simons
2009-02-03
1
-140
/
+1
*
Initial port from telepathy-stream-engine to telepathy-farsight
Sjoerd Simons
2009-02-03
1
-133
/
+165
*
Renamed G_STR_EMPTY to EMP_STR_EMPTY.
xclaesse
2009-01-23
1
-3
/
+3
*
Do not unref the channel when closing it, wait for the invalidated signal.
xclaesse
2009-01-15
1
-24
/
+12
*
Remove usage of EmpathyTpGroup from EmpathyTpCall.
xclaesse
2009-01-13
1
-37
/
+69
*
Don't unref the TpGroup twice
xclaesse
2009-01-10
1
-1
/
+0
*
Don't close channels as a side-effect of disposing wrapper objects
xclaesse
2009-01-10
1
-2
/
+11
*
Add a function to explicitly set the remote candidate on outgoing calls inste...
xclaesse
2009-01-10
1
-23
/
+11
*
Add a function to explicitly close EmpathyTpCall
xclaesse
2009-01-10
1
-4
/
+15
*
Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)
xclaesse
2008-11-22
1
-2
/
+0
*
On incoming calls don't request a new audio stream. This makes streams collid...
xclaesse
2008-08-02
1
-3
/
+0
*
Add g_return_val_if_fail (Alban Crequy)
xclaesse
2008-06-13
1
-0
/
+2
*
Do not include _gen/ files (Alban Crequy)
xclaesse
2008-06-13
1
-1
/
+1
*
Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)
xclaesse
2008-06-13
1
-9
/
+9
*
Do not show the keypad when the media channel does not have the DTMF interfac...
xclaesse
2008-06-13
1
-0
/
+10
*
Ref the call object when emiting notify signals because signal handles could ...
xclaesse
2008-05-09
1
-2
/
+7
*
Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...
xclaesse
2008-05-06
1
-11
/
+9
*
Do not request video stream until the user click on the 'send video' box.
xclaesse
2008-05-02
1
-11
/
+4
*
Keypad is unsensitive if the call is not ACCEPTED
xclaesse
2008-05-02
1
-2
/
+2
*
Implement DTMF.
xclaesse
2008-05-02
1
-2
/
+34
*
Make use of tp-glib debug system.
xclaesse
2008-05-01
1
-40
/
+29
*
Partly fix INCOMING calls
xclaesse
2008-04-21
1
-24
/
+9
*
Fix OUTGOING calls
xclaesse
2008-04-21
1
-27
/
+50
*
Add/Remove preview window can be done at anytime, the call don't have to be r...
xclaesse
2008-04-16
1
-2
/
+0
*
Add collabora in copyright and myself in authors since I did lots of changes ...
xclaesse
2008-04-15
1
-13
/
+16
*
Request audio and video streams if capabilities are unknown.
xclaesse
2008-04-15
1
-17
/
+8
*
Fix some warnings
xclaesse
2008-04-11
1
-2
/
+2
*
TpChannel is not a DBusGProxy
xclaesse
2008-04-11
1
-5
/
+4
*
Do not take McAccount as construct param, it can be found from the TpChannel
xclaesse
2008-04-11
1
-63
/
+21
*
Port to tp-glib API and cleanup the code
xclaesse
2008-04-11
1
-386
/
+249
*
Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766.
xclaesse
2008-03-26
1
-9
/
+9
*
Disconnect invalidated signal from stream-engine when media channel is closed...
xclaesse
2008-03-23
1
-12
/
+20
*
Fix some coding style
xclaesse
2008-03-23
1
-14
/
+14
*
Remove useless libtelepathy headers
xclaesse
2008-03-11
1
-1
/
+0
*
Make sure we don't expect contact id and handle to be directly ready. Add som...
xclaesse
2008-03-11
1
-19
/
+8
*
Do not use a global variable but a field in the call. Use a boolean since we ...
xclaesse
2008-03-11
1
-9
/
+9
*
Fix: do not close the call channel if stream-engine is not yet started (Alban...
xclaesse
2008-03-11
1
-1
/
+13
*
Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy).
xclaesse
2008-03-05
1
-8
/
+8
*
Fix call when then stream is created with a 'Bidirectional' direction (Alban ...
xclaesse
2008-03-05
1
-0
/
+13
*
Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).
xclaesse
2008-03-02
1
-1
/
+2
*
Cancel name owner watch when the call is finalized
xclaesse
2008-02-26
1
-0
/
+7
*
Watch name owner changes to know when s-e falls off the bus.
xclaesse
2008-02-26
1
-1
/
+24
*
Avoid calling Close() on the media channel if it's already closed.
xclaesse
2008-02-26
1
-0
/
+5
*
Close the channel if se proxy is invalidated and do not change status to clos...
xclaesse
2008-02-26
1
-8
/
+1
*
Change status to closed if stream engine dies or if a call fails.
xclaesse
2008-02-26
1
-1
/
+24
*
unref stream-engine proxy when TpCall is finalized
xclaesse
2008-02-26
1
-2
/
+3
*
It's now safe to call emp_cli_init multiple times. Move that call to empathy_...
xclaesse
2008-02-26
1
-0
/
+2
*
Make use of generated code for using stream engine.
xclaesse
2008-02-26
1
-95
/
+70
*
Cleanup code from previous merge
xclaesse
2008-02-16
1
-8
/
+10
*
If the capabilities of a contact are still unknown, wait untill they're retri...
Sjoerd Simons
2008-02-16
1
-1
/
+23
*
empathy-tp-call: _ref the connection, channel and contact properties if set. ...
Sjoerd Simons
2008-02-16
1
-5
/
+14
*
If there is an error when listing streams, return for the func to avoid crash...
xclaesse
2008-02-15
1
-0
/
+1
*
Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.
xclaesse
2008-02-15
1
-508
/
+774
*
Conflicts:
xclaesse
2007-12-03
1
-1
/
+1
*
2007-10-03 Marco Barisione <marco@barisione.org>
mbari
2007-10-04
1
-1
/
+1
*
2007-09-29 Xavier Claessens <xclaesse@gmail.com>
xclaesse
2007-09-29
1
-0
/
+655