subsurface/qt-mobile/qml
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
..
icons Add top-right edit and back buttons for mobile 2016-02-07 13:56:07 -08:00
theme Clean up dead code in units 2015-11-07 09:03:01 -08:00
About.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
CloudCredentials.qml QML UI: use action button and Android back button to save / go back 2016-02-13 21:10:51 -08:00
dive.jpg Add banner image for the left drawer menu 2015-11-29 17:41:16 +01:00
DiveDetails.qml use the global showPassiveNotification function 2016-03-03 10:44:41 -08:00
DiveDetailsEdit.qml QML UI: resolve confusion about dive list model ordering 2016-03-02 09:02:00 -08:00
DiveDetailsView.qml QML UI: brute force around Qt 5.6.0 bug 2016-03-03 14:36:57 -08:00
DiveList.qml QML UI: back key on dive list exits the app 2016-02-14 12:17:24 -08:00
DownloadFromDiveComputer.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
GpsList.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
Log.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
main.qml use the global showPassiveNotification function 2016-03-03 10:44:41 -08:00
mobile-resources.qrc use the global showPassiveNotification function 2016-03-03 10:44:41 -08:00
Preferences.qml QML UI: use action button for save in GPS preferences 2016-02-13 21:50:31 -08:00
StartPage.qml QML UI: try to avoid binding loop 2016-03-03 10:51:52 -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 QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
TopBar.qml QML UI: simplify and correct top bar layout 2016-02-13 23:44:59 -08:00