summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-19/+19
* Cleanup DBus type registration codeLars Knoll2020-09-231-1/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+2
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-5/+3
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-4/+4
* Fix passing QDBusUnixFileDescriptors over peer-to-peer connectionsSteffen Kieß2020-07-131-8/+28
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* Use QList instead of QVector in dbusJarek Kobus2020-06-251-9/+10
* Port dbus from QStringRef to QStringViewLars Knoll2020-06-151-5/+5
* Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-161-2/+2
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-2/+2
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-42/+42
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* Use QMultiHash::insert() instead of insertMulti()Lars Knoll2019-11-051-2/+2
* QtDBus: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-231-3/+4
* QtDBus: use new QLatin1String::arg()Marc Mutz2019-06-031-12/+13
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-4/+4
* Remove dead code from qdbusintegrator.cppChris Adams2019-02-221-2/+0
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-2/+3
|\
| * QDBusConnection: prevent leaking connection/server on destroyKirill Burtsev2018-11-281-2/+3
* | QDBusServiceWatcher namespace prefix supportDavid Edmundson2018-11-061-24/+65
|/
* Remove obsolete DBus dispatch lockAndreas Hartmetz2017-11-081-18/+3
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
* Revert "Merge the QDBusMetaType's custom information to QDBusConnectionManager"Lars Knoll2017-05-171-0/+1
* Fix some QtDBus crashes during application destructionThiago Macieira2017-05-111-0/+3
* Merge the QDBusMetaType's custom information to QDBusConnectionManagerThiago Macieira2017-05-111-1/+0
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-4/+14
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-4/+14
| |\
| | * Make QDBusConnectionPrivate::relaySignal be called in the right threadThiago Macieira2016-09-161-4/+2
| | * QDBusServer: delay processing of D-Bus messagesAlberto Mardegan2016-09-061-0/+12
* | | Make sure QDBusConnection::connect() returns false if already connectedThiago Macieira2016-08-091-8/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-11/+20
|\|
| * Disconnect signals from each QObject only once in QDBusConnectionPrivateThiago Macieira2016-05-091-11/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-6/+35
|\|
| * QtDBus: finish all pending call with error if disconnectedWeng Xuetian2016-04-281-6/+35
* | DBus: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-281-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-1/+25
|\|
| * QtDBus: clean up signal hooks and object tree in closeConnectionWeng Xuetian2016-04-081-1/+25
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-10/+32
|\|
| * Fix QtDBus deadlock inside kded/kiodThiago Macieira2016-03-191-10/+32
* | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+3
|\|
| * Fix dbus wince buildAndreas Holzammer2016-02-051-0/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+0
|\|
| * QtDBus: Remove unnecessary #ifndef for QT_NO_PROPERTIESThiago Macieira2016-01-301-2/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-11/+35
|\|
| * Call out to QtDBus message spies in the main threadThiago Macieira2016-01-251-12/+36