summaryrefslogtreecommitdiff
path: root/dbus/glib.py
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4)Simon McVittie2012-01-241-0/+10
|
* Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie2007-10-091-13/+17
| | | | | | | | | | | 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)
* Try to avoid importing things from _dbus_bindings when they could be ↵Simon McVittie2007-07-181-2/+0
| | | | imported from public API
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵Simon McVittie2007-01-251-2/+0
| | | | lines in license statement
* dbus/glib.py: mention that the new API only works in >= 0.80Simon McVittie2006-12-051-3/+3
|
* dbus/glib.py: Use new API to set main loop as defaultSimon McVittie2006-11-301-1/+12
|
* Add improved main-loop integration.Simon McVittie2006-11-221-12/+3
| | | | | | Currently only GLib (with the default main context) and a "null main loop" are supported, but a pure-Python main loop could be supported without incompatible API changes.
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-271-0/+22
| | | | | | | | | The lists of copyright holders are derived from the D-Bus CVS changelog: I've erred on the side of adding people to the list rather than not. For now I've assumed that J5's contributions are owned by Red Hat, Collabora people's contributions (Rob McQueen, Rob Taylor, Ole Andre Ravnaas, myself) are owned by Collabora and everything else is owned by the author.
* Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie2006-08-311-3/+3
| | | | | Ditto for dbus_glib_bindings. Remove dbus.pth - should no longer be needed after this change.
* Move python/ to dbus/, the name of the module.Robert McQueen2006-07-121-0/+17