Initial bundle support
authorAaron Kennedy <aaron.kennedy@nokia.com>
Tue, 10 Apr 2012 17:11:30 +0000 (18:11 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 4 May 2012 11:15:01 +0000 (13:15 +0200)
commit6f3bda0dce945a5fc75d8ebad302820fe9979d9b
tree6581aad8a7fb21ccbebe09d23c30af0e3236e266
parent44f9412bf789d73dd462292038686f5b07026132
Initial bundle support

Change-Id: I095249f64ecf4ef1e3fbfb164e3d50edffab61e8
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
52 files changed:
src/imports/folderlistmodel/qquickfolderlistmodel.cpp
src/qml/qml/parser/parser.pri
src/qml/qml/qml.pri
src/qml/qml/qqmlbundle.cpp [new file with mode: 0644]
src/qml/qml/qqmlbundle_p.h [new file with mode: 0644]
src/qml/qml/qqmlcompiler.cpp
src/qml/qml/qqmlcompiler_p.h
src/qml/qml/qqmldirparser.cpp
src/qml/qml/qqmldirparser_p.h
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmlengine.h
src/qml/qml/qqmlengine_p.h
src/qml/qml/qqmlfile.cpp [new file with mode: 0644]
src/qml/qml/qqmlfile.h [new file with mode: 0644]
src/qml/qml/qqmlimport.cpp
src/qml/qml/qqmlimport_p.h
src/qml/qml/qqmlscript.cpp
src/qml/qml/qqmlscript_p.h
src/qml/qml/qqmltypeloader.cpp
src/qml/qml/qqmltypeloader_p.h
src/qml/qml/qquickworkerscript.cpp
src/qml/qml/v8/qv8include.cpp
src/quick/items/qquickanimatedimage.cpp
src/quick/items/qquickborderimage.cpp
src/quick/util/qquickfontloader.cpp
src/quick/util/qquickpixmapcache.cpp
tests/auto/qml/qml.pro
tests/auto/qml/qqmlbundle/data/bundleImport/bundleImport.1.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/bundleImport/bundleImport.2.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/MyType.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/subdir/MySubType.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/componentFromBundle/bundledata/test.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/import.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/imports/bundletest/bundledata/qmldir [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/imports/bundletest/bundledata/subdir/qmldir [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/imports/bundletest/empty.json [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/imports/bundletest/plugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/imports/bundletest/plugin1.pro [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/relativeQmldir/bundledata/subdir/qmldir [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/relativeQmldir/bundledata/subdir/st.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/relativeQmldir/bundledata/test.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/MyType.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/test.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/relativeResolution.2/bundledata/subdir/MyType.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/data/relativeResolution.2/bundledata/subdir/test.qml [new file with mode: 0644]
tests/auto/qml/qqmlbundle/qqmlbundle.pro [new file with mode: 0644]
tests/auto/qml/qqmlbundle/tst_qqmlbundle.cpp [new file with mode: 0644]
tests/auto/qml/qqmlbundle/tst_qqmlbundle.pro [new file with mode: 0644]
tools/qmlbundle/main.cpp [new file with mode: 0644]
tools/qmlbundle/qmlbundle.pro [new file with mode: 0644]
tools/qmlscene/main.cpp
tools/tools.pro