From 5d9881b8e1b435b2d2db96d195cdb8cf3c221a84 Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Wed, 6 Jan 2016 04:44:26 +0100 Subject: adjustments needed for latest mobilecomponents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - flickable is gone, Page now just takes the children items, meaning we can remove this assignment - BasicListItem is factored out, and we now need it in our qrc Signed-off-by: Sebastian Kügler --- qt-mobile/qml/DiveDetails.qml | 1 - qt-mobile/qml/DiveList.qml | 1 - qt-mobile/qml/Log.qml | 2 +- qt-mobile/qml/mobile-resources.qrc | 1 + 4 files changed, 2 insertions(+), 3 deletions(-) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml index 52fadd33c..a99aa628c 100644 --- a/qt-mobile/qml/DiveDetails.qml +++ b/qt-mobile/qml/DiveDetails.qml @@ -10,7 +10,6 @@ MobileComponents.Page { id: diveDetailsWindow width: parent.width objectName: "DiveDetails" - flickable: flick property string location property string gps diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml index 6c2d6aa90..6d8f4924c 100644 --- a/qt-mobile/qml/DiveList.qml +++ b/qt-mobile/qml/DiveList.qml @@ -10,7 +10,6 @@ MobileComponents.Page { id: page objectName: "DiveList" color: MobileComponents.Theme.viewBackgroundColor - flickable: diveListView Component { id: diveDelegate diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml index f77bf2fa9..bf3dcbdb0 100644 --- a/qt-mobile/qml/Log.qml +++ b/qt-mobile/qml/Log.qml @@ -13,7 +13,7 @@ MobileComponents.Page { width: parent.width - MobileComponents.Units.gridUnit anchors.margins: MobileComponents.Units.gridUnit / 2 objectName: "Log" - flickable: logFlick + ScrollView { anchors.fill: parent Flickable { diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index 8d799f09f..effb112f0 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -22,6 +22,7 @@ mobilecomponents/qmldir mobilecomponents/ActionGroup.qml mobilecomponents/ApplicationWindow.qml + mobilecomponents/BasicListItem.qml mobilecomponents/GlobalDrawer.qml mobilecomponents/ContextDrawer.qml mobilecomponents/Page.qml -- cgit v1.2.3-70-g09d2