Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new tube API is now stable | Guillaume Desmottes | 2009-05-28 | 1 | -14/+13 |
| | |||||
* | Rename OfferStreamTube and AcceptStreamTube to Offer and Accept | Arnaud Maillet | 2009-05-22 | 1 | -3/+3 |
| | |||||
* | empathy-tp-tube: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | tube_is_ready: ensure than tube stays alive while we are calling the callbacks | Guillaume Desmottes | 2009-05-06 | 1 | -0/+3 |
| | |||||
* | document EmpathyTpTube object | Guillaume Desmottes | 2009-04-27 | 1 | -0/+7 |
| | |||||
* | add '%' in front of constants | Guillaume Desmottes | 2009-04-27 | 1 | -1/+1 |
| | |||||
* | document empathy-tp-tube | Guillaume Desmottes | 2009-04-27 | 1 | -1/+55 |
| | |||||
* | libempathy/empathy-tp-tube.[ch]: port to tp coding style | Guillaume Desmottes | 2009-04-24 | 1 | -35/+37 |
| | |||||
* | s/Empaty/Empathy | Guillaume Desmottes | 2009-04-24 | 1 | -3/+3 |
| | |||||
* | document empathy_tp_tube_call_when_ready | Guillaume Desmottes | 2009-04-24 | 1 | -1/+28 |
| | |||||
* | Merge branch 'master' into tp-tube | Guillaume Desmottes | 2009-04-24 | 1 | -8/+1 |
|\ | |||||
| * | Drop usage of McAccount from EmpathyTpTube | Xavier Claessens | 2009-04-22 | 1 | -8/+1 |
| | | |||||
* | | add empathy_tp_tube_call_when_ready. Fixes bug #579735 | Guillaume Desmottes | 2009-04-21 | 1 | -5/+132 |
| | | |||||
* | | tp_tube_constructor: get State property not priv->state is actually set | Guillaume Desmottes | 2009-04-21 | 1 | -0/+34 |
|/ | |||||
* | tp-tube: remove priv->parameters | Guillaume Desmottes | 2009-04-17 | 1 | -5/+0 |
| | |||||
* | tp-tube: remove priv->service | Guillaume Desmottes | 2009-04-17 | 1 | -3/+0 |
| | |||||
* | tp-tube: remove priv->initiator_contact and priv->factory as they are not used | Guillaume Desmottes | 2009-04-17 | 1 | -9/+0 |
| | |||||
* | empathy-tp-tube: remove initiator and type member variables as they are not used | Guillaume Desmottes | 2009-04-17 | 1 | -2/+0 |
| | |||||
* | empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for ↵ | Guillaume Desmottes | 2009-04-17 | 1 | -1/+2 |
| | | | | the state property | ||||
* | empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS | Guillaume Desmottes | 2009-04-17 | 1 | -4/+2 |
| | |||||
* | empathy-tp-tube: the state is a EmpTubeChannelState not a guint | Guillaume Desmottes | 2009-04-17 | 1 | -2/+2 |
| | |||||
* | empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817 | Guillaume Desmottes | 2009-04-13 | 1 | -0/+7 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2828 | ||||
* | add parameters arg to empathy_tp_tube_new_stream_tube and use latest offer API | Guillaume Desmottes | 2009-02-17 | 1 | -2/+4 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2486 | ||||
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2233 | ||||
* | Make empathy_tp_tube_accept_stream_tube more like underlying dbus function ↵ | Sjoerd Simons | 2009-01-10 | 1 | -52/+65 |
| | | | | | | | | and hand errors to the caller Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2156 | ||||
* | Update to new stream tube spec | Sjoerd Simons | 2009-01-10 | 1 | -155/+59 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2151 | ||||
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2113 | ||||
* | Really fix the leak. Address is created using g_value_dup_boxed so it should ↵ | Xavier Claessens | 2008-07-14 | 1 | -3/+12 |
| | | | | | | be freed using g_boxed_free. svn path=/trunk/; revision=1229 | ||||
* | Release a variable with g_free() instead of tp_g_value_slice_free(). Fixes ↵ | Xavier Claessens | 2008-07-14 | 1 | -2/+1 |
| | | | | | | bug #542231 (Alban Crequy) svn path=/trunk/; revision=1228 | ||||
* | Keep a priv pointer in the object struct instead of using ↵ | Xavier Claessens | 2008-05-06 | 1 | -8/+7 |
| | | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -18/+16 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Do not unref account from empathy_contact_get_account() | Xavier Claessens | 2008-04-20 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1001 | ||||
* | Some code cleanup | Xavier Claessens | 2008-04-20 | 1 | -26/+21 |
| | | | | svn path=/trunk/; revision=987 | ||||
* | Call ListTubes in EmpathyTpTube's constructor to avoid races | Xavier Claessens | 2008-04-20 | 1 | -96/+67 |
| | | | | svn path=/trunk/; revision=986 | ||||
* | Make a more generic API for different socket types | Xavier Claessens | 2008-04-20 | 1 | -77/+30 |
| | | | | svn path=/trunk/; revision=982 | ||||
* | Rename empathy_offer_ipv4_stream_tube() to ↵ | Xavier Claessens | 2008-04-20 | 1 | -74/+91 |
| | | | | | | empathy_tp_tube_new_ipv4_stream_tube() and return the new EmpathyTpTube object. svn path=/trunk/; revision=981 | ||||
* | Add empathy_offer_ipv4_stream_tube(). | Xavier Claessens | 2008-04-20 | 1 | -1/+75 |
| | | | | svn path=/trunk/; revision=980 | ||||
* | Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes. | Xavier Claessens | 2008-04-20 | 1 | -0/+503 |
svn path=/trunk/; revision=978 |