aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* iOS build fix for qmlplugindumpSimon Hausmann2014-02-161-1/+1
* Force QML engine debug output to stderr in qmlplugindumpUlf Hermann2014-02-051-0/+18
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-243-29/+77
|\
| * 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-203-13/+45
* | fix whitespaceOswald Buddenhagen2014-01-222-2/+2
* | Split ManagedVTable into two classesLars Knoll2014-01-211-8/+6
|/
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* disable qml import scan for qmljsOswald Buddenhagen2013-11-301-0/+1
* qml tool on OSX: wait for a timeout before exitingShawn Rutledge2013-11-201-4/+28
* Remove '-enable-debugger' argument from qml executableKai Koehne2013-11-162-10/+5
* Improve qmlimportscanner.Morten Johan Sørvig2013-11-121-90/+134
* Add a verbose mode to qmlAlan Alpert2013-11-111-24/+35
* Fix qml runtime when loading files that imported other filesAlan Alpert2013-11-011-8/+9
* Remove the last C++ exceptions from QtQmlLars Knoll2013-10-301-2/+0
* qml tool: compiles with clangShawn Rutledge2013-10-301-1/+1
* Properly propagate parse errorsLars Knoll2013-10-291-11/+11
* Explicitly mark subdirs as host_builds in SUBDIRS templateTor Arne Vestbø2013-10-251-0/+4
* simplify host_build logic againOswald Buddenhagen2013-10-252-16/+2
* sanitize dependencies surrounding qmlimportscannerOswald Buddenhagen2013-10-251-7/+6
* untangle SUBDIRSOswald Buddenhagen2013-10-251-10/+13
* remove useless CONFIG-=app_bundleOswald Buddenhagen2013-10-251-1/+0
* Make qtdeclarative compile with -no-guiTasuku Suzuki2013-10-252-35/+70
* Rename v4 to qmljsSimon Hausmann2013-10-223-3/+4
* suppress qml import scan for the tools which don't need itOswald Buddenhagen2013-10-215-1/+5
* Fix iOS buildsSimon Hausmann2013-10-171-1/+5
* Fix the QML import search.Morten Johan Sørvig2013-10-141-26/+22
* Make qmlimportscanner report plugin classnames.Morten Johan Sørvig2013-10-141-11/+23
* Android: Skip tools built for target architectureEskil Abrahamsen Blomfeldt2013-10-111-6/+7
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-6/+7
* qmlimportscanner: Fix braces.Friedemann Kleint2013-09-281-10/+17
* qmlimportscanner: Use iostream for output consistently.Friedemann Kleint2013-09-281-11/+7
* qmlimportcanner: Compile with QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII.Friedemann Kleint2013-09-282-31/+33
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix WinCE build.v5.2.0-alpha1Sérgio Martins2013-09-251-1/+1
* qmlimportscanner: Print usage when no arguments are passed.Friedemann Kleint2013-09-251-1/+1
* qml: handle all possible QtMsgType in switch because of -WerrorShawn Rutledge2013-09-251-0/+1
* Add qmlimportscanner.Morten Johan Sørvig2013-09-233-0/+339
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-4/+2
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-5/+5
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+3
* Fix build logic for host_build tools.Morten Johan Sørvig2013-09-211-1/+9
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-2013-75/+934
|\
| * 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
| * Convert more methods to use ReturnedValueLars Knoll2013-09-181-5/+8