subsurface/mobile-widgets/qml
Marco Martin 7d9c306685 Adapt to Kirigami api changes
* add new file AbstractApplicationHeader.qml to the qrc
* add new file AbstractApplicationWindow.qml to the qrc
* use new api for custom ApplicationHeader

header: Kirigami.ApplicationHeader {
	minimumHeight: 0
	preferredHeight: Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1)
	maximumHeight: Kirigami.Units.gridUnit * 2
}

Signed-off-by: Marco Martin <notmart@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-04-26 10:06:44 -07:00
..
icons Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
theme Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
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 Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
DiveDetails.qml QML UI: make sure drawer is really closed after delete 2016-04-20 07:42:10 -07:00
DiveDetailsEdit.qml QML UI: only show GPS service / use current location if GPS accessible 2016-04-17 22:59:19 -07:00
DiveDetailsView.qml Don't put margins outside the internal ListView 2016-04-19 10:35:07 -07:00
DiveList.qml QML UI: don't show add dive button without valid credentials 2016-04-20 15:25:16 -07:00
DownloadFromDiveComputer.qml Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
GpsList.qml QML UI: adapt for latest Kirigami 2016-04-19 05:14:44 -07:00
Log.qml QML UI: more fixes to correctly calculate page widths 2016-04-07 22:57:01 -07:00
main.qml Adapt to Kirigami api changes 2016-04-26 10:06:44 -07:00
mobile-resources.qrc Adapt to Kirigami api changes 2016-04-26 10:06:44 -07:00
Preferences.qml QML UI: adapt for latest Kirigami 2016-04-19 05:14:44 -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 Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
ThemeTest.qml QML UI: more theme information 2016-04-05 16:50:43 -07:00