summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusinternalfilters.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDBus: Make QObject * argument to generateSubObjectXml() constIevgenii Meshcheriakov2023-08-101-1/+1
* QtDBus: Convert some loops to ranged for loopsIevgenii Meshcheriakov2023-05-151-38/+32
* D-Bus: use move() on QVariants in writeProperty()Marc Mutz2023-05-021-2/+2
* QtDBus: Fix declaration of helper qDBusGenerateMetaObjectXml()Friedemann Kleint2023-02-211-2/+2
* dbus: use same type of matching quotesMaxime Roussin-Bélanger2022-10-211-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtDBus: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-121-9/+9
* QtDBus: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-121-12/+14
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-8/+8
* Cleanup DBus type registration codeLars Knoll2020-09-231-1/+1
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-2/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* QtDBus: use new QLatin1String::arg()Marc Mutz2019-06-031-10/+10
* Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-1/+1
* Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-2/+1
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-4/+2
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-0/+3
* QDBusConnection::registorObject with interfaceKevron Rees2015-02-151-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Added PropertiesChanged signal to dbus introspection dataMatt Broadstone2014-01-091-0/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+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-1/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-6/+8
* qtdbus: Export org.freedesktop.DBus.Peer interface when introspectedDaniele E. Domenichelli2012-06-221-0/+9
* Introduce the new UnknownProperty and PropertyReadOnly errorsThiago Macieira2012-04-161-1/+12
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-161-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove qDBusNameToTypeId function.Jędrzej Nowacki2012-01-271-12/+8
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add DBus VirtualObject to handle multiple paths.Frederik Gladhorn2011-08-181-1/+7
* 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/+503