summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year of qdbuscpp2xml and qdbusxml2cpp to 2017Alex Blasche2017-07-141-1/+1
* Fix empty "Command line was" string in generated source filesAlex Blasche2017-07-141-0/+5
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-2/+2
* Fix using 0 as null pointerJesus Fernandez2016-12-061-1/+1
* qdbusxml2cpp: Add application name and input file to warningsFriedemann Kleint2016-11-291-14/+23
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-6/+32
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-6/+32
| |\
| | * Fix signal code generationAlbert Astals Cid2016-10-031-6/+32
* | | qdbusxmlparser: Enabled error outputAndreas Wilhelm2016-09-271-0/+4
|/ /
* | qdbusxml2cpp: Ported to QCommandLineParserAndreas Wilhelm2016-08-051-129/+74
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-3/+6
|\|
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-3/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+1
|\|
| * Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* | qdbusxml2cpp: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-10/+10
* | qdbusxml2cpp: port classNameForInterface() to QStringRefMarc Mutz2016-01-261-9/+6
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Make qdbusxml2cpp output reproducibleSune Vuorela2015-02-121-10/+4
* Update copyright headersJani Heikkinen2015-02-111-8/+8
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\
| * Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* | Add annotation to rename methods created by qdbusxml2cppDavid Edmundson2015-01-051-3/+12
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Force qdbusxml2cpp to use QStringLiteral rather than QLatin1StringAlex Blasche2014-05-151-3/+3
* Update copyright year in tools outputKai Koehne2014-03-311-2/+2
* qdbusxml2cpp: Use the mtime on the input XML to avoid needless source changes.Robin Burchell2013-11-301-3/+8
* qdbusxml2cpp: Fix warnings about writing to closed devices.Friedemann Kleint2013-10-291-12/+17
* Let qdbusxml2cpp generate code that compiles: no '-' in variable names.David Faure2013-07-011-0/+4
* normalize #includesOswald Buddenhagen2013-03-141-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-2/+2
* qdbusxml2cpp: Check string length before checking for \r\n.Jon Severinsson2013-01-021-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-25/+25
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-191-9/+9
* Use QStringList::join(QChar) overload where applicable [QtDBus]Marc Mutz2012-09-101-1/+1
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-2/+2
* Doc: Modularize QtDBus documentation and add missing file to QtNetwork.Casper van Donderen2012-05-091-21/+0
* Fix typo in backwards compatibility code.Stephen Kelly2012-04-211-1/+1
* Update com.trolltech -> org.qtproject in the bootstrapped toolsThiago Macieira2012-04-161-13/+40
* Bootstrap qdbusxml2cppStephen Kelly2012-03-181-6/+9
* Add qdbusxml2cpp.Stephen Kelly2012-03-181-0/+1148