summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-293-10/+31
|\
| * Doc: corrected broken links qtbaseNico Vertriest2014-12-231-2/+2
| * Remove the hardcoding of Unix socket paths for QtDBusThiago Macieira2014-12-201-3/+9
| * Fix loading of the dbus-1 DLL built by MinGW on WindowsThiago Macieira2014-12-201-5/+20
* | Include qobjectdefs.h for Q_GADGETThiago Macieira2014-12-291-0/+1
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-3/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-105-3/+286
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-053-2/+283
| |\
| | * Make QtDBus compile without libdbus-1 headers, if dlopeningThiago Macieira2014-12-013-2/+283
| * | Change misleading error message in QDBusReplyThiago Macieira2014-12-041-1/+1
| * | Break after handling the read/writeAlbert Astals Cid2014-11-281-0/+2
* | | Fix DBus signature generation for complex types.Aaron McCarthy2014-12-042-34/+56
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-035-12/+12
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-244-56/+49
|\| |
| * | Don't send reply messages for non-method calls in QDBusMessageMatt Fischer2014-11-221-0/+4
| |/
| * Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-103-56/+45
| |\
| | * Partially revert "Fix a deadlock introduced by the race condition fix"5.3Thiago Macieira2014-11-051-26/+14
| | * QDBusConnection: Merge the dispatch and the watch-and-timeout locksThiago Macieira2014-11-053-29/+16
| | * Always lock the DBus dispatcher before dbus_connection_send*Thiago Macieira2014-11-052-4/+18
* | | Update dbus to use new QMetaType::registerNormalizedType signatureJędrzej Nowacki2014-11-171-13/+1
* | | QtDBus: use qEnvironmentVariableIntValue()Marc Mutz2014-10-171-1/+1
|/ /
* | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-3/+3
* | Update license headers and add new license filesMatti Paaso2014-09-2465-1235/+715
* | Replace the const QString global static with a QStringLiteralThiago Macieira2014-08-131-4/+10
* | QtDBus: Warn if blocking calls take too long.Robin Burchell2014-07-251-0/+87
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-012-10/+12
|\|
| * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-6/+5
| |\
| | * QDBus: fix data race on isDebugging boolDavid Faure2014-06-211-6/+5
| * | Fix data race in accessing QDBusConnectionPrivate::serviceNamesThiago Macieira2014-06-152-4/+7
| |/
* / Use correct signal name when disconnecting "NameOwnerChanged"Jakub Adam2014-06-081-1/+1
|/
* doc: Updated Qt D-Bus Examples.Jerome Pasion2014-05-283-2/+49
* CMake: Include the CMakeParseArguments module for dbus macros.Stephen Kelly2014-04-161-0/+1
* Fix some documentation errors.Friedemann Kleint2014-03-241-1/+6
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-1/+2
* Always initialize integer types in D-Bus demarshallingThiago Macieira2014-03-061-0/+18
* Make D-Bus types without a matching Qt one prettier in qdbusThiago Macieira2014-02-221-1/+4
* QDBus: replace arg-chain with multi-argMarc Mutz2014-02-141-3/+3
* QDBus: avoid relocationsMarc Mutz2014-02-141-8/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-14/+19
|\
| * Also register complex D-Bus types when running under qdbusThiago Macieira2014-01-311-14/+19
* | Add method to QDBusServer to allow anonymous client connections.Roland Winklmeier2014-01-155-1/+41
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-132-5/+5
* | Added PropertiesChanged signal to dbus introspection dataMatt Broadstone2014-01-091-0/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-032-0/+11
|\|
| * Don't leak pending call objects when peer disconnectsRobin Burchell2013-12-302-0/+11
* | Fix crashes when calling into qdbus interfaces from QMLSimon Hausmann2014-01-022-24/+32
|/
* Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-061-2/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0815-56/+56
* qdbusxml2cpp: Fix annotation value in an introspection string generatorMichael Krasnyk2013-09-271-1/+1
* Fix some doc errors.Frederik Gladhorn2013-09-211-2/+2