subsurface/qt-mobile
Dirk Hohndel a27d78af03 Save a dive has to mean "save to local storage" on mobile
While it makes sense to have the concept of "what's in memory" and "what's on
disk" in a desktop application, on a mobile device that seems like the wrong
approach. If the user edits a dive and taps on "save", they reasonably expect
this to be saved to storage (so our local cache of the remote git repository).
And "Upload to cloud" then pushes the data to the cloud server. It may even be
reasonable to do that automagically, but that I'm not so sure about.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-01-10 21:40:03 -08:00
..
qml show dive.number instead of double location 2016-01-10 14:09:31 -08:00
qmlmanager.cpp Save a dive has to mean "save to local storage" on mobile 2016-01-10 21:40:03 -08:00
qmlmanager.h QML UI: refresh divelist after GPS data was successfully applied 2016-01-10 20:44:22 -08:00
qmlprofile.cpp QML UI: make profile margin scale proportional to dimensions 2016-01-04 10:00:44 -08:00
qmlprofile.h QML UI: obtain a reasonable margin from QML 2015-12-29 09:50:47 -08:00