subsurface/qt-mobile/qml
Sebastian Kügler 6e43642610 Rework divedetails page
- Styled texts
- don't put all the properties of the text items in one long line, makes
  the code more readable and is in line with coding style used
  throughout.
- button and profile move into their own items, button moves to the
  right (it's more of a contextual item, so it's better placed top
  right, further more, a control is generally easier to reach on the
  right without covering information unnecessarily. Code-wise, it's also
  a more logical encapsulation.
- dpi-aware sizing of dive profile, use units.gridUnit instead of
  hard-coded pixels.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-11-11 19:05:27 -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 dpi improvements for small text 2015-11-11 19:04:26 -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 dpi improvements for small text 2015-11-11 19:04:26 -08:00
mobile-resources.qrc Improve 1st start experience 2015-11-07 09:02:48 -08:00
Preferences.qml Improve labels in login dialog 2015-11-07 09:04:35 -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