Add QtQml.Models module
authorAlan Alpert <aalpert@rim.com>
Wed, 23 Jan 2013 22:08:58 +0000 (14:08 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 12 Mar 2013 22:25:48 +0000 (23:25 +0100)
commit700910d938c75c978f765ec8438f81e70676999a
tree37a8397a13e3217db8140acf85644c8df452aca9
parentfa8a4beb157f82e02cf8471ade7da0faee7a9fa1
Add QtQml.Models module

The moved Model classes can now be exposed in a QtQml import.

To keep the QtQml import resticted to more core functionality, they are
being exposed in a plugin module.

Change-Id: I0a84642a72c7c9bbf9b6ffd2a6c33549f8e61c29
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
41 files changed:
examples/quick/demos/photoviewer/PhotoViewerCore/AlbumDelegate.qml
examples/quick/demos/photoviewer/photoviewer.qml
examples/quick/demos/stocqt/stocqt.qml
examples/quick/draganddrop/doc/src/draganddrop.qdoc
examples/quick/draganddrop/views/gridview.qml
examples/quick/shadereffects/shadereffects.qml
examples/quick/tutorials/dynamicview/dynamicview3/dynamicview.qml
examples/quick/tutorials/dynamicview/dynamicview4/dynamicview.qml
examples/quick/tutorials/gettingStartedQml/core/MenuBar.qml
examples/quick/tutorials/gettingStartedQml/parts/part2/MenuBar.qml
examples/quick/tutorials/gettingStartedQml/parts/part3/MenuBar.qml
examples/quick/tutorials/gettingStartedQml/parts/part4/MenuBar.qml
examples/quick/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml
examples/quick/views/doc/src/views.qdoc
examples/quick/views/objectmodel/objectmodel.qml [moved from examples/quick/views/visualitemmodel/visualitemmodel.qml with 98% similarity]
examples/quick/views/package/view.qml
examples/quick/views/parallax/content/ParallaxView.qml
examples/quick/views/views.qml
examples/quick/views/views.qrc
examples/quick/views/visualdatamodel/dragselection.qml
examples/quick/views/visualdatamodel/slideshow.qml
src/imports/imports.pro
src/imports/models/models.pro [new file with mode: 0644]
src/imports/models/plugin.cpp [new file with mode: 0644]
src/imports/models/qmldir [new file with mode: 0644]
src/qml/items/items.pri
src/qml/items/qqmldelegatemodel.cpp
src/qml/items/qqmldelegatemodel_p.h
src/qml/items/qqmldelegatemodel_p_p.h
src/qml/items/qqmlmodelsmodule.cpp [new file with mode: 0644]
src/qml/items/qqmlmodelsmodule_p.h [new file with mode: 0644]
src/qml/items/qqmlobjectmodel.cpp
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmllistmodel.cpp
tests/auto/qml/qml.pro
tests/auto/qml/qtqmlmodules/data/base.qml [new file with mode: 0644]
tests/auto/qml/qtqmlmodules/data/models.qml [new file with mode: 0644]
tests/auto/qml/qtqmlmodules/data/unavailable.qml [new file with mode: 0644]
tests/auto/qml/qtqmlmodules/qtqmlmodules.pro [new file with mode: 0644]
tests/auto/qml/qtqmlmodules/tst_qtqmlmodules.cpp [new file with mode: 0644]
tests/auto/quick/qquickvisualdatamodel/tst_qquickvisualdatamodel.cpp