summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbuscpp2xml/qdbuscpp2xml.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-8/+8
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-3/+3
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-5/+4
* Use QList instead of QVector in other toolsJarek Kobus2020-06-251-5/+4
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* Bump copyright yearJani Heikkinen2020-01-091-2/+2
* QRegExp include cleanupSamuel Gaist2019-04-191-1/+0
* Bump copyright year to 2019Kai Koehne2018-12-181-1/+1
* qdbuscpp2xml: Don't silently ignore unregistered property typesLuca Weiss2018-11-121-1/+4
* Bump copyright year of code generated by dbus toolsAlex Blasche2018-09-031-1/+1
* Bump copyright year of qdbuscpp2xml and qdbusxml2cpp to 2017Alex Blasche2017-07-141-1/+1
* Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
* Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-9/+8
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-4/+4
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+1
|\
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-0/+1
* | moc: replace inefficient QLists with QVectorsMarc Mutz2016-02-101-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+1
|\|
| * Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* | qdbuscpp2xml: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-8/+9
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | qdbuscpp2xml: Fixed wrong filename being reported in messagesSwen Kooij2016-01-161-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-8/+8
* Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* Check the Q_SCRIPTABLE tag of signals and slots as early as possible.Robert Griebl2014-11-041-0/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Update copyright year in tools outputKai Koehne2014-03-311-2/+2
* QDBus: improve error handling, to give the developer feedback.David Faure2013-07-011-4/+8
* normalize #includesOswald Buddenhagen2013-03-141-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-25/+25
* QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static intsMarc Mutz2012-09-221-2/+2
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-191-8/+8
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-1/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* Update com.trolltech -> org.qtproject in the bootstrapped toolsThiago Macieira2012-04-161-5/+5
* Merge master into api_changesKent Hansen2012-03-271-2/+3
* Bootstrap qdbuscpp2xml.Stephen Kelly2012-03-181-210/+221
* Add qdbuscpp2xml.Stephen Kelly2012-03-181-0/+446