summaryrefslogtreecommitdiff
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtDBus: Convert some loops to ranged for loopsIevgenii Meshcheriakov2023-05-151-45/+25
* QDBusConnectionPrivate: Fix handling of queued messagesIevgenii Meshcheriakov2023-05-111-1/+1
* QtDBus: Remove unused extern declaration of qDBusInitThreads()Ievgenii Meshcheriakov2023-05-111-2/+0
* QtDBus: Use non-textual version of QMetaObject::invokeMethodIevgenii Meshcheriakov2023-05-041-2/+2
* QtDBus: Replace some text-based singnal-slot connectionsIevgenii Meshcheriakov2023-05-041-2/+2
* QtDBus: Use QMetaObject::invokeMethod instead of QTimer::singleShotIevgenii Meshcheriakov2023-05-021-1/+1
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-1/+1
* Fix dangling referencesVille Voutilainen2023-01-121-1/+2
* dbus: Put the qWarnings in qdbusintegrator.cpp into its own categoryAleix Pol2022-11-281-36/+58
* dbus: Include some debug messages when failing to connectAleix Pol2022-11-261-11/+28
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-21/+21
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Fix QDBusInterface crashing with empty path on constructionMårten Nordheim2022-06-271-0/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Fix a QDBusConnection crash with pending calls when connection is closedJohannes Rosenqvist2022-05-111-1/+7
* QtDBus: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-121-3/+3
* QtDBus: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-121-35/+35
* QtDBus: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-121-13/+13
* QtDBus: optimize handling of isDebuggingMarc Mutz2022-04-031-4/+4
* QtDBus: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-031-0/+2
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-6/+6
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* DBus: do not mix QList iterators and raw pointersGiuseppe D'Angelo2021-09-201-3/+3
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-5/+2
* Fix memory corruption in QDBusInterface signal emissionsRobert Griebl2020-11-191-1/+3
* 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