Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | QML-UI: add dive date to the detail view | Dirk Hohndel | |
That one really bugged me... Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2015-12-07 | Fix text clipping | Sebastian Kügler | |
2015-12-07 | redesign dive details view | Sebastian Kügler | |
This change cleans up the layout optimized for viewing dive details. The top part contains brief and essential dive info (location, depth, duration, dive no.), then the profile, then a table with more details, and finally the notes. The goal here is to present the dive's data more efficiently and attractively now that the edit part is factored out. Signed-off-by: Sebastian Kügler <sebas@kde.org> | |||
2015-12-07 | split divedetails into view and edit parts | Sebastian Kügler | |
This splits the dive detail page into two modes: view and edit - The edit part loses the profile (it's not editable anyway) - The view part gets a new layout, friendlier for viewing - Properties for diveNumber, duration, depth and weight are added Signed-off-by: Sebastian Kügler <sebas@kde.org> |