summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/main.qml6
-rw-r--r--mobile-widgets/qml/mobile-resources.qrc10
2 files changed, 10 insertions, 6 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 7423c60c6..cdb1a1bad 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -520,6 +520,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
pageStack.push(themetest)
}
}
+ /* disable for now
Kirigami.Action {
text: qsTr("Dive planner")
@@ -559,6 +560,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
}
}
+ */
}
] // end actions
Image {
@@ -766,7 +768,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
id: mapPage
visible: false
}
-
+/* this shouldn't be exposed unless someone will finish the work
DivePlannerSetup {
id: divePlannerSetupWindow
visible: false
@@ -786,7 +788,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
id: divePlannerManagerWindow
visible: false
}
-
+ */
DiveSummary {
id: diveSummaryWindow
visible: false
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc
index 76dfabf33..e247e60d3 100644
--- a/mobile-widgets/qml/mobile-resources.qrc
+++ b/mobile-widgets/qml/mobile-resources.qrc
@@ -22,10 +22,12 @@
<file>DiveList.qml</file>
<file>DownloadFromDiveComputer.qml</file>
<file>DownloadedDiveDelegate.qml</file>
- <file>DivePlannerEdit.qml</file>
- <file>DivePlannerManager.qml</file>
- <file>DivePlannerSetup.qml</file>
- <file>DivePlannerView.qml</file>
+ <!-- dive planner is unfinished, disable
+ <file>DivePlannerEdit.qml</file>
+ <file>DivePlannerManager.qml</file>
+ <file>DivePlannerSetup.qml</file>
+ <file>DivePlannerView.qml</file>
+ -->
<file>DiveSummary.qml</file>
<file>Export.qml</file>
<file>GpsList.qml</file>