aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlplugindump: Don't try to import Qt.test.qtestrootAlbert Astals Cid2015-12-151-0/+8
* QmlJs: separate dumping of Qt built-ins and QtQml.Marco Benelli2015-11-271-3/+37
* Proper handling of composite types with different versions.Marco Benelli2015-11-031-9/+17
* Tools: Fix single-character string literals.Friedemann Kleint2015-10-131-3/+3
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-10/+11
* qmlplugindump: Drop '.exe' suffix in commentKai Koehne2015-09-231-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-0/+8
|\
| * Warn if a composite type is not ready and continue.Marco Benelli2015-09-011-0/+8
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-1/+3
|/
* qmlplugindump: add dependenciesMarco Benelli2015-04-211-20/+221
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix build on MinGWKonstantin Ritt2014-12-281-1/+3
* qmlplugindump: Use _CrtSetReportMode() for MSVC only.Friedemann Kleint2014-09-191-2/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* qmlplugindumper: do not pop up a window if an assert is triggeredFawzi Mohamed2014-08-011-0/+11
* Delete objects created by qmlplugindumpDaiwei Li2014-06-301-0/+1
* qmlplugindump: correctly merge composite typesFawzi Mohamed2014-04-181-48/+77
* qmlplugindump: set isCreatable true in composite typesFawzi Mohamed2014-04-091-3/+2
* qmlplugindump: adding isCompositeFawzi Mohamed2014-02-261-0/+1
* qmlplugindump: adding writeBooleanBinding to write booleansFawzi Mohamed2014-02-251-5/+5
* Force QML engine debug output to stderr in qmlplugindumpUlf Hermann2014-02-051-0/+18
* Qmlplugindump error messages are not written consistentlyDaniel Pesch2014-01-231-16/+16
* qmplugindump is not able to dump all registered componentsDaniel Pesch2014-01-211-0/+16
* qmlplugindump: New component properties isCreatable and isSingletonDaniel Pesch2014-01-201-13/+33
* qmlplugindump: adding verbose output for the instantiation operationsFawzi Mohamed2013-09-191-2/+18
* qmlplugindump: Update the description for the generated fileCaroline Chao2013-09-181-2/+3
* qmlplugindump: Add --defaultplatform argumentCaroline Chao2013-09-181-2/+15
* qmlplugindump: QMetaMethod signals have public accessCaroline Chao2013-09-181-1/+1
* qmlplugindump: fix prototypes identification for composite typesCaroline Chao2013-09-171-11/+11
* qmlplugindump: Add support for composite typesCaroline Chao2013-09-131-54/+139
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+2
* Add --noinstantiate to qmlplugindumpAlan Alpert2013-05-291-38/+44
* qmlplugindump: add an explicit -relocatable switchFawzi Mohamed2013-04-241-2/+7
* Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
* qmlplugindump: always output exportMetaObjectRevisionsFawzi Mohamed2013-04-151-6/+2
* qmlplugindump: don't crash if a composite type was a registeredShawn Rutledge2013-02-181-4/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* QmlPluginDump: Prevent crash if run without WMKai Koehne2012-11-301-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* qmlplugindump: Update help outputKai Koehne2012-09-181-1/+1
* qmlplugindump: Fix handling of implicit signalsKai Koehne2012-09-101-1/+1
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* qmlplugindump: Fix dumping of typesKai Koehne2012-09-071-1/+1
* qmlplugindump: Take care of 'void' typesKai Koehne2012-09-071-2/+2
* Refactor singleton type registration codeChris Adams2012-08-281-58/+16
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-19/+22
* qmlplugindump: Add comment to file that it was auto-generatedThomas McGuire2012-07-041-2/+4
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-2/+2
* Adapt to Qt5 meta-object changesKent Hansen2012-03-131-10/+5
* Merge master <-> api_changesMatthew Vogt2012-03-051-1/+1
|\