subsurface/mobile-widgets/qml
Dirk Hohndel 9f9853fc44 Hack to work around issue in current Kirigami master
Commit 339411cca69b in Kirigami master tries to reparent the OverlaySheet
to the page that it is related to. Unfortunately the heuristic used there
to find the right object assumes that every page has a contentItem
property, which our DiveDetails page doesn't have.

As a hack to work around this issue (until this is fixed upstream in
Kirigami) we simply create such a property. This commit should be
reverted once Kirigami upstream has been fixed.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-04-14 10:53:31 -07:00
..
icons
theme
About.qml QML UI: more fixes to correctly calculate page widths 2016-04-07 22:57:01 -07:00
CloudCredentials.qml QML UI: make readonly fields more obvious in dive edit 2016-04-08 11:14:10 -07:00
dive.jpg
DiveDetails.qml Hack to work around issue in current Kirigami master 2016-04-14 10:53:31 -07:00
DiveDetailsEdit.qml QML UI: make readonly fields more obvious in dive edit 2016-04-08 11:14:10 -07:00
DiveDetailsView.qml QML UI: fix page width calculation for dive details 2016-04-07 11:22:44 -07:00
DiveList.qml QML UI: hide keyboard before saving credentials 2016-04-06 11:40:34 -07:00
DownloadFromDiveComputer.qml
GpsList.qml
Log.qml QML UI: more fixes to correctly calculate page widths 2016-04-07 22:57:01 -07:00
main.qml QML UI: only force network access when user asks us to 2016-04-08 12:37:17 -07:00
mobile-resources.qrc QML UI: make readonly fields more obvious in dive edit 2016-04-08 11:14:10 -07:00
Preferences.qml QML UI: make readonly fields more obvious in dive edit 2016-04-08 11:14:10 -07:00
StartPage.qml QML UI: remove redundant heading 2016-04-07 22:57:01 -07:00
StyledTextField.qml QML UI: make readonly fields more obvious in dive edit 2016-04-08 11:14:10 -07:00
SubsurfaceButton.qml
TextButton.qml
ThemeTest.qml QML UI: more theme information 2016-04-05 16:50:43 -07:00
TopBar.qml