From 453e9ea4ea8d56ad84c2329cb95f1dfed279be95 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 17 Apr 2015 14:06:50 +0200 Subject: Better watch versions handling Didn't react on firmware version change. --- app/qml/pages/WatchInfo.qml | 32 ++++++++++++++++---------------- app/translations/pebble-es.ts | 8 ++++++-- app/translations/pebble-pl.ts | 8 ++++++-- app/translations/pebble.ts | 8 ++++++-- 4 files changed, 34 insertions(+), 22 deletions(-) (limited to 'app') diff --git a/app/qml/pages/WatchInfo.qml b/app/qml/pages/WatchInfo.qml index 94445fb..69a916c 100644 --- a/app/qml/pages/WatchInfo.qml +++ b/app/qml/pages/WatchInfo.qml @@ -46,22 +46,6 @@ Page { Label { text: new Date(pebbled.info.bootloader * 1000).toLocaleString(Qt.locale(), Locale.ShortFormat) } - - Label { - color: Theme.highlightColor - text: qsTr("Firmware") - } - Label { - text: app.firmwareVersion - } - - Label { - color: Theme.highlightColor - text: qsTr("Recovery") - } - Label { - text: app.recoveryVersion - } } Label { @@ -80,6 +64,22 @@ Page { margins: Theme.paddingLarge } + Label { + color: Theme.highlightColor + text: qsTr("Recovery") + } + Label { + text: app.recoveryVersion + } + + Label { + color: Theme.highlightColor + text: qsTr("Running") + } + Label { + text: app.firmwareVersion + } + Label { color: Theme.highlightColor text: qsTr("Latest") diff --git a/app/translations/pebble-es.ts b/app/translations/pebble-es.ts index 4a67245..f4255bd 100644 --- a/app/translations/pebble-es.ts +++ b/app/translations/pebble-es.ts @@ -304,15 +304,19 @@ Si esto tarda mucho, comprueba que el reloj esté emparejado correctamente. - Firmware - + Recovery + + + Running + Ejecutándose + Latest diff --git a/app/translations/pebble-pl.ts b/app/translations/pebble-pl.ts index 7d882c7..040df3d 100644 --- a/app/translations/pebble-pl.ts +++ b/app/translations/pebble-pl.ts @@ -300,15 +300,19 @@ Jeśli nie zostaje znaleziony sprawdź czy jest w zasięgu i czy jest sparowany - Firmware Firmware - + Recovery Recovery + + + Running + Pracuje + Latest diff --git a/app/translations/pebble.ts b/app/translations/pebble.ts index 1b62733..9da7dd2 100644 --- a/app/translations/pebble.ts +++ b/app/translations/pebble.ts @@ -299,15 +299,19 @@ If it can't be found please check it's available and paired in Bluetoo - Firmware - + Recovery + + + Running + + Latest -- cgit v1.2.3