subsurface/qt-mobile/qml
Dirk Hohndel e174389618 QML UI: another attempt to fix the random crashes
I finally was able to reproduce the crashes with the infinite recursion when
computing a GridLayout.

This seems to be triggered by competing Layout.fillWidth settings that the
layout engine couldn't figure out how to accomodate.

I did three things to make this work better:

- explicitly grab the columnWidth for the width of the DiveDetailsView.
- split the GridLayout in two so the area above and below the profile are no
  longer forced to fit in the same column widths.
- remove most of the Layout.fillWidth settings and only leave a couple that
  seem sufficient to get reasonable on screen layout in my experiments.

Here's hoping that this one is finally resolved.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-02-07 12:45:36 -08:00
..
icons QML UI: add context menu button 2016-01-04 13:02:46 -08:00
theme Clean up dead code in units 2015-11-07 09:03:01 -08:00
CloudCredentials.qml QML UI: remove no longer needed debug output 2016-01-22 10:19:46 -08:00
dive.jpg Add banner image for the left drawer menu 2015-11-29 17:41:16 +01:00
DiveDetails.qml Revert "QML UI: end edit mode when leaving the edit page" 2016-02-07 07:32:08 -08:00
DiveDetailsEdit.qml QML UI: enable editing of weight 2016-02-05 22:54:47 -08:00
DiveDetailsView.qml QML UI: another attempt to fix the random crashes 2016-02-07 12:45:36 -08:00
DiveList.qml Minor cleanups 2016-01-29 10:17:22 -08:00
DownloadFromDiveComputer.qml Mobile. Modify DownloadFromDiveComputer.qml 2016-02-03 10:50:00 -08:00
GpsList.qml Show map from the list of GPS fixes 2016-01-24 21:27:24 -08:00
Log.qml adjustments needed for latest mobilecomponents 2016-01-06 04:44:26 +01:00
main.qml QML UI: disable download from divecomputer 2016-02-05 09:22:54 -08:00
mobile-resources.qrc QML UI: make all buttons more attractive 2016-01-20 07:53:49 -08:00
Preferences.qml QML preferences: use Layout.preferredHeight within GridLayout 2016-01-20 07:54:24 -08:00
StartPage.qml QML UI: disable download from divecomputer button on start page 2016-02-07 10:09:06 -08:00
SubsurfaceButton.qml QML-UI. Improved button style 2016-01-22 06:47:06 -08:00
TextButton.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
ThemeTest.qml theme test improvements 2015-12-08 02:07:31 +01:00
TopBar.qml Round placement sizes of TopBar.qml 2016-01-26 09:51:50 -08:00