Added TizenControls singleton in Controls.Tizen plugin.
authorTomasz Olszak <olszak.tomasz@gmail.com>
Sun, 11 Aug 2013 16:07:09 +0000 (16:07 +0000)
committerTomasz Olszak <olszak.tomasz@gmail.com>
Sun, 11 Aug 2013 19:49:56 +0000 (21:49 +0200)
commita7463f4beadd406ae9b672e0c190c5116ecf723c
tree241d917ee6b83afab698c3b9ef6627cc13251e67
parent54f3de8fe38d0a1340466525955c6a9ba8ff1426
Added TizenControls singleton in Controls.Tizen plugin.

There should be no QtQUick.Controls.Styles.Tizen import in
applications. QtQuick.Controls.Tizen should be just enough.
Fixed examples

Change-Id: I298fc8b7b2a250392faf001d5ccde89c139ab180
Reviewed-by: Jarosław Staniek <staniek@kde.org>
18 files changed:
examples/sensor-checker/content/SensorInformationItem.qml
examples/sensor-checker/main.qml
examples/touch/content/AndroidDelegate.qml
examples/touch/content/ConfigurationPage.qml
examples/touch/content/ContextMenuPage.qml
examples/touch/content/DateTimeEditPage.qml
examples/touch/main.qml
examples/twitter/content/ListDelegate.qml
src/controls/controls.pro
src/controls/internal_resources.qrc [new file with mode: 0644]
src/controls/private/TizenControls.qml [new file with mode: 0644]
src/controls/qmldir
src/controls/qquicktizencontrolsextensionplugin.cpp [new file with mode: 0644]
src/controls/qquicktizencontrolsextensionplugin.h [new file with mode: 0644]
src/styles/private/TizenStyleConfig.qml
src/styles/qmldir
src/styles/qquicktizenstyleextensionplugin.cpp
src/styles/styles.pro