subsurface/qt-mobile/qml
Sebastian Kügler 2b70b76133 Rejig navigation
This change streamlines the navigation across the pages to be in line
with the stackview organization. The top bar becomes a static element
with the title and a button that either opens the preferences or shows
the back arrow.

This makes it a bit more efficient, since we load the title bar only
one, and there are no strange animations in the title. The stackview
gets the role of content container, the "chrome" around it is laid out
in main.qml.

Most of the churn in this patch comes from moving large blocks of code
between files with different indentation levels.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-11-07 09:03:47 -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
DiveDetails.qml Rejig navigation 2015-11-07 09:03:47 -08:00
DiveList.qml Improve 1st start experience 2015-11-07 09:02:48 -08:00
DownloadFromDiveComputer.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
Log.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
main.qml Rejig navigation 2015-11-07 09:03:47 -08:00
mobile-resources.qrc Improve 1st start experience 2015-11-07 09:02:48 -08:00
Preferences.qml Improve layout of login dialog 2015-11-07 09:02:20 -08:00
StartPage.qml Improve 1st start experience 2015-11-07 09:02:48 -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 Rejig navigation 2015-11-07 09:03:47 -08:00