Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-05 | example protocols: update to use get_interfaces_array vfunc | Jonny Lamb | 5 | -37/+12 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | example & test connections: update to use new get_interfaces… vfunc | Jonny Lamb | 5 | -5/+81 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-03 | Examples: stop using tp_account/connection/channel_new() | Xavier Claessens | 6 | -92/+39 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49372 | |||||
2012-06-05 | Remove useless TP_SEAL_ENABLE | Xavier Claessens | 10 | -10/+0 | |
2012-06-05 | Examples: disable single include | Xavier Claessens | 10 | -0/+10 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | Example extensions: include global header | Xavier Claessens | 1 | -1/+1 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | Examples: do no use message-internal.h | Xavier Claessens | 1 | -7/+9 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-04 | Examples: Stop using tp_connection_manager_protocol_* | Xavier Claessens | 1 | -25/+18 | |
They are soon to be deprecated | |||||
2012-06-04 | Examples: Stop using tp_list_connection_managers() | Xavier Claessens | 1 | -18/+15 | |
It is soon to be deprecated | |||||
2012-06-04 | Fix regression in unit tests | Xavier Claessens | 1 | -1/+2 | |
The bug was introduced in commit 97755a8cef146519f688054d1bafe22f40bc17ff | |||||
2012-06-04 | Compile all examples with TP_SEAL_ENABLE | Simon McVittie | 11 | -2/+20 | |
The only changes needed were in extended-client.c. | |||||
2012-06-04 | Use accessors rather than accessing TpBaseConnection fields directly | Simon McVittie | 10 | -38/+55 | |
2012-05-10 | Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and ↵ | Xavier Claessens | 2 | -22/+1 | |
tp_connection_unref_handles() They are no-op now, so we can safely remove them all | |||||
2012-05-09 | Implement ChatState in test echo channel | Xavier Claessens | 1 | -0/+15 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49215 | |||||
2012-05-09 | Examples: do not use soon to be deprecated APIs | Xavier Claessens | 2 | -85/+54 | |
2012-05-07 | All examples: follow the meta-header policy | Simon McVittie | 44 | -82/+42 | |
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-05-02 | Stop using TP_ERRORS | Simon McVittie | 13 | -28/+28 | |
We deprecated this in 0.11. | |||||
2012-05-02 | TpConnection: Deprecate _get_self_handle() | Xavier Claessens | 1 | -18/+10 | |
New code should be using _get_self_contact() | |||||
2012-04-27 | TpChannel: Deprecate all TpHandle APIs that have TpContact variant | Xavier Claessens | 1 | -7/+9 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49213 | |||||
2012-04-12 | Install remaining Python examples | Simon McVittie | 3 | -2/+4 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-04-12 | Optionally install most of the Python examples | Simon McVittie | 1 | -0/+20 | |
We already optionally install many of the C examples. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-04-12 | Add a simple Gtk3 dialler | Simon McVittie | 2 | -0/+201 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-04-12 | Don't use the deprecated TpBaseChannelClass.interfaces property | Simon McVittie | 3 | -17/+37 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48547 | |||||
2012-04-12 | Use TP_NUM_… instead of NUM_TP_… | Simon McVittie | 5 | -5/+5 | |
Based on a patch from Jonny Lamb, updated for current master. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46470 | |||||
2012-04-04 | add stream-tubes.py/accepter.py | Guillaume Desmottes | 2 | -1/+75 | |
2012-04-04 | add stream-tubes.py/offerer.py | Guillaume Desmottes | 2 | -1/+106 | |
2012-04-03 | stream tube examples: send \n with data | Guillaume Desmottes | 2 | -2/+2 | |
This will allow us to use g_data_input_stream_read_line_utf8() in Python as g_input_stream_read() is not bindable. | |||||
2012-04-03 | stream tube examples: use tp_channel_close_async() | Guillaume Desmottes | 1 | -6/+14 | |
2012-04-03 | stream tube examples: split sending/receiving data debug messages | Guillaume Desmottes | 2 | -5/+6 | |
Make it easier to understand/debug what's going on. | |||||
2012-04-02 | Merge branch '29271-some-dbus-tube-api' | Will Thompson | 6 | -3/+493 | |
https://bugs.freedesktop.org/show_bug.cgi?id=29271 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | |||||
2012-04-01 | dbus-tubes example: check method argument types | Will Thompson | 1 | -6/+15 | |
2012-03-30 | Add an example dbus tube offerer and accepter. | Will Thompson | 5 | -1/+482 | |
2012-03-30 | media-observer: use more TpChannel accessors | Guillaume Desmottes | 1 | -9/+3 | |
2012-03-30 | media-observer: Observe Call channels instead of StreamedMedia | Guillaume Desmottes | 1 | -2/+2 | |
2012-03-30 | approver.c: Approve Call channels instead of StreamedMedia | Guillaume Desmottes | 1 | -1/+1 | |
2012-03-28 | examples/client/stream-tubes/Makefile.am: ensure that we link on tp-glib ↵ | Guillaume Desmottes | 1 | -2/+2 | |
from source It has to be the first one in LDADD | |||||
2012-03-26 | python/ft example: handle an exception. Hooray! | Will Thompson | 1 | -2/+6 | |
2012-03-21 | example approver: "Dissaprove" is not a word. | Will Thompson | 1 | -1/+1 | |
2012-03-21 | example approver: use _close_channels_async() | Will Thompson | 1 | -16/+5 | |
2012-03-09 | Add a Python example which lists and inspects protocols with g-i | Simon McVittie | 2 | -0/+61 | |
I could get used to this "rapid prototyping in Python" thing. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46358 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-03-09 | Apply the same codegen changes to examples, tests as to the main codegen | Simon McVittie | 1 | -4/+20 | |
2012-03-05 | inspect-cm example: stop using call_when_ready | Simon McVittie | 1 | -8/+12 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45842 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-03-05 | Use tp_proxy_prepare_async() to prepare connections in example code | Simon McVittie | 4 | -27/+36 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45842 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-03-05 | Don't use tp_channel_call_when_ready, except in its regression tests | Simon McVittie | 1 | -4/+7 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45842 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-03-01 | Stop generating lists of signals marshallers altogether | Simon McVittie | 3 | -17/+0 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46523 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-03-01 | Use GLib's default marshaller everywhere | Simon McVittie | 2 | -4/+3 | |
In contrast to the previous commit, I'm just using NULL here - telepathy-glib has an explicit dependency on GLib 2.30. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46523 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-02-21 | example-call: s/Call.DRAFT/Call1/ in example_call.manager | George Kiagiadakis | 1 | -6/+6 | |
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2012-02-20 | Merge remote-tracking branch 'origin/call1' into call1 | Simon McVittie | 38 | -6591/+1448 | |
Conflicts: docs/reference/telepathy-glib-docs.sgml docs/reference/telepathy-glib-sections.txt examples/future/call-cm/call-channel.c examples/future/call-cm/call-stream.c spec/Call_Content.xml spec/Call_Content_Interface_Audio_Control.xml spec/Call_Content_Interface_DTMF.xml spec/Call_Content_Interface_Media.xml spec/Call_Content_Interface_Video_Control.xml spec/Call_Content_Media_Description.xml spec/Call_Content_Media_Description_Interface_RTCP_Extended_Reports.xml spec/Call_Content_Media_Description_Interface_RTCP_Feedback.xml spec/Call_Content_Media_Description_Interface_RTP_Header_Extensions.xml spec/Call_Interface_Mute.xml spec/Call_Stream.xml spec/Call_Stream_Endpoint.xml spec/Call_Stream_Interface_Media.xml spec/Channel_Interface_DTMF.xml spec/Channel_Type_Call.xml spec/all.xml telepathy-glib/channel.xml telepathy-glib/extra-gtkdoc.h tests/dbus/call-example.c | |||||
2012-02-20 | Further update spec, to 0.25.2 | Simon McVittie | 2 | -8/+54 | |
Code changes: * Generate code for Chan.T.Call1, Conn.I.Addressing1, Chan.I.CaptchaAuthentication1, and document them * Adapt Call1 CM and test for Direction argument to AddContent * Add CaptchaNotSupported error | |||||
2012-02-16 | Add direction parameter to AddContent | Olivier Crête | 1 | -0/+2 | |