aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
| * Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-4/+4
| * qmlplugindump: fix prototypes identification for composite typesCaroline Chao2013-09-171-11/+11
| * Add qml toolAlan Alpert2013-09-179-0/+737
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-131-0/+1
| |\
| | * Fix a warning about not using a set variableLaszlo Papp2013-09-051-0/+1
| * | qmlplugindump: Add support for composite typesCaroline Chao2013-09-131-54/+139
| * | Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-132-3/+6
| * | Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* | | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-4/+4
|\| |
| * | Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-4/+4
* | | Fix error reporting in the new object creatorSimon Hausmann2013-09-081-0/+4
|/ /
* | Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-2/+0
* | Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* | change calling convention for JS function callsLars Knoll2013-09-021-4/+4
* | Fix crashes when running tst_qqmlecmascript::importScripts with aggressive gcSimon Hausmann2013-09-021-2/+0
* | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-0/+2
|\ \
| * | Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-161-0/+2
* | | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-13/+1
|/ /
* | Remove the llvm isel backendLars Knoll2013-08-082-172/+1
* | Initial support for debugging in the v4 interpreterSimon Hausmann2013-07-261-14/+0
* | Fix FDE generation on Intel 32-bitSimon Hausmann2013-07-231-4/+7
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-13/+10
|\|
| * qmlscene: ensure that the window & component get destructedJ-P Nurmi2013-07-041-13/+10
| * Add --noinstantiate to qmlplugindumpAlan Alpert2013-06-131-38/+44
* | Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* | Disable the JIT on Windows/AMD64 as well as on iOSSimon Hausmann2013-06-261-1/+6
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-246-52/+81
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-123-2/+6
| |\|
| | * Make qtdeclarative compile with QT_NO_NETWORKPROXYTasuku Suzuki2013-06-111-0/+2
| | * Make qtdeclarative compile with -no-guiTasuku Suzuki2013-06-101-1/+1
| | * qmlscene: if top-level is a QQuickWindow, set incubation controllerShawn Rutledge2013-06-041-1/+3
| * | Add --noinstantiate to qmlplugindumpAlan Alpert2013-05-291-38/+44
| |/
| * qmlscene: Set window flags correctly.Friedemann Kleint2013-05-231-1/+3
| * qmlscene: don't call show() on the window if it's already showingShawn Rutledge2013-05-221-1/+1
| * Tools: unnecessary to make qmlplugindump a bundleLiang Qi2013-05-201-9/+7