QML UI: show better message about dive list at start

Now the message should make more sense. First it tells you that it's looking
for dives. Then you get some progress during the git download, and error
messages if things failed.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-14 23:00:19 -08:00
parent 7aab635585
commit a26eda9700
3 changed files with 62 additions and 5 deletions

View file

@ -20,7 +20,7 @@ Item {
id: welcomeText
Layout.fillWidth: true
Layout.bottomMargin: MobileComponents.Units.largeSpacing
text: "No recorded dives found. You can download your dives to this device from the Subsurface cloud storage service, from your dive computer, or add them manually."
text: manager.startPageText
wrapMode: Text.WordWrap
Layout.columnSpan: 2
}