summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-216-7/+33
|\
| * Doc: link issue D-Bus ViewerNico Vertriest2015-01-121-0/+17
| * Fix memory leaks with QDBusServerThiago Macieira2015-01-113-3/+9
| * Fix compilation with MSVC 2010Thiago Macieira2015-01-091-2/+2
| * Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-061-0/+3
| * Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-062-2/+2
* | Fix assignment within a Q_ASSERTHolger Hans Peter Freyther2015-01-161-1/+1
* | Remove unused QDBusMessage::timeout memberThiago Macieira2015-01-062-4/+3
* | Make QDBusMessage store its own message typeThiago Macieira2015-01-062-16/+19
* | Remove the old QDBusConnection::sender functionalityThiago Macieira2015-01-065-36/+12
* | Cosmetic debugging difference for QDBusConnectionThiago Macieira2015-01-061-1/+3
* | Add a simple way of tracing calls to libdbus-1Thiago Macieira2015-01-061-1/+77
* | 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