Remove binding dependency on QQmlExpression
authorAaron Kennedy <aaron.kennedy@nokia.com>
Fri, 9 Mar 2012 08:16:50 +0000 (09:16 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 15 Mar 2012 00:33:24 +0000 (01:33 +0100)
commit5ae8caba10a79c2298939aff777a0201959a94af
tree2477ed24cb6d0c0309f662f1a63d26b4619df4ce
parentb06108350b1390b51886474628e03e2e84640548
Remove binding dependency on QQmlExpression

This is the first step to creating much lighter weight bindings that
are tuned for the specific scenario in which they're used.

Change-Id: Ib985dcff25679b711b5c634bbc891aa7902bf405
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
25 files changed:
src/qml/debugger/qqmlenginedebugservice.cpp
src/qml/qml/qml.pri
src/qml/qml/qqmlabstractbinding.cpp
src/qml/qml/qqmlabstractbinding_p.h
src/qml/qml/qqmlbinding.cpp
src/qml/qml/qqmlbinding_p.h
src/qml/qml/qqmlbinding_p_p.h [deleted file]
src/qml/qml/qqmlcomponent.cpp
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmlexpression.cpp
src/qml/qml/qqmlexpression.h
src/qml/qml/qqmlexpression_p.h
src/qml/qml/qqmljavascriptexpression.cpp
src/qml/qml/qqmljavascriptexpression_p.h
src/qml/qml/qqmlproperty.cpp
src/qml/qml/qqmlproperty_p.h
src/qml/qml/qqmlvme.cpp
src/qml/qml/v8/qv8bindings.cpp
src/qml/qml/v8/qv8qobjectwrapper.cpp
src/qml/qml/v8/qv8valuetypewrapper.cpp
src/quick/items/qquickstateoperations.cpp
src/quick/qtquick2.cpp
src/quick/util/qquickpropertychanges.cpp
tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp