subsurface/mobile-widgets/qml
Jan Mulder 15cdcdbc69 QML UI: show divelist from the top
In commit bdf6dc7828, we pulled in some changes from Kirigami.
I checked all the new commits and they seemed just fine, and a
test (on desktop) on both Qt 5.9.1. and 5.9.2 showed no obvious
problems.

However, some time later, working on something else, I compiled
from Android to test, and saw some strange behavior in the dive
list. The topmost dive is partially hidden behind the application
header on startup of the app, but can be pulled down. Not a big
deal, but is does not look right.

After tedious testing, bisecting, etc, I found commit
d0f3941a4d7f4d4c6 in Kirigami (obviosuly, it was not clear from
the start that it was in Kirigami, as I could well have been
some error in Subsurface, or even Qt). Mentioned commit is
trivial, and handles with the wideScreen property of the
application window. With wideScreen = false, the bug is
visible, when true the bug is gone.

This all said. Just set the wideScreen to true, which can
definitely be considered a workaround. I exspect that this
commit can be reverted later on when Kirigami is fixed.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
2017-10-30 18:42:58 +01:00
..
icons qml-icons: add a third, grayed-out map marker 2017-10-15 17:28:39 -08:00
About.qml Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00
CloudCredentials.qml mobile: silence deprecated messages in logging about Kirigami.Label 2017-10-17 15:32:27 +02:00
dive.jpg
DiveDetails.qml QML UI: Scrolling in dive details 2017-10-29 11:08:10 -07:00
DiveDetailsEdit.qml mobile: silence deprecated messages in logging about Kirigami.Label 2017-10-17 15:32:27 +02:00
DiveDetailsView.qml QML-UI: some more layout repair (dive details) 2017-10-19 14:55:30 -04:00
DiveList.qml QML UI: repair long trip headers 2017-10-27 19:27:47 +02:00
DownloadedDiveDelegate.qml QML-UI: Download screen fixup 2017-10-19 14:55:30 -04:00
DownloadFromDiveComputer.qml QML UI: prevent full overflow of bottom buttons 2017-10-27 19:28:42 +02:00
GpsList.qml mobile: silence deprecated messages in logging about Kirigami.Label 2017-10-17 15:32:27 +02:00
HintsTextEdit.qml QML UI: dive edit autocomplete 2017-08-02 18:49:47 -07:00
Log.qml QML UI: drop AppLog title and add margin instead 2017-07-06 09:34:37 -07:00
main.qml QML UI: show divelist from the top 2017-10-30 18:42:58 +01:00
MapWidget.qml mapwidget: add the 'isReady' flag to the Map component 2017-10-29 08:26:11 +01:00
MapWidgetContextMenu.qml mapwidgetcontextmenu: use a QtQuick 2.0 import 2017-09-16 08:35:29 -07:00
MapWidgetError.qml map-widget: don't crash if the map QML failed to load 2017-10-07 08:09:05 -07:00
mobile-resources.qrc QML UI: add missing icon 2017-10-09 22:01:12 -07:00
qtquickcontrols2.conf QML UI: Fully port dive edit to Kirigami2 2017-04-01 09:35:51 +02:00
Settings.qml mobile: silence deprecated messages in logging about Kirigami.Label 2017-10-17 15:32:27 +02:00
SsrfButton.qml QML UI: add missing id line in our button 2017-07-26 14:13:22 +09:00
SsrfCheckBox.qml QML UI: add our own styled checkbox 2017-07-26 01:39:26 +09:00
SsrfSwitch.qml QML UI: add our own styled switch 2017-07-26 01:39:26 +09:00
StartPage.qml mobile: silence deprecated messages in logging about Kirigami.Label 2017-10-17 15:32:27 +02:00
ThemeTest.qml mobile: silence deprecated messages in logging about Kirigami.Label 2017-10-17 15:32:27 +02:00