summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix remaining qdoc warnings in QtDBusMartin Smith2018-01-156-39/+36
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-122-15/+17
* QtDBus: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-042-12/+0
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
|\
| * Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-1/+1
* | doc: update dbus sources for clangqdocMartin Smith2017-12-087-23/+54
* | doc: Document remaining anonymous enumsMartin Smith2017-12-061-0/+6
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-1/+1
| |\
| | * Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-1/+1
* | | Remove obsolete DBus dispatch lockAndreas Hartmetz2017-11-083-64/+7
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-2/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-162-2/+1
| |\|
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-141-1/+0
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
* | | Register QVector with basic DBus typesFrederik Gladhorn2017-09-251-0/+12
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1913-25/+25
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-197-14/+14
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-5/+5
|\|
| * Fix race condition in QDBusAbstractInterfacePrivate::initOwnerTracking()Romain Pokrzywka2017-08-041-5/+5
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+1
|\|
| * Fix documentation for QDBusError::OtherAlex Blasche2017-07-241-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-132-2/+4
|\|
| * Fix modernize-use-bool-literals issuesKevin Funk2017-07-081-2/+2
| * Fix Qt5DBusMacros.cmake for CMake 3.9David Faure2017-07-051-0/+2
* | 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