Qt Declarative (Quick 2)
Go to file
Simon Hausmann ba68143c1b [new compiler] Fix JavaScript expressions in composite types
When creating a composite type, we instantiate a nested QQmlObjectCreator
on the QQmlCompiledData of the composite type. It may be that this is
the first time the type is instantiated and the QV4::CompiledData::CompilationUnit
isn't linked into the engine yet. Instead of doing that on the QQmlComponent
side, do it in the QQmlObjectCreator constructor (on demand), so that it
also works for nested builders.

Change-Id: I614bbae4ef6da5a5960cc64b40b092663e1bd810
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-09-20 22:14:04 +02:00
bin Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
dist New scenegraph renderer and atlas textures. 2013-09-02 14:24:36 +02:00
examples Apply file selectors to QQmlApplicationEngine apps 2013-09-20 01:08:53 +02:00
src [new compiler] Fix JavaScript expressions in composite types 2013-09-20 22:14:04 +02:00
tests Disable gui tests on Mac for now 2013-09-20 01:12:43 +02:00
tools Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEAD 2013-09-20 08:29:17 +02:00
.gitattributes Update the git-archive export options 2012-09-10 14:24:05 +02:00
.gitignore Revert "Simplify JS bindings generation" 2013-06-13 14:17:03 +02:00
.gitmodules Prospective fix for builds in the CI system on Windows machines 2013-08-07 11:51:25 +02:00
.qmake.conf Enable -Werror for qtdeclarative 2013-09-11 01:12:17 +02:00
.tag Update the git-archive export options 2012-09-10 14:24:05 +02:00
LGPL_EXCEPTION.txt Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.FDL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.GPL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.LGPL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
qtdeclarative.pro Enable QtDeclarative for iOS 2013-08-07 11:52:20 +02:00
sync.profile Revert "Temporarily pin qtbase to a working version..." 2013-09-03 09:17:35 +02:00