summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbusxml2cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compile uic and qdbusxml2cpp more often against libbootstrapLars Knoll2016-10-181-0/+2
* 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
* | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-1/+1
* | 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
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-1/+1
|\
| * Improve dbus cross compilationBernd Weimer2014-07-281-1/+1
* | 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
* don't bootstrap tools when not necessaryOswald Buddenhagen2013-03-141-1/+3
* create bootstrap-dbus moduleOswald Buddenhagen2013-03-141-17/+2
* normalize #includesOswald Buddenhagen2013-03-142-4/+3
* remove pointless DBUS_PATH includesOswald Buddenhagen2013-03-131-2/+0
* 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
* DBUS: Fix linker errors on Windows.Friedemann Kleint2012-12-201-1/+0
* make qt_tool support building bootstrapped toolsOswald Buddenhagen2012-11-161-7/+1
* remove pointless TARGET assignmentsOswald Buddenhagen2012-11-161-1/+0
* Generate a proper static QtBootstrap moduleOswald Buddenhagen2012-11-081-1/+2
* 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 possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-071-0/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-2/+2
* don't refer to module versions during bootstrapOswald Buddenhagen2012-06-191-2/+2
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-191-3/+0
* properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-191-0/+1
* 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