mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: comment out planner references
I don't expect this to be complieted. I'll keep it in the tree for the moment, but expect to remove all of the related code eventually. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f44e63b427
commit
f1a08eb952
2 changed files with 10 additions and 6 deletions
|
@ -520,6 +520,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||||
pageStack.push(themetest)
|
pageStack.push(themetest)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* disable for now
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
text: qsTr("Dive planner")
|
text: qsTr("Dive planner")
|
||||||
|
|
||||||
|
@ -559,6 +560,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
] // end actions
|
] // end actions
|
||||||
Image {
|
Image {
|
||||||
|
@ -766,7 +768,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||||
id: mapPage
|
id: mapPage
|
||||||
visible: false
|
visible: false
|
||||||
}
|
}
|
||||||
|
/* this shouldn't be exposed unless someone will finish the work
|
||||||
DivePlannerSetup {
|
DivePlannerSetup {
|
||||||
id: divePlannerSetupWindow
|
id: divePlannerSetupWindow
|
||||||
visible: false
|
visible: false
|
||||||
|
@ -786,7 +788,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
||||||
id: divePlannerManagerWindow
|
id: divePlannerManagerWindow
|
||||||
visible: false
|
visible: false
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
DiveSummary {
|
DiveSummary {
|
||||||
id: diveSummaryWindow
|
id: diveSummaryWindow
|
||||||
visible: false
|
visible: false
|
||||||
|
|
|
@ -22,10 +22,12 @@
|
||||||
<file>DiveList.qml</file>
|
<file>DiveList.qml</file>
|
||||||
<file>DownloadFromDiveComputer.qml</file>
|
<file>DownloadFromDiveComputer.qml</file>
|
||||||
<file>DownloadedDiveDelegate.qml</file>
|
<file>DownloadedDiveDelegate.qml</file>
|
||||||
<file>DivePlannerEdit.qml</file>
|
<!-- dive planner is unfinished, disable
|
||||||
<file>DivePlannerManager.qml</file>
|
<file>DivePlannerEdit.qml</file>
|
||||||
<file>DivePlannerSetup.qml</file>
|
<file>DivePlannerManager.qml</file>
|
||||||
<file>DivePlannerView.qml</file>
|
<file>DivePlannerSetup.qml</file>
|
||||||
|
<file>DivePlannerView.qml</file>
|
||||||
|
-->
|
||||||
<file>DiveSummary.qml</file>
|
<file>DiveSummary.qml</file>
|
||||||
<file>Export.qml</file>
|
<file>Export.qml</file>
|
||||||
<file>GpsList.qml</file>
|
<file>GpsList.qml</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue