summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-2812-56/+110
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | CMake: Add Qt6 forward compatible CMake API and targetsAlexandru Croitor2020-01-252-0/+54
| * | | | | | | | | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-2310-56/+56
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-193-8/+6
|\| | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-183-8/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-173-8/+6
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-0/+1
|\| | | | | | | | | |
| * | | | | | | | | | Fix -Wdeprecated-copy warningOlivier Goffart2020-01-141-0/+1
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-043-11/+11
|\| | | | | | | | | |
| * | | | | | | | | | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-7/+7
| * | | | | | | | | | Don't use QMap::unite for merging mapsMårten Nordheim2019-12-121-2/+2
| * | | | | | | | | | Change some uses of QMap::insertMulti to QMultiMap::insertMårten Nordheim2019-12-121-1/+1
| * | | | | | | | | | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-121-1/+1
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0919-125/+125
|\| | | | | | | | | |
| * | | | | | | | | | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0619-128/+128
* | | | | | | | | | | Change representation of string data in the meta objectLars Knoll2019-12-081-1/+1
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-042-5/+7
|\| | | | | | | | | |
| * | | | | | | | | | CMake: Use lower-case macro/function namesKai Koehne2019-12-031-4/+4
| * | | | | | | | | | QDBusInterface: mention QtDBus caching in documentationElvis Angelaccio2019-11-301-1/+3
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-252-5/+5
|\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-3/+3
| * | | | | | | | | Use QMultiHash::insert() instead of insertMulti()Lars Knoll2019-11-051-2/+2
| |/ / / / / / / /
* | | | | | | | / Make QList an alias to QVectorLars Knoll2019-10-301-1/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-141-2/+10
|\| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-2/+10
| |\ \ \ \ \ \ \
| | * | | | | | | Doc: Add info about QDBusConnection::ExportChildObjectsLeena Miettinen2019-10-071-2/+10
* | | | | | | | | Add support for slots to receive the raw void ** arguments arrayLars Knoll2019-10-072-121/+6
* | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-061-6/+6
|\| | | | | | | |
| * | | | | | | | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-6/+6
* | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-021-1/+1
|\| | | | | | | |
| * | | | | | | | doc: Fix variable name in QDBusArgument snippetAlexander Volkov2019-09-271-1/+1
* | | | | | | | | Doc: remove wrong documentation for Qt D-Bus delayed repliesAlberto Mardegan2019-09-292-4/+0
|/ / / / / / / /
* | | | | | | / Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-2/+6
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-201-2/+6
| |\ \ \ \ \ \
| | * | | | | | DBus: fix deadlock when destroying QDBusServerMårten Nordheim2019-08-161-2/+6
* | | | | | | | QtDBus: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-236-19/+27
* | | | | | | | Port users of QDBusAbstractInterface::(async)callWithArgumentList() to new va...Marc Mutz2019-08-072-1/+10
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Mark QDBusError::ErrorType a Q_ENUMThiago Macieira2019-08-051-0/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | QDBusConnectionInterface: Add activatableServiceNamesKai Uwe Broulik2019-07-072-0/+14
* | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-0/+1
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-252-0/+227
| |\| | | |
| * | | | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
* | | | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-252-0/+227
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Qt D-Bus: Document CMake commandsKai Koehne2019-06-212-0/+227
* | | | | | QtDBus: use new QLatin1String::arg()Marc Mutz2019-06-039-54/+55
* | | | | | QDBusAbstractInterface: make call() and asyncCall() variadic templatesMarc Mutz2019-06-212-47/+158
* | | | | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-206-15/+15
* | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+30
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | doc: Add dontdocument.qdoc filesMartin Smith2019-05-071-0/+30
* | | | | Remove dead code from qdbusintegrator.cppChris Adams2019-02-221-2/+0