Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2015-12-07 | state machine controls edit/view dive details | Sebastian Kügler | |
This is the first part of splitting the dive details into edit/view modes. - introduce a state machine to switch between view and edit mode - factor out the editor into its own component Both components are almost the same, but we can change them individually now. Signed-off-by: Sebastian Kügler <sebas@kde.org> |