summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14Demo code for Server APIshuangpeng-dbusserver-monolithicHuang Peng2-0/+87
2008-07-14Provide DBusServer bindingsHuang Peng12-0/+753
2008-01-22Don't assume that libdbus only gives method call messages to object-path ↵Simon McVittie2-1/+8
handlers (fd.o #14199)
2007-12-19doc/tutorial.txt: Briefly describe how to use the Qt event loop.Simon McVittie1-1/+5
Based on a patch from Phil Thompson, riverbankcomputing.co.uk
2007-12-10Unset release flag, and start NEWS for 0.82.5Simon McVittie2-1/+8
2007-12-10Add a maintainer-upload target to the Makefile.am, which uploads the current ↵Simon McVittie1-1/+6
.tar.gz and .tar.gz.asc
2007-12-10Version 0.82.4dbus-python-0.82.4Simon McVittie1-2/+2
2007-12-10When user sets reply_handler but not error_handler raise ↵Simon McVittie2-3/+6
MissingReplyHandlerException instead of MissingErrorHandlerException, and vice versa (fd.o #12304, patch from René Neumann)
2007-10-12Update NEWSSimon McVittie1-0/+14
2007-10-12Don't try to make dbus/Makefile from dbus/Makefile.in; the fix for #12741 ↵Simon McVittie1-1/+0
removed it
2007-10-09Revert "Make sure extensions are built before docs; get rid of strange ↵Simon McVittie1-1/+6
inter-directory dependency" This reverts commit 5321d836844f3bc06a6d5796c9ca902e0bd6f4cc.
2007-10-09Don't distribute COPYING.*, which we no longer have or needSimon McVittie1-1/+1
2007-10-09Don't try to distribute COPYING.AFL-2.1 and COPYING.GPL-2, which we no ↵Simon McVittie1-2/+0
longer have or need
2007-10-09Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie13-659/+186
This affects code with copyright statements from the following individuals: * Anders Carlsson * Colin Walters * David Zeuthen * Rob Taylor and the following companies: * Collabora Ltd. (represented by me) * Red Hat Inc. (represented by Havoc Pennington)
2007-10-09Make sure extensions are built before docs; get rid of strange ↵Simon McVittie1-6/+1
inter-directory dependency
2007-10-09Use non-recursive make for dbus/ to work around types.py clash with ↵Simon McVittie2-34/+30
top-level types module (fd.o #12741)
2007-10-09test/: add some missing copyright headersSimon McVittie3-1/+31
2007-09-28License examples under MIT/X11.Simon McVittie8-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-09-28Use MIT/X11 license for code owned by Collabora and Red Hat only, as per ↵Simon McVittie5-58/+93
Havoc's permission (Message-ID: <815098350709271800k2505485dlef9414609d392b48@mail.gmail.com>)
2007-09-27Unset dbus_python_released following releaseSimon McVittie1-1/+1
2007-09-27Version 0.82.3Simon McVittie2-3/+3
2007-09-27Don't try to distribute COPYING.LGPL-2.1 - no longer existsSimon McVittie1-2/+7
2007-09-27Fix NEWS indentationSimon McVittie1-0/+1
2007-09-27Mention relicensing in NEWSSimon McVittie1-0/+5
2007-09-27Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie3-0/+34
2007-09-27fd.o #12432: fix documentation for remove_from_connectionSimon McVittie1-4/+0
2007-09-27dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie1-1/+3
2007-09-27Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)Simon McVittie1-7/+4
Also deprecate private dbus.Bus in favour of dbus.bus.BusConnection - the only things you gain from using dbus.Bus are the shared-instance behaviour and some strange more-than-one-way-to-do-it APIs.
2007-09-27Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie40-1036/+707
removing all references to the LGPL as a result
2007-09-27dbus.service: Don't assume that exceptions passed to asynchronous callbacks ↵Simon McVittie1-1/+10
are the same as the pending exception (fd.o #12403, https://dev.laptop.org/ticket/3370)
2007-08-06Update NEWSSimon McVittie1-0/+4
2007-08-06Makefile.am, test/Makefile.am: Use @abs_top_builddir@, @abs_top_srcdir@Simon McVittie2-6/+10
This fixes incorrect Python path for docs and tests if doing an out-of-tree build using an absolute path for $(srcdir), and is also less ugly.
2007-08-01Unset dbus_python_releasedSimon McVittie2-1/+4
2007-08-01Release 0.82.2Simon McVittie2-3/+3
2007-08-01Mention in NEWS that API docs are generated by defaultSimon McVittie1-0/+3
2007-08-01Reorganise README to reflect that API docs are generated by defaultSimon McVittie1-20/+11
2007-08-01Mention incompatibility with 0.82.1 more prominentlySimon McVittie1-6/+12
2007-08-01Check for epydoc version >= 3, and default to building API docs if availableSimon McVittie1-2/+15
2007-08-01Update NEWS to mention #11623 fixSimon McVittie1-0/+10
2007-08-01Add rel_path_keyword to @method (fd.o #11623)Simon McVittie4-13/+68
2007-08-01Avoid deprecated API in cross-testSimon McVittie2-9/+10
2007-08-01Update NEWSSimon McVittie1-0/+3
2007-08-01Fix introspection on objects with more than one connection or more than one ↵Simon McVittie3-6/+25
object path (bugs.fd.o #11794)
2007-07-31NEWS: mention the solved build problems related to python-configSimon McVittie1-0/+4
2007-07-31Re-fix checking for Python include paths. Use $PYTHON-config like in 0.82.1 ↵Simon McVittie1-8/+19
if we can, use the hard-coded logic from versions prior to 0.82.0 if we can't.
2007-07-31Complete the .m4 renamingSimon McVittie1-0/+0
2007-07-31Move dbus-py-add-rst2htmlflag.m4 to jh-add-cflag.m4 - the contents of two of ↵Simon McVittie1-0/+0
the .m4 files were the opposite of what they should be
2007-07-31Move jh-add-cflag.m4 to dbuspy-add-rst2htmlflag.m4 - the contents of two of ↵Simon McVittie1-0/+0
the .m4 files were the opposite of what they should be
2007-07-31Revert "Use python-config to get Python cppflags (patch from Ubuntu, fd.o ↵Simon McVittie1-1/+4
#11282)." Python < 2.5 didn't have python-config (although some distributions, e.g. Debian and Ubuntu, shipped it as an add-on). Even for 2.5, some distributions install it under gratuitously different names (hi, Gentoo). As a result, this patch needs replacing with one that doesn't rely on having python-config. This reverts commit 7c9d08d1ba7f5b0a9aa4a37118e56b1725cdaef9.
2007-07-31_dbus_bindings/mainloop.c: Remove Watch and Timeout.Simon McVittie1-357/+0
They were never used, and didn't make a great deal of sense. I now believe the right direction for pure-Python mainloop support is to define a Pythonic main loop abstraction and coerce libdbus to fit into it, rather than pretending the objects in libdbus' abstraction are Python objects.