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
/
qdbusabstractinterface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SPDX license identifiers
Lucie GĂ©rard
2022-05-16
1
-39
/
+3
*
QtDBus: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-12
1
-6
/
+6
*
QtDBus: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-12
1
-7
/
+8
*
QtDBus: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-12
1
-1
/
+1
*
Use QMetaType instead of integer based type ids
Lars Knoll
2020-09-23
1
-7
/
+7
*
Cleanup DBus type registration code
Lars Knoll
2020-09-23
1
-1
/
+1
*
Remove some dead code
Lars Knoll
2020-09-12
1
-125
/
+0
*
Deprecate the static int based API in QMetaType
Lars Knoll
2020-08-24
1
-2
/
+2
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
1
-1
/
+1
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-18
1
-3
/
+3
|
\
|
*
Doc: Fix qdoc compilation errors qtbase
Nico Vertriest
2020-01-17
1
-3
/
+3
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-3
/
+3
|
/
*
QtDBus: use new QLatin1String::arg()
Marc Mutz
2019-06-03
1
-8
/
+8
*
QDBusAbstractInterface: make call() and asyncCall() variadic templates
Marc Mutz
2019-06-21
1
-23
/
+88
*
Replace qMove with std::move
Allan Sandfeld Jensen
2019-04-06
1
-1
/
+1
*
Add a QAbstractMetaCallEvent
Lars Knoll
2019-03-29
1
-2
/
+2
*
Doc: Add missing full stops in briefs
Paul Wicking
2018-06-21
1
-1
/
+1
*
Add more Q_FALLTHROUGH()
Friedemann Kleint
2018-01-12
1
-14
/
+16
*
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
Fix race condition in QDBusAbstractInterfacePrivate::initOwnerTracking()
Romain Pokrzywka
2017-08-04
1
-5
/
+5
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-13
1
-0
/
+14
|
\
|
*
QtDBus: compile with GCC 7
Marc Mutz
2016-10-12
1
-0
/
+14
*
|
Updated license headers
Jani Heikkinen
2016-01-21
1
-1
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
[docs] Fix assocated -> associated
Marc Mutz
2015-12-15
1
-1
/
+1
|
/
*
Fix deadlock on disconnectNotify() called from ~QObject
Thiago Macieira
2015-09-25
1
-12
/
+52
*
Use the new QDBusConnectionPrivate::shouldWatchService function
Thiago Macieira
2015-09-15
1
-3
/
+1
*
Use QDBusServiceWatcher in QDBusAbstractInterface to track the owner
Thiago Macieira
2015-09-15
1
-28
/
+17
*
Fix warning with MSVC 2013
Thiago Macieira
2015-06-26
1
-0
/
+1
*
Use QStringLiteral where applicable in QtDBus
Thiago Macieira
2015-03-31
1
-12
/
+12
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Fix crashes when calling into qdbus interfaces from QML
Simon Hausmann
2014-01-02
1
-23
/
+31
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-4
/
+4
*
Fix QDBusAbstractInterface::isValid() for peer connections
Alberto Mardegan
2013-07-16
1
-3
/
+11
*
Fix wildcard signal disconnection in QDBusAbstractInterface
Thiago Macieira
2013-03-19
1
-3
/
+16
*
Make sure that signal disconnects don't disconnect too much
Thiago Macieira
2013-03-19
1
-1
/
+1
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
1
-1
/
+1
*
Doc: Fix module name format
Sze Howe Koh
2013-01-25
1
-2
/
+2
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Doc: Modularize QtDBus documentation and add missing file to QtNetwork.
Casper van Donderen
2012-05-09
1
-2
/
+2
*
Pass configured timeout to callWithCallback too.
David Faure
2012-05-02
1
-1
/
+2
*
Fix unit confusion in ccf3b9e48b2d773999a9a88e249f79380618cde6
David Faure
2012-05-02
1
-2
/
+2
*
Port QtDBus to QMetaMethod-based connectNotify()
Kent Hansen
2012-05-01
1
-3
/
+4
*
Use the new QMetaMethod API in QtDBus
Kent Hansen
2012-03-20
1
-2
/
+2
*
QtDBus: make some constructors explicit
Marc Mutz
2012-03-12
1
-4
/
+4
*
Rename QMetaMethod::signature() to methodSignature()
Kent Hansen
2012-02-29
1
-1
/
+1
[next]