subsurface/qt-mobile/qml
Lubomir I. Ivanov daf8f36dd4 main.qml: fix crash on native Win32 desktop
Testing the mobile application on Win32 desktop results
in a crash.

Using ApplicationWindow for some reason makes the executable
enter an inifinity loop on startup until it runs out of RAM.
The output is:

setGeometryDp: Unable to set geometry 160x1200+720+426 on ApplicationWindow_
QMLTYPE_12_QML_111/''. Resulting geometry:  160x885+720+426 (frame: 4, 23, 4,
4, custom margin: 0, 0, 0, 0, minimum size: 0x47, maximum size: 16777215x
16777215).

To fix the crash use "Window" instead of "ApplicationWindow".

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
ACKed-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-11-19 07:55:00 -08:00
..
components Remove hard-coded size from label component 2015-11-07 09:03:20 -08:00
theme Clean up dead code in units 2015-11-07 09:03:01 -08:00
CloudStorage.qml dpi improvements for small text 2015-11-11 19:04:26 -08:00
DiveDetails.qml Rework divedetails page 2015-11-11 19:05:27 -08:00
DiveList.qml Fix label overflow in divelist 2015-11-11 19:06:07 -08:00
DownloadFromDiveComputer.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
Log.qml kill warning 2015-11-11 19:04:13 -08:00
main.qml main.qml: fix crash on native Win32 desktop 2015-11-19 07:55:00 -08:00
mobile-resources.qrc Improve 1st start experience 2015-11-07 09:02:48 -08:00
Preferences.qml QML UI: remove manual setting of web service userid 2015-11-18 13:12:34 -08:00
StartPage.qml tighter margins on start page 2015-11-07 09:04:10 -08:00
TextButton.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
ThemeTest.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
TopBar.qml Improve TopBar and login window layout 2015-11-07 09:04:22 -08:00