| Commit message (Expand) | Author | Age | Files | Lines |
* | Added empathy_init function to call emp_cli_init in main. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+0 |
* | On incoming calls don't request a new audio stream. This makes streams collid... | Xavier Claessens | 2008-08-02 | 1 | -3/+0 |
* | Add g_return_val_if_fail (Alban Crequy) | Xavier Claessens | 2008-06-13 | 1 | -0/+2 |
* | Do not include _gen/ files (Alban Crequy) | Xavier Claessens | 2008-06-13 | 1 | -1/+1 |
* | Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy) | Xavier Claessens | 2008-06-13 | 1 | -9/+9 |
* | Do not show the keypad when the media channel does not have the DTMF interfac... | Xavier Claessens | 2008-06-13 | 1 | -0/+10 |
* | Ref the call object when emiting notify signals because signal handles could ... | Xavier Claessens | 2008-05-09 | 1 | -2/+7 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -11/+9 |
* | Do not request video stream until the user click on the 'send video' box. | Xavier Claessens | 2008-05-02 | 1 | -11/+4 |
* | Keypad is unsensitive if the call is not ACCEPTED | Xavier Claessens | 2008-05-02 | 1 | -2/+2 |
* | Implement DTMF. | Xavier Claessens | 2008-05-02 | 1 | -2/+34 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -40/+29 |
* | Partly fix INCOMING calls | Xavier Claessens | 2008-04-21 | 1 | -24/+9 |
* | Fix OUTGOING calls | Xavier Claessens | 2008-04-21 | 1 | -27/+50 |
* | Add/Remove preview window can be done at anytime, the call don't have to be r... | Xavier Claessens | 2008-04-16 | 1 | -2/+0 |
* | Add collabora in copyright and myself in authors since I did lots of changes ... | Xavier Claessens | 2008-04-15 | 1 | -13/+16 |
* | Request audio and video streams if capabilities are unknown. | Xavier Claessens | 2008-04-15 | 1 | -17/+8 |
* | Fix some warnings | Xavier Claessens | 2008-04-11 | 1 | -2/+2 |
* | TpChannel is not a DBusGProxy | Xavier Claessens | 2008-04-11 | 1 | -5/+4 |
* | Do not take McAccount as construct param, it can be found from the TpChannel | Xavier Claessens | 2008-04-11 | 1 | -63/+21 |
* | Port to tp-glib API and cleanup the code | Xavier Claessens | 2008-04-11 | 1 | -386/+249 |
* | Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766. | Xavier Claessens | 2008-03-26 | 1 | -9/+9 |
* | Disconnect invalidated signal from stream-engine when media channel is closed... | Xavier Claessens | 2008-03-23 | 1 | -12/+20 |
* | Fix some coding style | Xavier Claessens | 2008-03-23 | 1 | -14/+14 |
* | Remove useless libtelepathy headers | Xavier Claessens | 2008-03-11 | 1 | -1/+0 |
* | Make sure we don't expect contact id and handle to be directly ready. Add som... | Xavier Claessens | 2008-03-11 | 1 | -19/+8 |
* | 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 |