summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDBus: Document that calls to local objects are never asynchronousIevgenii Meshcheriakov2023-12-071-0/+3
* QDBusConnectionManager: Move all locking inside the classIevgenii Meshcheriakov2023-08-221-19/+7
* QDBusConnectionManager: Move to a separate source fileIevgenii Meshcheriakov2023-08-211-271/+42
* QDBusConnectionManager: Register metatypes in the constructorIevgenii Meshcheriakov2023-08-151-0/+8
* QtDBus: Move dispatch enabling code into a single functionIevgenii Meshcheriakov2023-05-221-7/+3
* QtDBus: Convert some loops to ranged for loopsIevgenii Meshcheriakov2023-05-151-3/+1
* QtDBus: Use QMetaObject::invokeMethod instead of QTimer::singleShotIevgenii Meshcheriakov2023-05-021-1/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtDBus: includemocsMarc Mutz2022-04-281-0/+4
* QtDBus: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-121-2/+2
* DBus: do not mix QList iterators and raw pointersGiuseppe D'Angelo2021-09-201-4/+5
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-031-15/+0
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Fix passing QDBusUnixFileDescriptors over peer-to-peer connectionsSteffen Kieß2020-07-131-1/+1
* Use QList instead of QVector in dbusJarek Kobus2020-06-251-1/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Port dbus from QStringRef to QStringViewLars Knoll2020-06-151-2/+2
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-19/+0
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-16/+16
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* 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
* | QtDBus: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-231-6/+7
|/
* doc: update dbus sources for clangqdocMartin Smith2017-12-081-0/+6
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-5/+5
* Revert "Merge the QDBusMetaType's custom information to QDBusConnectionManager"Lars Knoll2017-05-171-1/+0
* Fix some QtDBus crashes during application destructionThiago Macieira2017-05-111-4/+8
* Merge the QDBusMetaType's custom information to QDBusConnectionManagerThiago Macieira2017-05-111-0/+1
* Partially revert "Windows: stop using _beginthreadex on regular builds"Thiago Macieira2017-01-031-0/+35
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-20/+0
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-20/+0
| |\
| | * QDBusServer: delay processing of D-Bus messagesAlberto Mardegan2016-09-061-20/+0
* | | Windows: stop using _beginthreadex on regular buildsThiago Macieira2016-06-021-35/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-0/+35
|\|
| * Workaround Windows DLL unload issue with threads runningThiago Macieira2016-05-021-0/+35
* | DBus: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-281-5/+6
* | Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-071-2/+2
|\|
| * Fix crash when a standard bus isn't availableThiago Macieira2016-02-251-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+4
|\|
| * Fix dbus wince buildAndreas Holzammer2016-02-051-0/+4
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-3/+42
|\|
| * Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-021-3/+42
* | dbus: Port to new connect syntaxSérgio Martins2015-10-011-2/+2
|/
* Make sure we don't deadlock when connecting signalsThiago Macieira2015-09-151-2/+0
* Merge two Q_GLOBAL_STATICS into another and solve memory leakThiago Macieira2015-09-151-22/+22
* And move the creation of connections to the threadThiago Macieira2015-09-151-82/+124