index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mobile-widgets
/
qmlmanager.cpp
Age
Commit message (
Expand
)
Author
2016-04-30
QML UI: when first entering cloud credentials, force cloud connection
Dirk Hohndel
2016-04-30
Connect to the reply, not the manager
Dirk Hohndel
2016-04-30
QML UI: forceRemoteSync means connect even without unsaved changes
Dirk Hohndel
2016-04-30
QML UI: better diagnostics when cloud connection fails
Dirk Hohndel
2016-04-30
Only create the path to no cloud local storage once
Dirk Hohndel
2016-04-30
Fix logic for when to mark dive list as changed
Dirk Hohndel
2016-04-29
QML UI: when switching from no cloud to cloud usage, don't drop local data
Dirk Hohndel
2016-04-29
QML UI: fix order of tests when saving changes
Dirk Hohndel
2016-04-29
QML UI: make sure nothing is lost when changing cloud credentials
Dirk Hohndel
2016-04-27
QML UI: handle failure to read local dive data
Dirk Hohndel
2016-04-27
only set index if we have specific target
Dirk Hohndel
2016-04-27
QML UI: with a local default file setup, open that at start
Dirk Hohndel
2016-04-27
Add helper function for the consumption of loaded dive data
Dirk Hohndel
2016-04-27
QML UI: in no cloud mode, save to a default local repo
Dirk Hohndel
2016-04-19
QML UI: correctly show if we are accessing remote or local storage
Dirk Hohndel
2016-04-19
QML UI: always show the time stamp when logging data
Dirk Hohndel
2016-04-17
QML UI: make the state of the GPS service available to QML
Dirk Hohndel
2016-04-15
QML UI: quit on back key while showing dive list
Dirk Hohndel
2016-04-15
QML UI: rewrite the commitChanges function
Dirk Hohndel
2016-04-15
QML UI: fix the save to cloud logic
Dirk Hohndel
2016-04-15
QML UI: stop using "--" for empty strings
Dirk Hohndel
2016-04-14
Copy coordinates when renaming site
Miika Turkia
2016-04-14
QML UI: don't try to scroll to dive at time 0
Dirk Hohndel
2016-04-14
QML UI: keep QML manager and the UI in sync about selected dive
Dirk Hohndel
2016-04-14
QML UI: clear the flag indicating that we are accessing storage
Dirk Hohndel
2016-04-13
Remove unused function
Dirk Hohndel
2016-04-11
Upon undoing a dive deletion select that dive
Robert Helling
2016-04-11
Fix wrong function call for desktop build of Subsurface-mobile
Dirk Hohndel
2016-04-10
QML UI: try to do the right thing for changes on all platforms
Dirk Hohndel
2016-04-08
QML UI: only force network access when user asks us to
Dirk Hohndel
2016-04-08
Simplify code - we now can rely on git_local_only to do the right thing
Dirk Hohndel
2016-04-08
QML UI: change order of cloud backend accesses
Dirk Hohndel
2016-04-06
QML UI: break the sync into explicit save local and save cloud
Dirk Hohndel
2016-04-06
QML UI: after successfully opening storage, store the filename
Dirk Hohndel
2016-04-06
QML UI: save with unchanged credentials returns to dive list
Dirk Hohndel
2016-04-05
QML UI: more hacking around with git progress reporting
Dirk Hohndel
2016-04-05
QML UI: don't fetch the remote twice when loading
Dirk Hohndel
2016-04-05
QML UI: restructure (and fix) the saveChanges logic
Dirk Hohndel
2016-04-05
QML UI: don't try to save again if we are already saving
Dirk Hohndel
2016-04-05
QML UI: simplify code for loading data from the cloud
Dirk Hohndel
2016-04-05
QML UI: simplify git tracking output
Dirk Hohndel
2016-04-05
DiveListModel: don't add the dives one at a time
Dirk Hohndel
2016-04-05
Keep the instance in static variable
Dirk Hohndel
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel