summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Demo code for Server APIshuangpeng-dbusserver-monolithicHuang Peng2008-07-142-0/+87
* Provide DBusServer bindingsHuang Peng2008-07-1412-0/+753
* Don't assume that libdbus only gives method call messages to object-path hand...Simon McVittie2008-01-222-1/+8
* doc/tutorial.txt: Briefly describe how to use the Qt event loop.Simon McVittie2007-12-191-1/+5
* Unset release flag, and start NEWS for 0.82.5Simon McVittie2007-12-102-1/+8
* Add a maintainer-upload target to the Makefile.am, which uploads the current ...Simon McVittie2007-12-101-1/+6
* Version 0.82.4dbus-python-0.82.4Simon McVittie2007-12-101-2/+2
* When user sets reply_handler but not error_handler raise MissingReplyHandlerE...Simon McVittie2007-12-102-3/+6
* Update NEWSSimon McVittie2007-10-121-0/+14
* Don't try to make dbus/Makefile from dbus/Makefile.in; the fix for #12741 rem...Simon McVittie2007-10-121-1/+0
* Revert "Make sure extensions are built before docs; get rid of strange inter-...Simon McVittie2007-10-091-1/+6
* Don't distribute COPYING.*, which we no longer have or needSimon McVittie2007-10-091-1/+1
* Don't try to distribute COPYING.AFL-2.1 and COPYING.GPL-2, which we no longer...Simon McVittie2007-10-091-2/+0
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-0913-659/+186
* Make sure extensions are built before docs; get rid of strange inter-director...Simon McVittie2007-10-091-6/+1
* Use non-recursive make for dbus/ to work around types.py clash with top-level...Simon McVittie2007-10-092-34/+30
* test/: add some missing copyright headersSimon McVittie2007-10-093-1/+31
* License examples under MIT/X11.Simon McVittie2007-09-288-0/+185
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie2007-09-285-58/+93
* Unset dbus_python_released following releaseSimon McVittie2007-09-271-1/+1
* Version 0.82.3Simon McVittie2007-09-272-3/+3
* Don't try to distribute COPYING.LGPL-2.1 - no longer existsSimon McVittie2007-09-271-2/+7
* Fix NEWS indentationSimon McVittie2007-09-271-0/+1
* Mention relicensing in NEWSSimon McVittie2007-09-271-0/+5
* Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie2007-09-273-0/+34
* fd.o #12432: fix documentation for remove_from_connectionSimon McVittie2007-09-271-4/+0
* dbus.exceptions.DBusException: allow setting _dbus_error_name in subclassesSimon McVittie2007-09-271-1/+3
* Don't raise KeyError when closing private dbus.Bus. (fd.o #12096)Simon McVittie2007-09-271-7/+4
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-2740-1036/+707
* dbus.service: Don't assume that exceptions passed to asynchronous callbacks a...Simon McVittie2007-09-271-1/+10
* Update NEWSSimon McVittie2007-08-061-0/+4
* Makefile.am, test/Makefile.am: Use @abs_top_builddir@, @abs_top_srcdir@Simon McVittie2007-08-062-6/+10
* Unset dbus_python_releasedSimon McVittie2007-08-012-1/+4
* Release 0.82.2Simon McVittie2007-08-012-3/+3
* Mention in NEWS that API docs are generated by defaultSimon McVittie2007-08-011-0/+3
* Reorganise README to reflect that API docs are generated by defaultSimon McVittie2007-08-011-20/+11
* Mention incompatibility with 0.82.1 more prominentlySimon McVittie2007-08-011-6/+12
* Check for epydoc version >= 3, and default to building API docs if availableSimon McVittie2007-08-011-2/+15
* Update NEWS to mention #11623 fixSimon McVittie2007-08-011-0/+10
* Add rel_path_keyword to @method (fd.o #11623)Simon McVittie2007-08-014-13/+68
* Avoid deprecated API in cross-testSimon McVittie2007-08-012-9/+10
* Update NEWSSimon McVittie2007-08-011-0/+3
* Fix introspection on objects with more than one connection or more than one o...Simon McVittie2007-08-013-6/+25
* NEWS: mention the solved build problems related to python-configSimon McVittie2007-07-311-0/+4
* Re-fix checking for Python include paths. Use $PYTHON-config like in 0.82.1 i...Simon McVittie2007-07-311-8/+19
* Complete the .m4 renamingSimon McVittie2007-07-311-0/+0
* Move dbus-py-add-rst2htmlflag.m4 to jh-add-cflag.m4 - the contents of two of ...Simon McVittie2007-07-311-0/+0
* Move jh-add-cflag.m4 to dbuspy-add-rst2htmlflag.m4 - the contents of two of t...Simon McVittie2007-07-311-0/+0
* Revert "Use python-config to get Python cppflags (patch from Ubuntu, fd.o #11...Simon McVittie2007-07-311-1/+4
* _dbus_bindings/mainloop.c: Remove Watch and Timeout.Simon McVittie2007-07-311-357/+0