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
/
qdbusconnection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge the QDBusMetaType's custom information to QDBusConnectionManager"
Lars Knoll
2017-05-17
1
-1
/
+0
*
Fix some QtDBus crashes during application destruction
Thiago Macieira
2017-05-11
1
-4
/
+8
*
Merge the QDBusMetaType's custom information to QDBusConnectionManager
Thiago Macieira
2017-05-11
1
-0
/
+1
*
Partially revert "Windows: stop using _beginthreadex on regular builds"
Thiago Macieira
2017-01-03
1
-0
/
+35
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-21
1
-20
/
+0
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-16
1
-20
/
+0
|
|
\
|
|
*
QDBusServer: delay processing of D-Bus messages
Alberto Mardegan
2016-09-06
1
-20
/
+0
*
|
|
Windows: stop using _beginthreadex on regular builds
Thiago Macieira
2016-06-02
1
-35
/
+0
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-06
1
-0
/
+35
|
\
\
|
|
/
|
*
Workaround Windows DLL unload issue with threads running
Thiago Macieira
2016-05-02
1
-0
/
+35
*
|
DBus: use QStringRef to optimize memory allocation
Anton Kudryavtsev
2016-04-28
1
-5
/
+6
*
|
Merge remote-tracking branch 'origin/5.6.0' into 5.7
v5.7.0-alpha1
Oswald Buddenhagen
2016-03-07
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix crash when a standard bus isn't available
Thiago Macieira
2016-02-25
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-02-18
1
-0
/
+4
|
\
\
|
|
/
|
*
Fix dbus wince build
Andreas Holzammer
2016-02-05
1
-0
/
+4
*
|
Updated license headers
Jani Heikkinen
2016-01-21
1
-1
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Frederik Gladhorn
2016-01-08
1
-3
/
+42
|
\
\
|
|
/
|
*
Suspend processing of some messages in the default busses by default
Thiago Macieira
2016-01-02
1
-3
/
+42
*
|
dbus: Port to new connect syntax
Sérgio Martins
2015-10-01
1
-2
/
+2
|
/
*
Make sure we don't deadlock when connecting signals
Thiago Macieira
2015-09-15
1
-2
/
+0
*
Merge two Q_GLOBAL_STATICS into another and solve memory leak
Thiago Macieira
2015-09-15
1
-22
/
+22
*
And move the creation of connections to the thread
Thiago Macieira
2015-09-15
1
-82
/
+124
*
Move the sending of the D-Bus messages with reply to the thread
Thiago Macieira
2015-09-15
1
-1
/
+1
*
Use a dedicated thread for handling incoming libdbus-1 events
Thiago Macieira
2015-09-15
1
-25
/
+33
*
Use QDBusConnectionPrivate* when QDBusServer receives a new connection
Thiago Macieira
2015-09-15
1
-1
/
+1
*
Fix deadlock if the last reference is dropped during delivery
Thiago Macieira
2015-09-15
1
-3
/
+3
*
Use QStringLiteral where applicable in QtDBus
Thiago Macieira
2015-03-31
1
-4
/
+4
*
Fix various qdoc-warnings.
Friedemann Kleint
2015-02-25
1
-1
/
+1
*
QDBusConnection::registorObject with interface
Kevron Rees
2015-02-15
1
-0
/
+21
*
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
-1
/
+1
|
\
|
*
Make QDBusConnection and QDBusServer return an error on default objects
Thiago Macieira
2015-01-06
1
-1
/
+1
*
|
Remove the old QDBusConnection::sender functionality
Thiago Macieira
2015-01-06
1
-28
/
+7
|
/
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-13
/
+13
*
Fix loss of valid dbus objects after unregisterObject
John Brooks
2013-09-14
1
-2
/
+1
*
Change QDBusPendingCallPrivate to full reference counting for deletion.
Peter Seiderer
2013-07-29
1
-1
/
+2
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-28
1
-1
/
+1
|
\
|
*
Doc: Fix module name format
Sze Howe Koh
2013-01-25
1
-1
/
+1
*
|
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...
Frederik Gladhorn
2013-01-23
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
|
Remove debugging messages from QDBusConnection::registerObject
Thiago Macieira
2013-01-23
1
-4
/
+4
*
|
Make the QtDBus object tree keep a count of active children
Thiago Macieira
2013-01-23
1
-7
/
+3
*
|
Rewrite QDBusConnection::unregisterObject to be recursive
Thiago Macieira
2013-01-23
1
-28
/
+1
|
/
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
dbus: Include own headers first
Sergio Ahumada
2012-09-19
1
-2
/
+3
*
Remove qLowerBound usages from qtbase
Giuseppe D'Angelo
2012-09-19
1
-3
/
+5
*
QtDBus: compile with QT_STRICT_ITERATORS
Thiago Macieira
2012-05-29
1
-1
/
+1
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
[next]