summaryrefslogtreecommitdiff
path: root/examples/client/python
AgeCommit message (Collapse)AuthorFilesLines
2023-09-04Port examples to python 3, retaining compatibilityHEADmasterArusekk7-45/+50
2014-01-07examples: explicitly ask for TelepathyGLib-0.12Simon McVittie9-0/+22
TelepathyGLib-1 isn't going to be fully compatible. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49737 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-11-11inspect-cm.py: on errors, exit rather than blocking foreverSimon McVittie1-10/+13
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-09-06Python text handler: ensure that we get a Tp.AutomaticClientFactorySimon McVittie1-2/+2
We want a Tp.TextChannel, not just a Tp.Channel, and the easiest way to do that is to use Tp.AccountManager.dup() (which provides a Tp.AutomaticClientFactory). Tp.SimpleHandler.new() is deprecated, for approximately this reason. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-01-07del unused magic import in ft-handler.py exampleMaksim Melnikau1-2/+0
1) it isn't used now 2) it is prevents run example on machines, which hasn't magic 3) magic(libmagic) isn't popular in various linux distributions Signed-off-by: Maksim Melnikau <maxposedon@gmail.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2012-04-12Install remaining Python examplesSimon McVittie3-2/+4
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-12Optionally install most of the Python examplesSimon McVittie1-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-12Add a simple Gtk3 diallerSimon McVittie2-0/+201
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-04add stream-tubes.py/accepter.pyGuillaume Desmottes2-1/+75
2012-04-04add stream-tubes.py/offerer.pyGuillaume Desmottes2-1/+106
2012-03-26python/ft example: handle an exception. Hooray!Will Thompson1-2/+6
2012-03-09Add a Python example which lists and inspects protocols with g-iSimon McVittie2-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>
2011-11-11python examples: update file transfer examplesJonny Lamb3-13/+90
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-11Bring back Mortem's codeGuillaume Desmottes1-0/+78
2011-09-02Do not mix static and dynamic GObject bindings in python examplesXavier Claessens3-9/+9
2011-08-24Include contact-list.py example in tarballsXavier Claessens1-0/+1
2011-08-05Add comment in example explaining what state SUCCESS meansXavier Claessens1-0/+4
2011-08-05contact-list.py: rename TelepathyGLib namespace as TpXavier Claessens1-7/+7
2011-08-05contact-list examples: verify state is SUCCESS before getting the contact listXavier Claessens1-1/+2
2011-08-04add contact-list.{c,py} exampleXavier Claessens1-0/+31
It demonstrate how to get all prepared contacts using a factory.
2011-01-28remove abbreviationsGuillaume Desmottes1-7/+7
2011-01-28link the bug blocking us from using TelepathyGLib.USER_ACTION_TIME_CURRENT_TIMEGuillaume Desmottes1-1/+1
2011-01-28ensure-channel.py: rename create_request to create_request_dictGuillaume Desmottes1-3/+3
2011-01-28add client/python/ensure-channel.py (#32986)Guillaume Desmottes2-0/+69
2011-01-28text-handler.py: add a comment about bgo #640812Guillaume Desmottes1-0/+2
2011-01-28use TelepathyGLib.ChannelTextMessageType.NORMALGuillaume Desmottes1-1/+2
2011-01-28add python/text-handler.py (fdo #32524)Guillaume Desmottes2-1/+67
2011-01-28add python client example directoryGuillaume Desmottes1-0/+1