Remove old compiler and VME
authorSimon Hausmann <simon.hausmann@digia.com>
Thu, 6 Mar 2014 15:55:09 +0000 (16:55 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 7 Mar 2014 14:33:19 +0000 (15:33 +0100)
commit99efe4309379482fce5c231885883e359bf85290
treedbb9333a547fa1939bd63bd64136611e9fe82968
parent9fc17c08e5635cf112c6194e6c24af2a9c7caf00
Remove old compiler and VME

This removes the bulk of the code. A few smaller cleanups remain, to be
done in smaller changes as they move code around.

Additionally the "optimize" option of qqmlbundle was removed. It called QQmlScript::Parser::preparseData,
which however was not implemented and always returned an empty QByteArray. Therefore "optimize" would not
do anything and the class is gone now :)

Change-Id: I0c265e756704cb53c5250be1f69e4a3e1b6e64d5
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
34 files changed:
src/qml/qml/qml.pri
src/qml/qml/qqmlcompileddata.cpp
src/qml/qml/qqmlcompiler.cpp [deleted file]
src/qml/qml/qqmlcompiler_p.h
src/qml/qml/qqmlcomponent.cpp
src/qml/qml/qqmlcomponent_p.h
src/qml/qml/qqmlcustomparser.cpp
src/qml/qml/qqmlcustomparser_p.h
src/qml/qml/qqmlcustomparser_p_p.h [deleted file]
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmlengine_p.h
src/qml/qml/qqmlincubator.cpp
src/qml/qml/qqmlincubator_p.h
src/qml/qml/qqmlinstruction.cpp [deleted file]
src/qml/qml/qqmlinstruction_p.h [deleted file]
src/qml/qml/qqmlscript.cpp
src/qml/qml/qqmlscript_p.h
src/qml/qml/qqmlstringconverters.cpp
src/qml/qml/qqmltypeloader.cpp
src/qml/qml/qqmltypeloader_p.h
src/qml/qml/qqmlvme.cpp
src/qml/qml/qqmlvme_p.h
src/qml/types/qqmlconnections.cpp
src/qml/types/qqmlconnections_p.h
src/qml/types/qqmldelegatemodel.cpp
src/qml/types/qqmllistmodel.cpp
src/qml/types/qqmllistmodel_p.h
src/quick/util/qquickpropertychanges.cpp
src/quick/util/qquickpropertychanges_p.h
tests/auto/qml/qqmlinstruction/qqmlinstruction.pro [deleted file]
tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp [deleted file]
tests/auto/qml/qqmllanguage/testtypes.cpp
tests/auto/qml/qqmllanguage/testtypes.h
tools/qmlbundle/main.cpp