summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusxmlgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDBus: Remove commented out codeIevgenii Meshcheriakov2023-06-201-50/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtDBus: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-121-7/+7
* QtDBus: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-121-23/+23
* QtDBus: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-121-7/+7
* QDBus: fix ExportScriptableInvokables to allow calling scriptable invokablesDavid Faure2021-08-231-6/+11
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-12/+12
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-4/+4
* Use QList instead of QVector in dbusJarek Kobus2020-06-251-1/+1
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* QtDBus: use new QLatin1String::arg()Marc Mutz2019-06-031-7/+7
* Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-7/+4
* qdbusxmlgenerator.cpp: reduce allocations in typeNameToXml()Anton Kudryavtsev2016-08-231-3/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Skip non-exported slots early when creating a XML interface description.Robert Griebl2015-03-251-1/+6
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QDBus: replace arg-chain with multi-argMarc Mutz2014-02-141-3/+3
* QDBus: avoid relocationsMarc Mutz2014-02-141-8/+9
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-1/+1
|\
| * Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-201-1/+1
* | QDBus: improve error handling, to give the developer feedback.David Faure2013-07-011-4/+12
|/
* Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change license header from Nokia to DigiaSergio Ahumada2012-11-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-22/+22
* QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static intsMarc Mutz2012-09-221-2/+2
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-281-3/+3
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-161-5/+5
* Merge master into api_changesKent Hansen2012-03-271-1/+1
|\
| * Use QVector<int> instead of QList<int> for storing metatypes in QtDBusThiago Macieira2012-03-241-1/+1
* | Use the new QMetaMethod API in QtDBusKent Hansen2012-03-201-6/+4
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-1/+1
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove qDBusNameToTypeId function.Jędrzej Nowacki2012-01-271-2/+2
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* 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/+308