summaryrefslogtreecommitdiff
path: root/dbus/glib.py
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie1-0/+2
Signed-off-by: Simon McVittie <smcv@collabora.com>
2012-01-24Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4)Simon McVittie1-0/+10
2007-10-09Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie1-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)
2007-07-18Try to avoid importing things from _dbus_bindings when they could be ↵Simon McVittie1-2/+0
imported from public API
2007-01-25dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵Simon McVittie1-2/+0
lines in license statement
2006-12-05dbus/glib.py: mention that the new API only works in >= 0.80Simon McVittie1-3/+3
2006-11-30dbus/glib.py: Use new API to set main loop as defaultSimon McVittie1-1/+12
2006-11-22Add improved main-loop integration.Simon McVittie1-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.
2006-09-27Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie1-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.
2006-08-31Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie1-3/+3
Ditto for dbus_glib_bindings. Remove dbus.pth - should no longer be needed after this change.
2006-07-12Move python/ to dbus/, the name of the module.Robert McQueen1-0/+17