Re: [PATCH] QML UI: If a dive has multiple cylinders show "Multiple" in the details page

2016-01-26 Thread Sebastian Kügler
On Monday, January 25, 2016 09:28:10 PM Joakim Bygdell wrote: > + cylinder = "Multiple"; QStringLiteral("multiple") saves conversion costs. Perhaps even qsTr("Multiple"), since this will show up in the UI, untranslated. (Better already do it for new user-facing strings, eve

[PATCH] QML UI: If a dive has multiple cylinders show "Multiple" in the details page

2016-01-25 Thread Joakim Bygdell
Since we are short on space on the mobile version, lets just show "Multiple" if a dive has multiple cylinders. Signed-off-by: Joakim Bygdell --- qt-mobile/qmlmanager.cpp | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager