summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* fix build failures on mingw caused by name clashMark Brand2013-02-021-0/+4
* substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-011-1/+1
* Doc: Fix module name formatSze Howe Koh2013-01-2517-79/+79
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1881-81/+81
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-211-1/+1
* D-Bus Examples: added qdoc files and pathChristiaan Janssen2012-12-141-1/+4
* Generate the introspection string during parsingKevin Ottens2012-12-111-55/+101
* duplicate URL example image for the dbus index docShawn Rutledge2012-12-041-0/+0
* Qt D-Bus: Editing QCH titles.Jerome Pasion2012-12-031-2/+3
* Fix wrong error message count in QDBusErrorPeter Kümmel2012-12-011-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-302-0/+2
* Fixes to Qt D-Bus docsLars Knoll2012-11-303-37/+41
* Fix example paths in example manifests that are used by Qt Creator.Eike Ziller2012-11-261-0/+2
* Change license header from Nokia to DigiaSergio Ahumada2012-11-261-1/+1
* docs: DBus: Remove ObjectTreeFrederik Gladhorn2012-11-231-28/+3
* docs: Remove doc for removed functionsFrederik Gladhorn2012-11-231-17/+0
* docs: Link to class overview for dbusFrederik Gladhorn2012-11-232-1/+4
* Rename DBus landing page according to rules.Frederik Gladhorn2012-11-211-2/+2
* Mark QDBusConnectionInterface::serviceOwnerChanged as deprecated.Mitch Curtis2012-11-211-0/+3
* Doc: Cleaning up QHP information in module configuration files.Jerome Pasion2012-11-071-12/+7
* Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-021-1/+0
|\
| * Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-261-1/+0
|/
* remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
* Make QtDBus work again with D-Bus 1.0 and 1.1Thiago Macieira2012-10-192-22/+9
* Remove visibility attribute from function body in QtDBusThiago Macieira2012-10-171-2/+2
* Modularize documenation buildTor Arne Vestbø2012-10-102-5/+4
* qdbusmetatype_p.h: add missing QT_NO_DBUS guardsJ-P Nurmi2012-09-241-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2281-1686/+1686
* QDBusMetaTypeId: replace a volatile bool with an atomic intMarc Mutz2012-09-221-3/+3
* QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static intsMarc Mutz2012-09-2211-57/+77
* dbus: Include own headers firstSergio Ahumada2012-09-197-8/+10
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-192-2/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-194-14/+22
* QtDBus: added missing QT_NO_DBUS guardsJ-P Nurmi2012-09-142-0/+6
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-09-143-11/+15
* Add qdbusconnectionmanager_p.h to the HEADER list.Thiago Macieira2012-09-141-0/+1
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* Fix missing or improper include guard in headersSergio Ahumada2012-09-099-19/+19
* QDBusIntegrator: fix unprotected QDBusPendingCallPrivate::waitingForFinished ...Marc Mutz2012-09-081-1/+7
* QDBusPendingCallPrivate: save 8 bytes on 64-bit archsMarc Mutz2012-09-031-2/+1
* QDBusPendingCall: remove unneeded volatile qualificationMarc Mutz2012-09-031-1/+1
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2012-09-031-0/+1
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* Add a way for QtDBus to force a call to dbus_shutdownThiago Macieira2012-08-252-3/+17
* Print some debugging from QDBusConnection when disconnectingThiago Macieira2012-08-251-0/+1