summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Revert adding dispatchLocker to QDBusConnection::connectAlbert Astals Cid2015-03-131-1/+0
* Lock dispatchLock before the regular lockAlbert Astals Cid2015-03-111-0/+1
* 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
* 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
* 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
* | 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
* | 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
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-164-40/+23
|\
| * QtDBus: fix build on MSVC2008 Debug mode.Nicolás Alvarez2013-09-152-0/+12