summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintegrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDBusConnection: output error message from findSlotDavid Faure2023-11-221-1/+11
* QDBusConnectionPrivate: Fix race in sendWithReply()Ievgenii Meshcheriakov2023-09-221-14/+5
* QDBusConnectionPrivate: Protect access to serverConnectionNames with mutexIevgenii Meshcheriakov2023-09-181-1/+4
* QtDBus: Check if QDBusServer is destroyed before accessing itIevgenii Meshcheriakov2023-09-181-1/+5
* QDBusConnection: Print error from prepareHookNicolas Fella2023-09-171-15/+21
* QDBusConnectionPrivate: Use write lock inside handleSignal()Ievgenii Meshcheriakov2023-09-111-1/+1
* QDBusConnectionPrivate: Remove parent argumentIevgenii Meshcheriakov2023-09-111-4/+3
* QtDBus: Remove uses of Q_UNUSED on used variablesIevgenii Meshcheriakov2023-09-111-5/+0
* QDBus: Use type-safe object tree node flagsIevgenii Meshcheriakov2023-09-111-5/+6
* QDBusSlotCache: Include flags into the hash keyIevgenii Meshcheriakov2023-09-111-9/+5
* QDBusCallDeliveryEvent: Remove unused flags memberIevgenii Meshcheriakov2023-09-031-4/+4
* QDBusConnectionPrivate: Emit newConnection signal on QDBusServer directlyIevgenii Meshcheriakov2023-09-021-8/+2
* QDBusServer: Remove private slotIevgenii Meshcheriakov2023-08-281-1/+2
* QtDBus: Use invokeMethod accepting member functions with argumentsIevgenii Meshcheriakov2023-08-261-2/+2
* QDBusconnectionPrivate: Replace permanent connections with invokeMethodIevgenii Meshcheriakov2023-08-261-8/+24
* QDBusConnectionManager: Move all locking inside the classIevgenii Meshcheriakov2023-08-221-3/+6
* QDBusConnectionPrivate: Define _q_newConnection outside of extern "C" blockIevgenii Meshcheriakov2023-08-161-2/+2
* QtDBus: Remove assertion inside qDBusAddTimeout()Ievgenii Meshcheriakov2023-08-111-1/+0
* QtDBus: Encapsulate hooks addition and invocation into QDBusSpyHookListIevgenii Meshcheriakov2023-08-111-14/+25
* QtDBus: Make access to spy hook list thread safeIevgenii Meshcheriakov2023-08-111-11/+31
* QDBusConnectionPrivate: Use enum for mode argument of sendWithReplyIevgenii Meshcheriakov2023-07-101-3/+2
* Mark all remaining RAII/smart pointer class ctors [[nodiscard]]Marc Mutz2023-06-221-1/+1
* QDBus: Fix typo in a function nameIevgenii Meshcheriakov2023-05-261-2/+2
* QtDBus: Move dispatch enabling code into a single functionIevgenii Meshcheriakov2023-05-221-5/+23
* 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