summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/mobile-resources.qrc
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-03 14:06:52 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-03 14:11:30 -0800
commit7a94360a6da6665ea42de29c39246a5ebc67dada (patch)
treeecd27cddb5f054476387d34f85d2065442249e4a /qt-mobile/qml/mobile-resources.qrc
parent9ef475844dbe55540ca4f53932c27ab1ce59c09d (diff)
downloadsubsurface-7a94360a6da6665ea42de29c39246a5ebc67dada.tar.gz
QML-UI: Split cloud credentials and other preferences
This makes the cloud credential entry page much simpler, separate page. It also removes the two colums and uses the label of the check box instead of having a separate label item. The preferences page of course also gets simpler by doing this. Here I kept the two columns, though. Finally the code for the old context menu was removed - not sure why this was still here. Next I need to fix the savePreferences() call to do the right thing in each case. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/mobile-resources.qrc')
-rw-r--r--qt-mobile/qml/mobile-resources.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc
index 19c580da0..ebce4c7b6 100644
--- a/qt-mobile/qml/mobile-resources.qrc
+++ b/qt-mobile/qml/mobile-resources.qrc
@@ -3,6 +3,7 @@
<file>main.qml</file>
<file>TextButton.qml</file>
<file>Preferences.qml</file>
+ <file>CloudCredentials.qml</file>
<file>DiveList.qml</file>
<file>DiveDetails.qml</file>
<file>DownloadFromDiveComputer.qml</file>