summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-1580-1/+160
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update CI build infrastructure from dbusSimon McVittie2019-07-155-55/+195
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Remove remaining support for Ubuntu 14.04 'trusty'Simon McVittie2019-07-154-39/+13
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Merge remote-tracking branch 'dbus-gmain/dbus-gmain' into HEADSimon McVittie2019-07-1512-37/+143
|\
| * Add clearer licensing information using SPDX-License-IdentifierSimon McVittie2019-07-159-2/+21
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| * Use Markdown for documentationSimon McVittie2018-10-033-10/+12
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
| * CONTRIBUTING: RewriteSimon McVittie2018-10-031-12/+97
| | | | | | | | | | | | | | | | | | | | This resembles a similar change in dbus-glib. Much of the text here was taken from Wayland's contributing guide (thanks to Ander Conselvan de Oliveira, Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone). Signed-off-by: Simon McVittie <smcv@collabora.com>
* | README: fix Qt Website urlRalf Habacker2018-08-231-1/+1
| |
* | HACKING: Update git URLsSimon McVittie2018-08-231-3/+3
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Update NEWSSimon McVittie2018-05-091-1/+4
| |
* | cross-test-server: Avoid a race condition in the clientSimon McVittie2018-05-091-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a race condition here between these chains of events, which as far as I can tell has existed for at least 10 years: * server receives Tests.Trigger() and schedules SignalTests.Triggered * server returns to main loop * server emits SignalTests.Triggered * client receives SignalTests.Triggered and * server receives Tests.Trigger() and replies with success * client receives success and emits SignalTests.Trigger * server receives SignalTests.Trigger and calls CallbackTests.Response() * client receives CallbackTests.Response() and calls Tests.Exit() * server receives Tests.Exit() and replies with success * client quits its main loop If we don't reply to Tests.Trigger() until after the SignalTests.Triggered signal has been sent, because the client called Tests.Trigger() asynchronously, messages are not re-ordered and the reply arrives after the signal; so the whole chain of events leading up to "client receives SignalTests.Triggered" happens before "client receives success and emits SignalTests.Trigger" and there is no race condition. Bug-Debian: https://bugs.debian.org/898158
* | cross-test-client: Wait until default method timeout for Exit()Simon McVittie2018-05-091-2/+0
| | | | | | | | | | | | | | | | On a slow machine under load, communication might legitimately take time. After the default method-call timeout (25 seconds) we'll go into quit_error_handler() and exit anyway. Bug-Debian: https://bugs.debian.org/898158
* | Start 1.2.10 developmentSimon McVittie2018-05-042-1/+6
| |
* | Merge commit '8270955fa969d86ec4cdc036801a7798a4983baf'Simon McVittie2018-05-040-0/+0
|\ \ | |/
| * dbus-gmain: Ignore more generated filesSimon McVittie2018-05-041-2/+5
| | | | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit f78b1afbc01efbe58eff8d3fe5040733124027d5)
* | 1.2.8dbus-python-1.2.8Simon McVittie2018-05-042-2/+4
| |
* | Revert "Generate a devhelp index for the HTML documentation"Simon McVittie2018-05-041-1/+1
| | | | | | | | | | This reverts commit c57180785096f4271d45ccb1488086c468abcec1. The devhelp mode produces different HTML, and currently breaks Debian's dh_sphinxdoc.
* | Generate a devhelp index for the HTML documentationSimon McVittie2018-05-031-1/+1
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Travis-CI: Use system Python to run pip for system PythonSimon McVittie2018-05-032-31/+54
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Travis-CI: Install sphinx from PyPISimon McVittie2018-05-031-3/+2
| | | | | | | | | | | | | | The one in Ubuntu 14.04 is too old for "python -m sphinx", and we weren't installing it at all for non-system Pythons. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | build: Don't install redirect pages intended for dbus.freedesktop.orgSimon McVittie2018-05-031-4/+8
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | build: Don't install stamp file for documentation buildSimon McVittie2018-05-031-4/+4
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | build: Install Sphinx documentationSimon McVittie2018-05-031-12/+14
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | build: Enable Sphinx documentation if dependencies are availableSimon McVittie2018-05-031-5/+7
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Travis-CI: Pull in setuptoolsSimon McVittie2018-05-021-0/+1
| | | | | | | | | | | | distcheck now requires it, to generate the egg_info. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Remove remnants of old documentationSimon McVittie2018-05-023-81/+4
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Travis-CI: Install sphinxSimon McVittie2018-05-021-4/+5
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Use README as the long descriptionSimon McVittie2018-05-021-0/+1
| | | | | | | | | | | | PyPI no longer renders README by default. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Update NEWSSimon McVittie2018-05-021-1/+18
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Fix distcheckSimon McVittie2018-05-021-3/+6
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Add redirection from the old epydoc documentation to the new versionsSimon McVittie2018-05-023-3/+190
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Improve documentation for SphinxSimon McVittie2018-05-028-93/+63
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | doc: Be more clear about bytes vs. unicodeSimon McVittie2018-05-023-45/+84
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Improve UTF8String documentationSimon McVittie2018-05-021-9/+8
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | dbus-gmain: Ignore more generated filesSimon McVittie2018-05-021-2/+5
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Convert documentation from epydoc to SphinxSimon McVittie2018-05-0235-193/+519
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | .gitignore: Ignore more test logsSimon McVittie2018-05-021-0/+2
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Remove obsolete COMPAT.txtSimon McVittie2018-04-211-47/+0
| | | | | | | | | | | | | | | | | | This was about compatibility with the rename and rewrite of dbus_bindings as _dbus_bindings, which took place over a decade ago. If any projects are still not compatible with the "new" dbus-python then there is no hope for them. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Include PKG-INFO and egg_info in dist tarballsSimon McVittie2018-04-212-0/+5
| | | | | | | | | | | | PyPI no longer accepts uploads without these. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Create directories to hold .test filesSimon McVittie2018-01-301-0/+3
| | | | | | | | | | | | | | | | Some of the corresponding test scripts are in $(srcdir)/test, so there is no guarantee that $(builddir)/test will exist before these recipes run. This usually works, but can cause highly parallel builds to fail. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Start towards 1.2.8Simon McVittie2018-01-292-1/+6
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Prepare 1.2.6dbus-python-1.2.6Simon McVittie2018-01-292-2/+4
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Add a note on how to update dbus-gmainSimon McVittie2018-01-291-0/+6
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | travis-ci: Get autoconf-archive from deb.debian.orgSimon McVittie2018-01-291-1/+1
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | travis-ci: Only test Python 2.7, 3.4 against system python executableSimon McVittie2018-01-291-2/+0
| | | | | | | | | | | | | | | | It's a bit redundant to do otherwise, and for some reason the detection of support for -Wno-duplicated-branches fails for the Python 2.7 build, causing a spurious failure. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Avoid using async keywordSimon McVittie2018-01-292-5/+5
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Require dbus 1.8Simon McVittie2018-01-293-3/+6
| | | | | | | | | | | | | | | | On Travis-CI, cheat our way around the obsolete version of Ubuntu used for most builds: we can in fact compile against dbus 1.6, if we apply some force. Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Adjust dependency notes in NEWSSimon McVittie2018-01-291-2/+2
| | | | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* | Merge commit 'f5f817bf93e9fe1503cd327b546a1237f59e96b4'Simon McVittie2018-01-292-1/+35
|\ \ | |/
| * Add some notes on integrating dbus-gmain into larger projectsSimon McVittie2018-01-291-0/+34
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>