aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.cpp
AgeCommit message (Expand)Author
2016-03-02QML UI: update the correct dive in the model when committing a changeGravatar Dirk Hohndel
2016-03-02Add helper functions to identify the position of a dive in the dive listGravatar Dirk Hohndel
2016-02-29QML UI: implement undeleteGravatar Dirk Hohndel
2016-02-28QML UI: we no longer use the return value of commitChanges()Gravatar Dirk Hohndel
2016-02-23Add helper to delete dive from QMLGravatar Dirk Hohndel
2016-02-20QML UI: further validation in the C++ codeGravatar Dirk Hohndel
2016-02-20Add option to allocate the samples in fake_dc()Gravatar Dirk Hohndel
2016-02-20After freeing the samples, clear the pointerGravatar Dirk Hohndel
2016-02-20QML UI: fix recreation of profile after dive editGravatar Dirk Hohndel
2016-02-15QML UI: no longer change unit preferences when parsing editsGravatar Dirk Hohndel
2016-02-14Remove debug outputGravatar Dirk Hohndel
2016-02-13QML UI: enable edit of gasmixGravatar Joakim Bygdell
2016-02-13While parsing weight and pressure we should not change the users settings.Gravatar Joakim Bygdell
2016-02-12QML UI: when saving edits, really only save them locallyGravatar Dirk Hohndel
2016-02-12QML UI: don't even try to connect if email or password are emptyGravatar Dirk Hohndel
2016-02-12QML UI: more progress update on start pageGravatar Dirk Hohndel
2016-02-12QML UI: more progress information on the start pageGravatar Dirk Hohndel
2016-02-11QML UI: clear up more data when changing credentialsGravatar Dirk Hohndel
2016-02-10Invalidate the remembered git SHA when changing credentialsGravatar Dirk Hohndel
2016-02-10Reset the authentication cache when trying new credentialsGravatar Dirk Hohndel
2016-02-10Better tracking of the status of the credentialsGravatar Dirk Hohndel
2016-02-10QML UI: more accurate messages on the start pageGravatar Dirk Hohndel
2016-02-10Support function to print version stringGravatar Miika Turkia
2016-02-09QML UI: dive edit, treat numeric input of duration as full minutesGravatar Joakim Bygdell
2016-02-09QML UI: enable edit of cylinder pressuresGravatar Joakim Bygdell
2016-02-09QML UI: load from cache first when changing cloud credentialsGravatar Dirk Hohndel
2016-02-08Sync load from cloud status when changing cloud storage accountsGravatar Dirk Hohndel
2016-02-08Always sync with cloud server when updating backend dataGravatar Dirk Hohndel
2016-02-08Remember status of specific cloud account in settingsGravatar Dirk Hohndel
2016-02-06QML UI: make time parsing more lenientGravatar Dirk Hohndel
2016-02-05QML UI: enable editing of weightGravatar Dirk Hohndel
2016-01-29Add helper to remove dive from modelGravatar Dirk Hohndel
2016-01-28QML UI: make manually added dives more like those added on desktopGravatar Dirk Hohndel
2016-01-28QML UI: clear out empty strings from the UIGravatar Dirk Hohndel
2016-01-27QML UI: avoid clearing and rebuilding the dive list modelGravatar Dirk Hohndel
2016-01-27QML UI: fix Qt's broken handling of two digit years in datesGravatar Dirk Hohndel
2016-01-27Move helper function to DiveObjectsHelperGravatar Joakim Bygdell
2016-01-27QML UI: on edit only request location if user checks the boxGravatar Dirk Hohndel
2016-01-27QML UI: fix precision of total weight displayedGravatar Dirk Hohndel
2016-01-26Correct usage of QString on qmlmanagerGravatar Tomaz Canabrava
2016-01-26We already have a QNetworkAcessManager global, use itGravatar Tomaz Canabrava
2016-01-25QML UI: If a dive has multiple cylinders show "Multiple" in the details pageGravatar Joakim Bygdell
2016-01-25QML UI: Add helper function to get weightsGravatar Joakim Bygdell
2016-01-25QML UI: Add helper function to get cylinder infoGravatar Joakim Bygdell
2016-01-20QML UI: fix bugs in change detection on dive editGravatar Dirk Hohndel
2016-01-20If set imperial units explicitly on mobile appGravatar Miika Turkia
2016-01-11Random whitespace cleanupGravatar Dirk Hohndel
2016-01-10QML UI: Store the dive duration in dive and (fake) divecomputerGravatar Dirk Hohndel
2016-01-10QML UI: only store the new date/time if they are validGravatar Dirk Hohndel
2016-01-10Save a dive has to mean "save to local storage" on mobileGravatar Dirk Hohndel