]> git.0d.be Git - empathy.git/log
empathy.git
16 years agoFix some warnings when getting properties
Xavier Claessens [Tue, 11 Mar 2008 12:23:03 +0000 (12:23 +0000)]
Fix some warnings when getting properties

svn path=/trunk/; revision=770

16 years agoAdd back "tp-chan" property, still used to inspect the channel handle.
Xavier Claessens [Tue, 11 Mar 2008 12:23:02 +0000 (12:23 +0000)]
Add back "tp-chan" property, still used to inspect the channel handle.

svn path=/trunk/; revision=769

16 years agoContinue property stuff
Xavier Claessens [Tue, 11 Mar 2008 12:23:00 +0000 (12:23 +0000)]
Continue property stuff

svn path=/trunk/; revision=768

16 years agoDo not close the channel if the channel is invalidated
Xavier Claessens [Tue, 11 Mar 2008 12:22:58 +0000 (12:22 +0000)]
Do not close the channel if the channel is invalidated

svn path=/trunk/; revision=767

16 years agoPrepare a new API for chat properties
Xavier Claessens [Tue, 11 Mar 2008 12:22:57 +0000 (12:22 +0000)]
Prepare a new API for chat properties

svn path=/trunk/; revision=766

16 years agoFix coding style
Xavier Claessens [Tue, 11 Mar 2008 12:22:55 +0000 (12:22 +0000)]
Fix coding style

svn path=/trunk/; revision=765

16 years agoRemove unused priv->factory
Xavier Claessens [Tue, 11 Mar 2008 12:22:54 +0000 (12:22 +0000)]
Remove unused priv->factory

svn path=/trunk/; revision=764

16 years agoQueue received messages until the sender got his alias.
Xavier Claessens [Tue, 11 Mar 2008 12:22:52 +0000 (12:22 +0000)]
Queue received messages until the sender got his alias.

svn path=/trunk/; revision=763

16 years agoRefactor EmpathyTpChat to use tp-glib client code
Xavier Claessens [Tue, 11 Mar 2008 12:22:50 +0000 (12:22 +0000)]
Refactor EmpathyTpChat to use tp-glib client code

svn path=/trunk/; revision=762

16 years agoDon't wait for connection-ready if it was already ready.
Xavier Claessens [Tue, 11 Mar 2008 12:22:48 +0000 (12:22 +0000)]
Don't wait for connection-ready if it was already ready.

svn path=/trunk/; revision=761

16 years agoImprove a bit the test and fix empathy_contact_run_until, data.ready was not set.
Xavier Claessens [Tue, 11 Mar 2008 12:22:47 +0000 (12:22 +0000)]
Improve a bit the test and fix empathy_contact_run_until, data.ready was not set.

svn path=/trunk/; revision=760

16 years agoMinimal version of contact-run-until-ready test
Xavier Claessens [Tue, 11 Mar 2008 12:22:44 +0000 (12:22 +0000)]
Minimal version of contact-run-until-ready test

svn path=/trunk/; revision=759

16 years agoAdd a test for empathy_contact_run_until_ready
Xavier Claessens [Tue, 11 Mar 2008 12:22:43 +0000 (12:22 +0000)]
Add a test for empathy_contact_run_until_ready

svn path=/trunk/; revision=758

16 years agoRemove useless empathy_contact_run_until_ready and use tp_strdiff instead of strcmp
Xavier Claessens [Tue, 11 Mar 2008 12:22:41 +0000 (12:22 +0000)]
Remove useless empathy_contact_run_until_ready and use tp_strdiff instead of strcmp

svn path=/trunk/; revision=757

16 years agoSimplify !(a==b) to a!=b
Xavier Claessens [Tue, 11 Mar 2008 12:22:40 +0000 (12:22 +0000)]
Simplify !(a==b) to a!=b

svn path=/trunk/; revision=756

16 years agoMake sure we don't expect contact id and handle to be directly ready. Add some _run_u...
Xavier Claessens [Tue, 11 Mar 2008 12:22:37 +0000 (12:22 +0000)]
Make sure we don't expect contact id and handle to be directly ready. Add some _run_until_ready.

svn path=/trunk/; revision=755

16 years agoSimplify tp_group_get_contact.
Xavier Claessens [Tue, 11 Mar 2008 12:22:32 +0000 (12:22 +0000)]
Simplify tp_group_get_contact.

svn path=/trunk/; revision=754

16 years agoAdd debug messages in _run_until_ready
Xavier Claessens [Tue, 11 Mar 2008 12:22:31 +0000 (12:22 +0000)]
Add debug messages in _run_until_ready

svn path=/trunk/; revision=753

16 years agoKeep EmpathyContact object instead of the self handle, avoid using the connection...
Xavier Claessens [Tue, 11 Mar 2008 12:22:29 +0000 (12:22 +0000)]
Keep EmpathyContact object instead of the self handle, avoid using the connection when not ready and request contact info when the connection gets ready.

svn path=/trunk/; revision=752

16 years agoFix droping a contact to the chat window.
Xavier Claessens [Tue, 11 Mar 2008 12:22:27 +0000 (12:22 +0000)]
Fix droping a contact to the chat window.

svn path=/trunk/; revision=751

16 years agosimplify empathy_call_with_contact_id using empathy_contact_run_until_ready
Xavier Claessens [Tue, 11 Mar 2008 12:22:25 +0000 (12:22 +0000)]
simplify empathy_call_with_contact_id using empathy_contact_run_until_ready

svn path=/trunk/; revision=750

16 years agoAdd empathy_contact_run_until_ready()
Xavier Claessens [Tue, 11 Mar 2008 12:22:24 +0000 (12:22 +0000)]
Add empathy_contact_run_until_ready()

svn path=/trunk/; revision=749

16 years agoReady property on EmpathyContact is not a boolean but flags for each property.
Xavier Claessens [Tue, 11 Mar 2008 12:22:22 +0000 (12:22 +0000)]
Ready property on EmpathyContact is not a boolean but flags for each property.

svn path=/trunk/; revision=748

16 years agoAdd a ready property on EmpathyContact and make use of tp_strdiff.
Xavier Claessens [Tue, 11 Mar 2008 12:22:21 +0000 (12:22 +0000)]
Add a ready property on EmpathyContact and make use of tp_strdiff.

svn path=/trunk/; revision=747

16 years agoLazy init of contact hash.
Xavier Claessens [Tue, 11 Mar 2008 12:22:19 +0000 (12:22 +0000)]
Lazy init of contact hash.

svn path=/trunk/; revision=746

16 years agoIf we set contact's id and name is still empty, emit notify::name.
Xavier Claessens [Tue, 11 Mar 2008 12:22:17 +0000 (12:22 +0000)]
If we set contact's id and name is still empty, emit notify::name.

svn path=/trunk/; revision=745

16 years agoMake InspectHandles call async
Xavier Claessens [Tue, 11 Mar 2008 12:22:15 +0000 (12:22 +0000)]
Make InspectHandles call async

svn path=/trunk/; revision=744

16 years agoSet self handle to 0 when connection is invalidated
Xavier Claessens [Tue, 11 Mar 2008 12:22:14 +0000 (12:22 +0000)]
Set self handle to 0 when connection is invalidated

svn path=/trunk/; revision=743

16 years agoUse new api
Xavier Claessens [Tue, 11 Mar 2008 12:22:11 +0000 (12:22 +0000)]
Use new api

svn path=/trunk/; revision=742

16 years agoFix compilation and usage of GError
Xavier Claessens [Tue, 11 Mar 2008 09:27:40 +0000 (09:27 +0000)]
Fix compilation and usage of GError

svn path=/trunk/; revision=741

16 years agoFix build of extensions: s/>>/>/ for signals rule.
Xavier Claessens [Tue, 11 Mar 2008 09:27:37 +0000 (09:27 +0000)]
Fix build of extensions: s/>>/>/ for signals rule.

svn path=/trunk/; revision=740

16 years agoFix leaks
Xavier Claessens [Tue, 11 Mar 2008 09:27:36 +0000 (09:27 +0000)]
Fix leaks

svn path=/trunk/; revision=739

16 years agoAvoid dup the url string if not needed.
Xavier Claessens [Tue, 11 Mar 2008 09:27:34 +0000 (09:27 +0000)]
Avoid dup the url string if not needed.

svn path=/trunk/; revision=738

16 years agoDrop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecchi).
Xavier Claessens [Tue, 11 Mar 2008 09:27:31 +0000 (09:27 +0000)]
Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecchi).

svn path=/trunk/; revision=737

16 years agoFix a leak and simplify account_chooser_set_account_foreach.
Xavier Claessens [Tue, 11 Mar 2008 08:50:02 +0000 (08:50 +0000)]
Fix a leak and simplify account_chooser_set_account_foreach.

svn path=/trunk/; revision=736

16 years agoBy default display all the favorite rooms in the favorite room dialog. Fixes bug...
Xavier Claessens [Tue, 11 Mar 2008 08:49:59 +0000 (08:49 +0000)]
By default display all the favorite rooms in the favorite room dialog. Fixes bug #521554 (Marco Barisione).

svn path=/trunk/; revision=735

16 years agoNever show avatars in compact mode. Fixes #475789 (Marco Barisione).
Xavier Claessens [Tue, 11 Mar 2008 08:33:57 +0000 (08:33 +0000)]
Never show avatars in compact mode. Fixes #475789 (Marco Barisione).

svn path=/trunk/; revision=734

16 years agoFix indentation
Xavier Claessens [Tue, 11 Mar 2008 08:29:07 +0000 (08:29 +0000)]
Fix indentation

svn path=/trunk/; revision=733

16 years agoMerge commit 'bari/disable-avatars-opt-if-compact'
Xavier Claessens [Tue, 11 Mar 2008 08:29:04 +0000 (08:29 +0000)]
Merge commit 'bari/disable-avatars-opt-if-compact'

svn path=/trunk/; revision=732

16 years agoDo not use a global variable but a field in the call. Use a boolean since we don...
Xavier Claessens [Tue, 11 Mar 2008 08:19:59 +0000 (08:19 +0000)]
Do not use a global variable but a field in the call. Use a boolean since we don't need the owner name.

svn path=/trunk/; revision=731

16 years agoFix: do not close the call channel if stream-engine is not yet started (Alban Crequy)
Xavier Claessens [Tue, 11 Mar 2008 08:19:53 +0000 (08:19 +0000)]
Fix: do not close the call channel if stream-engine is not yet started (Alban Crequy)

svn path=/trunk/; revision=730

16 years agoUpdated Basque translation ( Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>).
Iñaki Larrañaga Murgoitio [Mon, 10 Mar 2008 11:01:13 +0000 (11:01 +0000)]
Updated Basque translation ( Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>).

svn path=/trunk/; revision=729

16 years agoUpdated Spanish translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Mon, 10 Mar 2008 10:28:20 +0000 (10:28 +0000)]
Updated Spanish translation (Jorge Gonzalez)

svn path=/trunk/; revision=728

16 years agoRemoved some tasks from TODO
Xavier Claessens [Mon, 10 Mar 2008 09:45:29 +0000 (09:45 +0000)]
Removed some tasks from TODO

svn path=/trunk/; revision=725

16 years agoBump revision version of ABI
Xavier Claessens [Sun, 9 Mar 2008 17:18:27 +0000 (17:18 +0000)]
Bump revision version of ABI

svn path=/trunk/; revision=724

16 years agoUpdate NEWS
Xavier Claessens [Sun, 9 Mar 2008 14:56:08 +0000 (14:56 +0000)]
Update NEWS

svn path=/trunk/; revision=723

16 years agoRemove commit log that has nothing to do there.
Xavier Claessens [Sun, 9 Mar 2008 14:56:06 +0000 (14:56 +0000)]
Remove commit log that has nothing to do there.

svn path=/trunk/; revision=722

16 years agoRemove useless header
Xavier Claessens [Sun, 9 Mar 2008 14:40:38 +0000 (14:40 +0000)]
Remove useless header

svn path=/trunk/; revision=721

16 years agoUpdatre python binding
Xavier Claessens [Sun, 9 Mar 2008 14:30:15 +0000 (14:30 +0000)]
Updatre python binding

svn path=/trunk/; revision=720

16 years agoUpdate API documentation
Xavier Claessens [Sun, 9 Mar 2008 14:30:14 +0000 (14:30 +0000)]
Update API documentation

svn path=/trunk/; revision=719

16 years agoAdd missing file in POTFILES.in
Xavier Claessens [Sun, 9 Mar 2008 14:30:11 +0000 (14:30 +0000)]
Add missing file in POTFILES.in

svn path=/trunk/; revision=718

16 years agoUpdated Finnish translation
Ilkka Tuohela [Sun, 9 Mar 2008 05:47:43 +0000 (05:47 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=717

16 years agoBump version, forgot to do that after previous release
Xavier Claessens [Sat, 8 Mar 2008 20:48:23 +0000 (20:48 +0000)]
Bump version, forgot to do that after previous release

svn path=/trunk/; revision=716

16 years agoReset block event time to 1sec, messages are not blocked anymore
Xavier Claessens [Sat, 8 Mar 2008 20:36:44 +0000 (20:36 +0000)]
Reset block event time to 1sec, messages are not blocked anymore

svn path=/trunk/; revision=715

16 years agoDo not queue messages in EmpathyChat as there are queued in EmpathyTpChat now.
Xavier Claessens [Sat, 8 Mar 2008 20:36:43 +0000 (20:36 +0000)]
Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now.

svn path=/trunk/; revision=714

16 years agoQueue received messages until the sender got his alias.
Xavier Claessens [Sat, 8 Mar 2008 20:36:41 +0000 (20:36 +0000)]
Queue received messages until the sender got his alias.

svn path=/trunk/; revision=713

16 years agoReorder functions to avoid having to declare them in the begining
Xavier Claessens [Sat, 8 Mar 2008 20:36:38 +0000 (20:36 +0000)]
Reorder functions to avoid having to declare them in the begining

svn path=/trunk/; revision=712

16 years agoDo not run multiple instances of empathy. Fixes bug #501805 (Marco Barisione).
Xavier Claessens [Sat, 8 Mar 2008 16:18:53 +0000 (16:18 +0000)]
Do not run multiple instances of empathy. Fixes bug #501805 (Marco Barisione).

svn path=/trunk/; revision=711

16 years agoReduce block events time, this is still a ugly hack but better fix is too dangerous...
Xavier Claessens [Sat, 8 Mar 2008 15:57:33 +0000 (15:57 +0000)]
Reduce block events time, this is still a ugly hack but better fix is too dangerous to merge 2 days before GNOME 2.22.0

svn path=/trunk/; revision=710

16 years agoIf the main window already exists show it using empathy_window_present() instead...
Xavier Claessens [Sat, 8 Mar 2008 15:57:31 +0000 (15:57 +0000)]
If the main window already exists show it using empathy_window_present() instead of gtk_window_present(). Fixes bug #521051 (Marco Barisione).

svn path=/trunk/; revision=709

16 years agoAllow underscores in URLs. Fixes bug #505616 (Marco Barisione).
Xavier Claessens [Sat, 8 Mar 2008 14:59:04 +0000 (14:59 +0000)]
Allow underscores in URLs. Fixes bug #505616 (Marco Barisione).

svn path=/trunk/; revision=708

16 years agoMove the "Close" button after the other ones in the favourite rooms dialog. Fixes...
Xavier Claessens [Sat, 8 Mar 2008 14:59:02 +0000 (14:59 +0000)]
Move the "Close" button after the other ones in the favourite rooms dialog. Fixes bug #520788 (Marco Barisione).

svn path=/trunk/; revision=707

16 years agoAdd an advanced expander in the generic setting widget. Fixes bug #466521 (Marco...
Xavier Claessens [Sat, 8 Mar 2008 14:59:00 +0000 (14:59 +0000)]
Add an advanced expander in the generic setting widget. Fixes bug #466521 (Marco Barisione).

svn path=/trunk/; revision=706

16 years agoRemember correctly the window position and size when using tabs in the chat window...
Xavier Claessens [Sat, 8 Mar 2008 14:58:58 +0000 (14:58 +0000)]
Remember correctly the window position and size when using tabs in the chat window. Fixes bug #479534 (Marco Barisione).

svn path=/trunk/; revision=705

16 years agoUpdated en_GB translation (Philip Withnall).
Philip Withnall [Sat, 8 Mar 2008 10:19:52 +0000 (10:19 +0000)]
Updated en_GB translation (Philip Withnall).

svn path=/trunk/; revision=704

16 years agoUpdated sv translation (Daniel Nylander).
Daniel Nylander [Fri, 7 Mar 2008 19:40:49 +0000 (19:40 +0000)]
Updated sv translation (Daniel Nylander).

svn path=/trunk/; revision=703

16 years ago=== DO NOT EDIT ===
Stéphane Raimbault [Wed, 5 Mar 2008 20:37:27 +0000 (20:37 +0000)]
=== DO NOT EDIT ===

svn path=/trunk/; revision=702

16 years agoReplace g_signal_emit_by_name by g_signal_emit (Alban Crequy).
Xavier Claessens [Wed, 5 Mar 2008 10:55:55 +0000 (10:55 +0000)]
Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy).

svn path=/trunk/; revision=701

16 years agoFix call when then stream is created with a 'Bidirectional' direction (Alban Crequy).
Xavier Claessens [Wed, 5 Mar 2008 10:55:53 +0000 (10:55 +0000)]
Fix call when then stream is created with a 'Bidirectional' direction (Alban Crequy).

svn path=/trunk/; revision=700

16 years agoRemove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilities
Xavier Claessens [Wed, 5 Mar 2008 10:31:12 +0000 (10:31 +0000)]
Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilities

svn path=/trunk/; revision=699

16 years agoUpdated it translation (Milo Casagrande)
Luca Ferretti [Wed, 5 Mar 2008 08:10:36 +0000 (08:10 +0000)]
Updated it translation (Milo Casagrande)

svn path=/trunk/; revision=698

16 years agoUpdated Spanish translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Tue, 4 Mar 2008 18:01:01 +0000 (18:01 +0000)]
Updated Spanish translation (Jorge Gonzalez)

svn path=/trunk/; revision=697

16 years agoAdd an action to the release script
Xavier Claessens [Tue, 4 Mar 2008 09:41:33 +0000 (09:41 +0000)]
Add an action to the release script

svn path=/trunk/; revision=696

16 years agoAdd an entry for latest commit in NEWS
Xavier Claessens [Mon, 3 Mar 2008 17:00:37 +0000 (17:00 +0000)]
Add an entry for latest commit in NEWS

svn path=/trunk/; revision=694

16 years agoDon't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.
Xavier Claessens [Mon, 3 Mar 2008 17:00:33 +0000 (17:00 +0000)]
Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.

svn path=/trunk/; revision=693

16 years agoUpdated eu translation <dooteo@euskalgnu.org>
Iñaki Larrañaga Murgoitio [Mon, 3 Mar 2008 09:50:52 +0000 (09:50 +0000)]
Updated eu translation <dooteo@euskalgnu.org>

svn path=/trunk/; revision=692

16 years agoAdd xml files for unit tests to the release tarball
Xavier Claessens [Sun, 2 Mar 2008 22:20:43 +0000 (22:20 +0000)]
Add xml files for unit tests to the release tarball

svn path=/trunk/; revision=691

16 years agoInstall missing glade files and add them in POTFILES
Xavier Claessens [Sun, 2 Mar 2008 22:20:41 +0000 (22:20 +0000)]
Install missing glade files and add them in POTFILES

svn path=/trunk/; revision=690

16 years agoAdd missing files to POTFILE
Xavier Claessens [Sun, 2 Mar 2008 18:53:14 +0000 (18:53 +0000)]
Add missing files to POTFILE

svn path=/trunk/; revision=689

16 years agoUpdate collabora copyright to 2008
Xavier Claessens [Sun, 2 Mar 2008 18:45:26 +0000 (18:45 +0000)]
Update collabora copyright to 2008

svn path=/trunk/; revision=688

16 years agoPrepare for release
Xavier Claessens [Sun, 2 Mar 2008 18:45:16 +0000 (18:45 +0000)]
Prepare for release

svn path=/trunk/; revision=687

16 years agoFix crash: g_object_new()'s last argument must be NULL (Alban Crequy).
Xavier Claessens [Sun, 2 Mar 2008 06:57:19 +0000 (06:57 +0000)]
Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).

svn path=/trunk/; revision=686

16 years agoMinor fix in pt_BR translation (Og Maciel).
Leonardo Ferreira Fontenelle [Sun, 2 Mar 2008 02:38:16 +0000 (02:38 +0000)]
Minor fix in pt_BR translation (Og Maciel).

svn path=/trunk/; revision=685

16 years agoUpdated pt_BR translation (Og Maciel).
Leonardo Ferreira Fontenelle [Sat, 1 Mar 2008 23:08:14 +0000 (23:08 +0000)]
Updated pt_BR translation (Og Maciel).

svn path=/trunk/; revision=684

16 years agoUpdated sv translation(Daniel Nylander)
Daniel Nylander [Sat, 1 Mar 2008 23:05:21 +0000 (23:05 +0000)]
Updated sv translation(Daniel Nylander)

svn path=/trunk/; revision=683

16 years agoAdd missing include of tp-conn.h
Xavier Claessens [Sat, 1 Mar 2008 19:31:57 +0000 (19:31 +0000)]
Add missing include of tp-conn.h

svn path=/trunk/; revision=682

16 years agoUpdated Spanish translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Fri, 29 Feb 2008 11:48:58 +0000 (11:48 +0000)]
Updated Spanish translation (Jorge Gonzalez)

svn path=/trunk/; revision=681

16 years agoAdded Hebrew translation
Yair Hershkovitz [Thu, 28 Feb 2008 23:28:08 +0000 (23:28 +0000)]
Added Hebrew translation

svn path=/trunk/; revision=680

16 years agoUpdated pt_BR translation (Og Maciel).
Leonardo Ferreira Fontenelle [Thu, 28 Feb 2008 02:08:31 +0000 (02:08 +0000)]
Updated pt_BR translation (Og Maciel).

svn path=/trunk/; revision=679

16 years agoUpdated Arabic Translation by Abou Manal.
Djihed Afifi [Wed, 27 Feb 2008 14:37:58 +0000 (14:37 +0000)]
Updated Arabic Translation by Abou Manal.

svn path=/trunk/; revision=678

16 years agoUpdated eu translation (Inaki Larranaga Murgoitio
Iñaki Larrañaga Murgoitio [Wed, 27 Feb 2008 12:00:54 +0000 (12:00 +0000)]
Updated eu translation (Inaki Larranaga Murgoitio
<dooteo@euskalgnu.org>)

svn path=/trunk/; revision=677

16 years agoAdd filter for incoming calls so the status icon blink instead of popup directly...
Xavier Claessens [Wed, 27 Feb 2008 11:33:14 +0000 (11:33 +0000)]
Add filter for incoming calls so the status icon blink instead of popup directly the call window.

svn path=/trunk/; revision=676

16 years agoconfigure.ac: Add -Wno-portability to AM_INIT_AUTOMAKE to suppress automake >= 1...
Xavier Claessens [Tue, 26 Feb 2008 14:32:48 +0000 (14:32 +0000)]
configure.ac: Add -Wno-portability to AM_INIT_AUTOMAKE to suppress automake >= 1.10 warnings

svn path=/trunk/; revision=675

16 years agolibempathy-gtk/libempathy-gtk.pc.in: fix name of the library
Xavier Claessens [Tue, 26 Feb 2008 14:32:47 +0000 (14:32 +0000)]
libempathy-gtk/libempathy-gtk.pc.in: fix name of the library

svn path=/trunk/; revision=674

16 years agoRemove useless commit messages
Xavier Claessens [Tue, 26 Feb 2008 13:36:00 +0000 (13:36 +0000)]
Remove useless commit messages

svn path=/trunk/; revision=673

16 years agoCancel name owner watch when the call is finalized
Xavier Claessens [Tue, 26 Feb 2008 13:31:28 +0000 (13:31 +0000)]
Cancel name owner watch when the call is finalized

svn path=/trunk/; revision=672

16 years agoWatch name owner changes to know when s-e falls off the bus.
Xavier Claessens [Tue, 26 Feb 2008 13:31:27 +0000 (13:31 +0000)]
Watch name owner changes to know when s-e falls off the bus.

svn path=/trunk/; revision=671

16 years agoAvoid calling Close() on the media channel if it's already closed.
Xavier Claessens [Tue, 26 Feb 2008 13:31:26 +0000 (13:31 +0000)]
Avoid calling Close() on the media channel if it's already closed.

svn path=/trunk/; revision=670

16 years agoClose the channel if se proxy is invalidated and do not change status to closed if...
Xavier Claessens [Tue, 26 Feb 2008 13:31:25 +0000 (13:31 +0000)]
Close the channel if se proxy is invalidated and do not change status to closed if a se call fails

svn path=/trunk/; revision=669

16 years agoChange status to closed if stream engine dies or if a call fails.
Xavier Claessens [Tue, 26 Feb 2008 13:31:23 +0000 (13:31 +0000)]
Change status to closed if stream engine dies or if a call fails.

svn path=/trunk/; revision=668