Move ListModel and ListElement to the QtQml import
authorAlan Alpert <aalpert@rim.com>
Thu, 10 Jan 2013 22:07:37 +0000 (14:07 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 24 Jan 2013 16:14:12 +0000 (17:14 +0100)
commitbbb3d5b403511f6e0bc1966835983b2574596e25
tree18af25145c1eb0474f0bac6531d9ec8ae4361c3b
parenteab53ad9fe0aa9664702d446a704256f46106c56
Move ListModel and ListElement to the QtQml import

They're already in the QtQml module, but were left in the QtQuick import
because they were considered to be of minimal use without QtQuick types.

QtQml types are being developed would could make ListModel useful
without QtQuick, indicating that they should no longer be considered
QtQuick depedent.

Change-Id: I31499f2cc23baf4bc70fb451ba164408bed89ff6
Reviewed-by: Andrew den Exter <andrew.den.exter@qinetic.com.au>
31 files changed:
src/qml/qml/qml.pri
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmllistmodel.cpp [moved from src/qml/qml/qquicklistmodel.cpp with 92% similarity]
src/qml/qml/qqmllistmodel_p.h [moved from src/qml/qml/qquicklistmodel_p.h with 83% similarity]
src/qml/qml/qqmllistmodel_p_p.h [moved from src/qml/qml/qquicklistmodel_p_p.h with 93% similarity]
src/qml/qml/qqmllistmodelworkeragent.cpp [moved from src/qml/qml/qquicklistmodelworkeragent.cpp with 77% similarity]
src/qml/qml/qqmllistmodelworkeragent_p.h [moved from src/qml/qml/qquicklistmodelworkeragent_p.h with 90% similarity]
src/qml/qml/qquickworkerscript.cpp
src/qml/qml/v8/qv8worker.cpp
tests/auto/qml/qml.pro
tests/auto/qml/qqmllistmodel/data/enumerate.qml [moved from tests/auto/qml/qquicklistmodel/data/enumerate.qml with 100% similarity]
tests/auto/qml/qqmllistmodel/data/multipleroles.qml [moved from tests/auto/qml/qquicklistmodel/data/multipleroles.qml with 100% similarity]
tests/auto/qml/qqmllistmodel/data/setmodelcachelist.qml [moved from tests/auto/qml/qquicklistmodel/data/setmodelcachelist.qml with 100% similarity]
tests/auto/qml/qqmllistmodel/data/signalhandlers.qml [moved from tests/auto/qml/qquicklistmodel/data/signalhandlers.qml with 100% similarity]
tests/auto/qml/qqmllistmodel/qqmllistmodel.pro [moved from tests/auto/qml/qquicklistmodel/qquicklistmodel.pro with 79% similarity]
tests/auto/qml/qqmllistmodel/tst_qqmllistmodel.cpp [moved from tests/auto/qml/qquicklistmodel/tst_qquicklistmodel.cpp with 95% similarity]
tests/auto/qml/qqmllistmodelworkerscript/data/model.qml [moved from tests/auto/qml/qquicklistmodelworkerscript/data/model.qml with 100% similarity]
tests/auto/qml/qqmllistmodelworkerscript/data/script.js [moved from tests/auto/qml/qquicklistmodelworkerscript/data/script.js with 100% similarity]
tests/auto/qml/qqmllistmodelworkerscript/data/workerremoveelement.js [moved from tests/auto/qml/qquicklistmodelworkerscript/data/workerremoveelement.js with 100% similarity]
tests/auto/qml/qqmllistmodelworkerscript/data/workerremoveelement.qml [moved from tests/auto/qml/qquicklistmodelworkerscript/data/workerremoveelement.qml with 100% similarity]
tests/auto/qml/qqmllistmodelworkerscript/data/workerremovelist.js [moved from tests/auto/qml/qquicklistmodelworkerscript/data/workerremovelist.js with 100% similarity]
tests/auto/qml/qqmllistmodelworkerscript/data/workerremovelist.qml [moved from tests/auto/qml/qquicklistmodelworkerscript/data/workerremovelist.qml with 100% similarity]
tests/auto/qml/qqmllistmodelworkerscript/data/workersync.js [moved from tests/auto/qml/qquicklistmodelworkerscript/data/workersync.js with 100% similarity]
tests/auto/qml/qqmllistmodelworkerscript/data/workersync.qml [moved from tests/auto/qml/qquicklistmodelworkerscript/data/workersync.qml with 100% similarity]
tests/auto/qml/qqmllistmodelworkerscript/qqmllistmodelworkerscript.pro [moved from tests/auto/qml/qquicklistmodelworkerscript/qquicklistmodelworkerscript.pro with 71% similarity]
tests/auto/qml/qqmllistmodelworkerscript/tst_qqmllistmodelworkerscript.cpp [moved from tests/auto/qml/qquicklistmodelworkerscript/tst_qquicklistmodelworkerscript.cpp with 94% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestQmlPluginType/qmldir [deleted file]
tests/auto/qml/qquickworkerscript/tst_qquickworkerscript.cpp
tests/auto/quick/qquickgridview/tst_qquickgridview.cpp
tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
tests/auto/quick/qquickpathview/tst_qquickpathview.cpp