Menu renamed to ContextMenu
authorTomasz Olszak <olszak.tomasz@gmail.com>
Wed, 12 Jun 2013 12:11:13 +0000 (14:11 +0200)
committerTomasz Olszak <olszak.tomasz@gmail.com>
Wed, 12 Jun 2013 16:38:22 +0000 (18:38 +0200)
Change-Id: Ie2563ec9c5a3c4d8a47503cafc5eddd40fada67b
Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
examples/touch/content/ContextMenuPage.qml
src/controls/ContextMenu.qml [moved from src/controls/Menu.qml with 100% similarity]
src/controls/controls.pro
src/controls/qmldir

index 73174a8..1856f23 100644 (file)
@@ -36,7 +36,7 @@ Item {
     height: parent.height
 
 
-    Menu {
+    ContextMenu {
         id: menu
         anchorItem: center
         anchorPoint: Qt.point(center.width/2, center.height/2)
index 3b9408d..1438a88 100644 (file)
@@ -4,7 +4,7 @@ TARGETPATH = QtQuick/Controls/Tizen
 QML_FILES += \
     Switch.qml \
     DetailButton.qml\
-    Menu.qml\
+    ContextMenu.qml\
     SplitView.qml\
     ScrollDecorator.qml
 
index 67c63c2..dce7ace 100644 (file)
@@ -2,6 +2,6 @@ module QtQuick.Controls.Tizen
 
 Switch 1.0 Switch.qml
 DetailButton 1.0 DetailButton.qml
-Menu 1.0 Menu.qml
+ContextMenu 1.0 ContextMenu.qml
 SplitView 1.0 SplitView.qml
 ScrollDecorator 1.0 ScrollDecorator.qml