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