subsurface/qt-mobile
Sebastian Kügler 6ffef818a8 Rework central navigation
This patch is the part implementing the drawers and in-app page
navigation. In more detail:

- main.qml uses the mobilecomponents plugin and the APIs as already
  changed in the other components

- The extended properties have moved into the root item (for now,
  they'll get properly encapsulated later)
- A menu can be swiped in from the left

- The application makes better use when used horizontally (if there's
  enough space, so depending on the display you can get divelist and
  -details next to each other, one phone/portrait formfactor, the layout
  stays in a single column.

- The options for GPS have been grouped into a submenu

This change follows the Plasma mobile human interface guidelines. These
changes are actually relatively small considered what they're doing,
most of the logic is encapsulated in mobilecomponents' PageRow and *Drawer
classes.

The previous navigation pattern is actually a subset of this
one, so it still works.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
2015-11-29 17:51:14 +01:00
..
qml Rework central navigation 2015-11-29 17:51:14 +01:00
qmlmanager.cpp Another missing call to mark_divelist_changed 2015-11-18 19:26:07 -08:00
qmlmanager.h Location service: move into subsurface-core 2015-11-18 18:34:49 -08:00
qmlprofile.cpp Cache diveprofile widget in the diveprofile QtQuick item 2015-11-11 19:06:00 -08:00
qmlprofile.h Cache diveprofile widget in the diveprofile QtQuick item 2015-11-11 19:06:00 -08:00