summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbuspendingcall.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDBusConnectionPrivate: Fix race in sendWithReply()Ievgenii Meshcheriakov2023-09-221-0/+20
* QtDBus: Remove uses of Q_UNUSED on used variablesIevgenii Meshcheriakov2023-09-111-1/+0
* QDBusPendingCall: Remove private slotIevgenii Meshcheriakov2023-08-281-17/+3
* QtDBus: Use non-textual version of QMetaObject::invokeMethodIevgenii Meshcheriakov2023-05-041-1/+3
* dbus: Include some debug messages when failing to connectAleix Pol2022-11-261-5/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* QtDBus: includemocsMarc Mutz2022-04-281-0/+2
* QtDBus: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-121-3/+4
* Fix qdoc warnings in QtDBusVolker Hilsheimer2020-10-211-6/+7
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-5/+3
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-3/+2
|\
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-3/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
|/
* QtDBus: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-231-7/+8
* QtDBus: use new QLatin1String::arg()Marc Mutz2019-06-031-2/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-6/+6
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-2/+2
* doc: update dbus sources for clangqdocMartin Smith2017-12-081-1/+1
* Updated license headersJani Heikkinen2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* QDBusPendingCall: Remove unused memberThiago Macieira2015-10-151-1/+0
* Implement the blocking QtDBus call in terms of the non-blocking oneThiago Macieira2015-09-151-1/+2
* Use QStringLiteral where applicable in QtDBusThiago Macieira2015-03-311-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* QDbus: Fix (!a == b) comparisonTobias Hunger2013-09-021-1/+1
* Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-07-291-0/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static intsMarc Mutz2012-09-221-2/+2
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-2/+2
|\
| * Doc: Modularize QtDBus documentation and add missing file to QtNetwork.Casper van Donderen2012-05-091-2/+2
* | QtDBus: add member-swap to shared classesMarc Mutz2012-05-091-0/+8
|/
* Merge master into api_changesKent Hansen2012-03-271-6/+1
|\
| * Use QVector<int> instead of QList<int> for storing metatypes in QtDBusThiago Macieira2012-03-241-6/+1
* | QtDBus: make some constructors explicitMarc Mutz2012-03-121-1/+1
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't directly access QList contentsAlberto Mardegan2011-11-161-3/+6
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+539