subsurface/qt-mobile
Dirk Hohndel 80f29bd3f6 QML UI: brute force around Qt 5.6.0 bug
With the current release candidate of Qt 5.6.0 we get into an infinite
recursion of the grid layout engine. This had happened before (prior to the 5.6
beta) and it appeared that setting the maximum width of the columns was
sufficient to fix this. But with the RC even that isn't sufficient, so now we
give up on having QML figure out the best possible column width and hard code
both preferred and maximum width to the same, predefined values. That's a total
shame, but at least now we can build against Qt 5.6 without infinite recursions
and crashes.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-03-03 14:36:57 -08:00
..
qml QML UI: brute force around Qt 5.6.0 bug 2016-03-03 14:36:57 -08:00
qmlmanager.cpp QML UI: show notification for saving dives to cloud as well 2016-03-03 06:33:00 -08:00
qmlmanager.h QML UI: new property to tell the UI that we are accessing cloud storage 2016-03-02 17:13:42 -08:00
qmlprofile.cpp QML UI: ensure that after a dive edit the profile is redrawn 2016-02-28 16:46:50 +01:00
qmlprofile.h try to fix profile scaling 2016-01-13 16:27:41 -08:00