Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-15 | Add clearer licensing information in SPDX format | Simon McVittie | 10 | -0/+20 | |
Signed-off-by: Simon McVittie <smcv@collabora.com> | |||||
2016-01-20 | Use gi instead of gobject, everywhere except dbus.gobject_service | Simon McVittie | 6 | -15/+15 | |
2016-01-20 | Use non-recursive make for everything except tests | Simon McVittie | 1 | -11/+0 | |
2015-12-04 | gconf examples: add brief documentation | Simon McVittie | 2 | -0/+9 | |
2015-12-04 | Use a name in example.com for our example GConf proxy | Simon McVittie | 2 | -2/+2 | |
dbus-python is not a GNOME project, so we should not use their namespace. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 | |||||
2015-12-04 | Install all examples | Ben Longbons | 1 | -2/+5 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separated out from a previous commit] | |||||
2015-12-04 | Consistently make examples executable | Ben Longbons | 6 | -0/+0 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separated out from a previous commit] | |||||
2015-12-04 | Fix GConf examples | Ben Longbons | 2 | -25/+23 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separate out some changes into separate commits] | |||||
2011-12-13 | Use Python 3 syntax to catch exceptions | Barry Warsaw | 1 | -1/+1 | |
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2011-05-18 | unix-fd-service example: also exercise returning UnixFd(int) | Simon McVittie | 1 | -6/+11 | |
Also, cycle through the three possible return types deterministically, rather than choosing at random. | |||||
2011-05-18 | Added Unix Fd support to dbus-python | Elvis Pfützenreuter | 2 | -0/+146 | |
2011-05-17 | example-async-client: remove duplicate handle_hello_error() | Simon McVittie | 1 | -12/+0 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=22560 | |||||
2007-09-28 | License examples under MIT/X11. | Simon McVittie | 8 | -0/+185 | |
According to history of dbus-core before the bindings split, the examples were written by Red Hat employees, so we should be OK to relicense them; and it's good to have copyright headers. | |||||
2007-05-03 | examples/list-system-services.py: Make more exemplary | Simon McVittie | 1 | -5/+9 | |
2007-01-22 | Split up Makefile.am between subdirectories | Simon McVittie | 1 | -0/+8 | |
As well as being conventional, this seems to be necessary to avoid having dbus_py_test.so installed, while still having it be a Libtool shared library (noinst libraries are helpfully made static). | |||||
2007-01-16 | examples: Don't load a main loop when only making blocking calls | Simon McVittie | 2 | -4/+1 | |
2007-01-10 | Remove old .cvsignore files | Simon McVittie | 1 | -2/+0 | |
2007-01-09 | Correct usage in example-async-client: you need to use example-client (or ↵ | Simon McVittie | 1 | -1/+1 | |
kill(1) of course) to shut down the example service | |||||
2007-01-09 | Add an example of asynchronous calls. Run the examples during 'make check'. | Simon McVittie | 4 | -1/+125 | |
2006-12-13 | list-system-services.py: Use the NULL_MAIN_LOOP | Simon McVittie | 1 | -1/+3 | |
2006-12-13 | dbus/examples: Move to examples/ (it's not part of the library and isn't ↵ | Simon McVittie | 8 | -0/+322 | |
installed) |