index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dbus
/
qdbusintegrator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
QDBusIntegrator: fix quadratic behavior
Marc Mutz
2015-12-27
1
-8
/
+7
*
|
Use Q_UNLIKELY for every qFatal()/qCritical()
Marc Mutz
2015-11-29
1
-1
/
+1
*
|
dbus: Port to new connect syntax
Sérgio Martins
2015-10-01
1
-6
/
+6
|
/
*
Fix deadlock on disconnectNotify() called from ~QObject
Thiago Macieira
2015-09-25
1
-1
/
+1
*
QtDBus: update debugging info (QDBUS_DEBUG=1)
Thiago Macieira
2015-09-24
1
-10
/
+4
*
Merge two more QDBusConnectionPrivate members into a union
Thiago Macieira
2015-09-15
1
-13
/
+14
*
Make sure we don't deadlock when connecting signals
Thiago Macieira
2015-09-15
1
-47
/
+34
*
Bypass connectSignal() for receiving the NameOwnerChanged signal
Thiago Macieira
2015-09-15
1
-6
/
+17
*
Make QDBusConnectionPrivate::getNameOwnerNoCache work in our thread
Thiago Macieira
2015-09-15
1
-3
/
+15
*
QDBusServiceWatcher: Move the logic to QDBusConnectionPrivate
Thiago Macieira
2015-09-15
1
-6
/
+64
*
Remove the event callbacks in QDBusConnectionPrivate
Thiago Macieira
2015-09-15
1
-125
/
+19
*
Merge two Q_GLOBAL_STATICS into another and solve memory leak
Thiago Macieira
2015-09-15
1
-4
/
+4
*
And move the creation of connections to the thread
Thiago Macieira
2015-09-15
1
-0
/
+1
*
And move the sending of other types of D-Bus messages to the thread
Thiago Macieira
2015-09-15
1
-10
/
+13
*
Move the sending of the D-Bus messages with reply to the thread
Thiago Macieira
2015-09-15
1
-7
/
+15
*
Remove superfluous code in QDBusConnectionPrivate::sendWithReply
Thiago Macieira
2015-09-15
1
-6
/
+0
*
Simplify some code in QDBusConnectionPrivate::sendWithReplyAsync
Thiago Macieira
2015-09-15
1
-24
/
+11
*
Use a dedicated thread for handling incoming libdbus-1 events
Thiago Macieira
2015-09-15
1
-9
/
+3
*
Implement the blocking QtDBus call in terms of the non-blocking one
Thiago Macieira
2015-09-15
1
-75
/
+16
*
Make QDBusConnectionPrivate::send return bool
Thiago Macieira
2015-09-15
1
-13
/
+6
*
Use a signal for updating the dispatch status
Thiago Macieira
2015-09-15
1
-11
/
+3
*
Use QDBusConnectionPrivate* when QDBusServer receives a new connection
Thiago Macieira
2015-09-15
1
-4
/
+11
*
Fix deadlock if the last reference is dropped during delivery
Thiago Macieira
2015-09-15
1
-14
/
+0
*
dbus: Use QList::reserve(), reduces reallocations.
Sérgio Martins
2015-06-23
1
-1
/
+6
*
qDBusRealAddTimeout(): don't create a QList just to check it's empty
Marc Mutz
2015-06-17
1
-1
/
+1
*
Fix conditions for disabling dbus dynamic symbol lookup
Ulf Hermann
2015-06-16
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-22
1
-1
/
+10
|
\
|
*
Fix undefined behavior: accessing an object after destruction
Thiago Macieira
2015-04-15
1
-0
/
+9
|
*
Fix crashes on shutdown when the D-Bus spy list has been destroyed
Thiago Macieira
2015-04-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-01
1
-35
/
+20
|
\
\
|
|
/
|
*
Use QStringLiteral where applicable in QtDBus
Thiago Macieira
2015-03-31
1
-33
/
+16
|
*
Use QDebugStateSaver to restore space setting in stream operators.
Friedemann Kleint
2015-03-30
1
-2
/
+4
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
2015-03-16
1
-2
/
+2
|
\
\
|
|
/
|
*
QtDBus: Fix const correctness in old style casts
Thiago Macieira
2015-03-11
1
-2
/
+2
*
|
Add QDBusMessage::createTargetedSignal()
Alberto Mardegan
2015-03-14
1
-1
/
+2
|
/
*
QDBusConnection::registorObject with interface
Kevron Rees
2015-02-15
1
-2
/
+6
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2015-01-21
1
-3
/
+6
|
\
|
*
Fix memory leaks with QDBusServer
Thiago Macieira
2015-01-11
1
-3
/
+6
*
|
Remove the old QDBusConnection::sender functionality
Thiago Macieira
2015-01-06
1
-2
/
+0
*
|
Cosmetic debugging difference for QDBusConnection
Thiago Macieira
2015-01-06
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2014-12-10
1
-0
/
+2
|
\
\
|
|
/
|
*
Break after handling the read/write
Albert Astals Cid
2014-11-28
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-11-24
1
-38
/
+37
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.3' into 5.4.0
Oswald Buddenhagen
2014-11-10
1
-38
/
+37
|
|
\
|
|
*
Partially revert "Fix a deadlock introduced by the race condition fix"
5.3
Thiago Macieira
2014-11-05
1
-26
/
+14
|
|
*
QDBusConnection: Merge the dispatch and the watch-and-timeout locks
Thiago Macieira
2014-11-05
1
-11
/
+11
|
|
*
Always lock the DBus dispatcher before dbus_connection_send*
Thiago Macieira
2014-11-05
1
-4
/
+15
*
|
|
QtDBus: use qEnvironmentVariableIntValue()
Marc Mutz
2014-10-17
1
-1
/
+1
|
/
/
*
|
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
[prev]
[next]