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
/
qdbuspendingcall.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasing
Marc Mutz
2024-11-08
1
-3
/
+1
*
QDBusConnectionPrivate: Fix race in sendWithReply()
Ievgenii Meshcheriakov
2023-09-22
1
-0
/
+20
*
QtDBus: Remove uses of Q_UNUSED on used variables
Ievgenii Meshcheriakov
2023-09-11
1
-1
/
+0
*
QDBusPendingCall: Remove private slot
Ievgenii Meshcheriakov
2023-08-28
1
-17
/
+3
*
QtDBus: Use non-textual version of QMetaObject::invokeMethod
Ievgenii Meshcheriakov
2023-05-04
1
-1
/
+3
*
dbus: Include some debug messages when failing to connect
Aleix Pol
2022-11-26
1
-5
/
+7
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtDBus: includemocs
Marc Mutz
2022-04-28
1
-0
/
+2
*
QtDBus: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-12
1
-3
/
+4
*
Fix qdoc warnings in QtDBus
Volker Hilsheimer
2020-10-21
1
-6
/
+7
*
Use QMetaType instead of integer based type ids
Lars Knoll
2020-09-23
1
-5
/
+3
*
Deprecate the static int based API in QMetaType
Lars Knoll
2020-08-24
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-18
1
-3
/
+2
|
\
|
*
Doc: Fix qdoc compilation errors qtbase
Nico Vertriest
2020-01-17
1
-3
/
+2
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-3
/
+3
|
/
*
QtDBus: port all QMutexLocker users to qt_{scoped,unique}_lock
Marc Mutz
2019-08-23
1
-7
/
+8
*
QtDBus: use new QLatin1String::arg()
Marc Mutz
2019-06-03
1
-2
/
+2
*
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-1
/
+1
*
doc: Fix all clang parse errors in QtBase during PCH build
Martin Smith
2018-11-05
1
-6
/
+6
*
Doc: Add missing full stops in briefs
Paul Wicking
2018-06-21
1
-2
/
+2
*
doc: update dbus sources for clangqdoc
Martin Smith
2017-12-08
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-21
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Use Q_UNLIKELY for every qFatal()/qCritical()
Marc Mutz
2015-11-29
1
-1
/
+1
*
QDBusPendingCall: Remove unused member
Thiago Macieira
2015-10-15
1
-1
/
+0
*
Implement the blocking QtDBus call in terms of the non-blocking one
Thiago Macieira
2015-09-15
1
-1
/
+2
*
Use QStringLiteral where applicable in QtDBus
Thiago Macieira
2015-03-31
1
-1
/
+2
*
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
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-7
/
+7
*
QDbus: Fix (!a == b) comparison
Tobias Hunger
2013-09-02
1
-1
/
+1
*
Change QDBusPendingCallPrivate to full reference counting for deletion.
Peter Seiderer
2013-07-29
1
-0
/
+6
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Add more qtbase implictly-shared classes to the list
Giuseppe D'Angelo
2012-11-30
1
-0
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static ints
Marc Mutz
2012-09-22
1
-2
/
+2
*
Merge branch 'docs-refactoring' into master
Marius Storm-Olsen
2012-05-10
1
-2
/
+2
|
\
|
*
Doc: Modularize QtDBus documentation and add missing file to QtNetwork.
Casper van Donderen
2012-05-09
1
-2
/
+2
*
|
QtDBus: add member-swap to shared classes
Marc Mutz
2012-05-09
1
-0
/
+8
|
/
*
Merge master into api_changes
Kent Hansen
2012-03-27
1
-6
/
+1
|
\
|
*
Use QVector<int> instead of QList<int> for storing metatypes in QtDBus
Thiago Macieira
2012-03-24
1
-6
/
+1
*
|
QtDBus: make some constructors explicit
Marc Mutz
2012-03-12
1
-1
/
+1
|
/
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Don't directly access QList contents
Alberto Mardegan
2011-11-16
1
-3
/
+6
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-17
/
+17
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+539