summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-2/+2
|\
| * Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-2/+2
* | Ensure QDBusConnectionPrivate pointer initializationJesus Fernandez2017-06-061-5/+3
|/
* Revert "Merge the QDBusMetaType's custom information to QDBusConnectionManager"Lars Knoll2017-05-176-127/+93
* Fix some QtDBus crashes during application destructionThiago Macieira2017-05-113-6/+21
* Merge the QDBusMetaType's custom information to QDBusConnectionManagerThiago Macieira2017-05-116-93/+127
* Qt5DBusMacros: remove intermediate variableRolf Eike Beer2017-04-111-2/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-7/+7
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-7/+7
* | Remove unused QDBusConnectionPrivate::checkReplyForDelivery()Marc Mutz2017-03-011-3/+0
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-082-2/+2
|\|
| * Unbreak ubsan developer-buildMarc Mutz2017-02-071-1/+1
| * Use nullptr in qDBusRegisterMetaTypeAlexander Volkov2017-02-031-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-0/+40
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-0/+5
| |\
| | * Silence bogus whitespace "errors" from the DBus XML parserRobert Griebl2017-01-021-0/+5
| * | Partially revert "Windows: stop using _beginthreadex on regular builds"Thiago Macieira2017-01-031-0/+35
* | | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-122-9/+5
* | | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-022-3/+6
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-132-3/+3
|\| |
| * | Fix using 0 as null pointerJesus Fernandez2016-12-062-3/+3
| |/
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-022-1/+15
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-012-1/+15
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
| | |\
| | | * Fix DBus compilationhjk2016-10-181-1/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+14
| | |\|
| | | * QtDBus: compile with GCC 7Marc Mutz2016-10-121-0/+14
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-132-3/+5
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-2/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-2/+5
| | |\|
| | | * QDBusDemarshaller: use RAII in duplicate()Marc Mutz2016-10-061-2/+5
| * | | remove unnecessary references to $$QMAKE_CFLAGS_DBUSOswald Buddenhagen2016-10-041-1/+0
* | | | Doc: bool inline to inline boolNico Vertriest2016-10-041-3/+3
|/ / /
* | | qdbusxmlparser: Enabled error outputAndreas Wilhelm2016-09-272-7/+7
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-216-28/+41
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-165-27/+39
| |\|
| | * Make QDBusConnectionPrivate::relaySignal be called in the right threadThiago Macieira2016-09-161-4/+2
| | * QDBusError: don't bother dealing with unusable 'unused' fieldMarc Mutz2016-09-151-3/+4
| | * QDBusServer: delay processing of D-Bus messagesAlberto Mardegan2016-09-064-20/+33
| * | Fake exporting of the QDBusUtil namespaceThiago Macieira2016-09-151-1/+2
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-4/+2
* | | qdbusxmlgenerator.cpp: reduce allocations in typeNameToXml()Anton Kudryavtsev2016-08-231-3/+3
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-223-18/+9
|\ \ \
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
| * | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-7/+1
| * | | Make sure QDBusConnection::connect() returns false if already connectedThiago Macieira2016-08-092-10/+7
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-192-5/+5
|/ / /
* | | Cleanup QDBusVirtualObjectPrivateJędrzej Nowacki2016-08-041-2/+0
* | | Add qtdbusglobal.h and qtdbusglobal_p.hLars Knoll2016-07-1438-35/+102
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-172-1/+40
|\| |