index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dbus
/
qdbusintegrator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QThread::isMainThread() in a few places
Thiago Macieira
2025-02-26
1
-1
/
+1
*
Short live QCoreApplication::instanceExists()
Thiago Macieira
2025-02-26
1
-1
/
+1
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
1
-1
/
+1
*
Remove redundant qtimer.h includes
Ahmad Samir
2024-06-11
1
-1
/
+0
*
QTimer/QObject::startTimer: improve the detection of overflow
Thiago Macieira
2024-04-27
1
-1
/
+2
*
QDBusConnection: output error message from findSlot
David Faure
2023-11-22
1
-1
/
+11
*
QDBusConnectionPrivate: Fix race in sendWithReply()
Ievgenii Meshcheriakov
2023-09-22
1
-14
/
+5
*
QDBusConnectionPrivate: Protect access to serverConnectionNames with mutex
Ievgenii Meshcheriakov
2023-09-18
1
-1
/
+4
*
QtDBus: Check if QDBusServer is destroyed before accessing it
Ievgenii Meshcheriakov
2023-09-18
1
-1
/
+5
*
QDBusConnection: Print error from prepareHook
Nicolas Fella
2023-09-17
1
-15
/
+21
*
QDBusConnectionPrivate: Use write lock inside handleSignal()
Ievgenii Meshcheriakov
2023-09-11
1
-1
/
+1
*
QDBusConnectionPrivate: Remove parent argument
Ievgenii Meshcheriakov
2023-09-11
1
-4
/
+3
*
QtDBus: Remove uses of Q_UNUSED on used variables
Ievgenii Meshcheriakov
2023-09-11
1
-5
/
+0
*
QDBus: Use type-safe object tree node flags
Ievgenii Meshcheriakov
2023-09-11
1
-5
/
+6
*
QDBusSlotCache: Include flags into the hash key
Ievgenii Meshcheriakov
2023-09-11
1
-9
/
+5
*
QDBusCallDeliveryEvent: Remove unused flags member
Ievgenii Meshcheriakov
2023-09-03
1
-4
/
+4
*
QDBusConnectionPrivate: Emit newConnection signal on QDBusServer directly
Ievgenii Meshcheriakov
2023-09-02
1
-8
/
+2
*
QDBusServer: Remove private slot
Ievgenii Meshcheriakov
2023-08-28
1
-1
/
+2
*
QtDBus: Use invokeMethod accepting member functions with arguments
Ievgenii Meshcheriakov
2023-08-26
1
-2
/
+2
*
QDBusconnectionPrivate: Replace permanent connections with invokeMethod
Ievgenii Meshcheriakov
2023-08-26
1
-8
/
+24
*
QDBusConnectionManager: Move all locking inside the class
Ievgenii Meshcheriakov
2023-08-22
1
-3
/
+6
*
QDBusConnectionPrivate: Define _q_newConnection outside of extern "C" block
Ievgenii Meshcheriakov
2023-08-16
1
-2
/
+2
*
QtDBus: Remove assertion inside qDBusAddTimeout()
Ievgenii Meshcheriakov
2023-08-11
1
-1
/
+0
*
QtDBus: Encapsulate hooks addition and invocation into QDBusSpyHookList
Ievgenii Meshcheriakov
2023-08-11
1
-14
/
+25
*
QtDBus: Make access to spy hook list thread safe
Ievgenii Meshcheriakov
2023-08-11
1
-11
/
+31
*
QDBusConnectionPrivate: Use enum for mode argument of sendWithReply
Ievgenii Meshcheriakov
2023-07-10
1
-3
/
+2
*
Mark all remaining RAII/smart pointer class ctors [[nodiscard]]
Marc Mutz
2023-06-22
1
-1
/
+1
*
QDBus: Fix typo in a function name
Ievgenii Meshcheriakov
2023-05-26
1
-2
/
+2
*
QtDBus: Move dispatch enabling code into a single function
Ievgenii Meshcheriakov
2023-05-22
1
-5
/
+23
*
QtDBus: Convert some loops to ranged for loops
Ievgenii Meshcheriakov
2023-05-15
1
-45
/
+25
*
QDBusConnectionPrivate: Fix handling of queued messages
Ievgenii Meshcheriakov
2023-05-11
1
-1
/
+1
*
QtDBus: Remove unused extern declaration of qDBusInitThreads()
Ievgenii Meshcheriakov
2023-05-11
1
-2
/
+0
*
QtDBus: Use non-textual version of QMetaObject::invokeMethod
Ievgenii Meshcheriakov
2023-05-04
1
-2
/
+2
*
QtDBus: Replace some text-based singnal-slot connections
Ievgenii Meshcheriakov
2023-05-04
1
-2
/
+2
*
QtDBus: Use QMetaObject::invokeMethod instead of QTimer::singleShot
Ievgenii Meshcheriakov
2023-05-02
1
-1
/
+1
*
QObject: implement startTimer(int) in terms of startTimer(chrono)
Ahmad Samir
2023-03-11
1
-1
/
+1
*
Fix dangling references
Ville Voutilainen
2023-01-12
1
-1
/
+2
*
dbus: Put the qWarnings in qdbusintegrator.cpp into its own category
Aleix Pol
2022-11-28
1
-36
/
+58
*
dbus: Include some debug messages when failing to connect
Aleix Pol
2022-11-26
1
-11
/
+28
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-3
/
+3
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-21
/
+21
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-1
/
+1
*
Fix QDBusInterface crashing with empty path on construction
Mårten Nordheim
2022-06-27
1
-0
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Fix a QDBusConnection crash with pending calls when connection is closed
Johannes Rosenqvist
2022-05-11
1
-1
/
+7
*
QtDBus: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-12
1
-3
/
+3
*
QtDBus: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-12
1
-35
/
+35
*
QtDBus: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-12
1
-13
/
+13
*
QtDBus: optimize handling of isDebugging
Marc Mutz
2022-04-03
1
-4
/
+4
*
QtDBus: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN
Marc Mutz
2022-04-03
1
-0
/
+2
[next]