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
*
Do not use a global variable but a field in the call. Use a boolean since we ...
Xavier Claessens
2008-03-11
1
-9
/
+9
*
Fix: do not close the call channel if stream-engine is not yet started (Alban...
Xavier Claessens
2008-03-11
1
-1
/
+13
*
Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy).
Xavier Claessens
2008-03-05
1
-8
/
+8
*
Fix call when then stream is created with a 'Bidirectional' direction (Alban ...
Xavier Claessens
2008-03-05
1
-0
/
+13
*
Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).
Xavier Claessens
2008-03-02
1
-1
/
+2
*
Cancel name owner watch when the call is finalized
Xavier Claessens
2008-02-26
1
-0
/
+7
*
Watch name owner changes to know when s-e falls off the bus.
Xavier Claessens
2008-02-26
1
-1
/
+24
*
Avoid calling Close() on the media channel if it's already closed.
Xavier Claessens
2008-02-26
1
-0
/
+5
*
Close the channel if se proxy is invalidated and do not change status to clos...
Xavier Claessens
2008-02-26
1
-8
/
+1
*
Change status to closed if stream engine dies or if a call fails.
Xavier Claessens
2008-02-26
1
-1
/
+24
*
unref stream-engine proxy when TpCall is finalized
Xavier Claessens
2008-02-26
1
-2
/
+3
*
It's now safe to call emp_cli_init multiple times. Move that call to empathy_...
Xavier Claessens
2008-02-26
1
-0
/
+2
*
Make use of generated code for using stream engine.
Xavier Claessens
2008-02-26
1
-95
/
+70
*
Cleanup code from previous merge
Xavier Claessens
2008-02-16
1
-8
/
+10
*
Merge commit 'sjoerd/master'
Xavier Claessens
2008-02-16
1
-1
/
+23
*
Merge commit 'sjoerd/master'
Xavier Claessens
2008-02-16
1
-5
/
+14
*
If there is an error when listing streams, return for the func to avoid crash...
Xavier Claessens
2008-02-15
1
-0
/
+1
*
Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.
Xavier Claessens
2008-02-15
1
-508
/
+774
*
Conflicts:
Xavier Claessens
2007-12-03
1
-1
/
+1
*
Initialize every GError to NULL. Fixes bug #482889.
Marco Barisione
2007-10-04
1
-1
/
+1
*
Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier
Xavier Claessens
2007-09-29
1
-0
/
+655