aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
AgeCommit message (Expand)Author
2018-06-27QML UI: remove unused propertyGravatar Dirk Hohndel
2018-06-21mobile: iOS/Android: always delete libdivecomputer.log at startGravatar Dirk Hohndel
2018-06-20QML UI: remove unused propertyGravatar Dirk Hohndel
2018-06-20QML UI: store nocloud data when adding cloud credentialsGravatar Dirk Hohndel
2018-06-20core: add free_samples helperGravatar Dirk Hohndel
2018-06-20mobile: set alloc_samples to 0 when resetting.Gravatar jan Iversen
2018-06-15mobile: move settings from qmlmanager to qmlprefsGravatar jan Iversen
2018-06-15mobile: move NOCLOUD_LOCALSTORAGE from qmlmanager.cpp to .hGravatar jan Iversen
2018-06-09core: remove qml properties from downloadfromcthreadGravatar jan Iversen
2018-06-09mobile: add DCDeviceData properties to qmlmanagerGravatar jan Iversen
2018-05-30mobile: add timer to measure startup.Gravatar jan Iversen
2018-05-26Cleanup: remove reply and request member variables in QMLManagerGravatar Berthold Stoeger
2018-05-21mobile-widgets: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-21iOS: copy libdivecomputer.log to clipboardGravatar jan Iversen
2018-05-21iOS: store libdivecomputer.log in documents (same dir as app log)Gravatar jan Iversen
2018-05-21mobile: removed setting for libdivecomputer.logGravatar jan Iversen
2018-05-18mobile: add "Copy log to clipboard" buttonGravatar jan Iversen
2018-05-17mobile: fix wrong coords when saving new locationGravatar Murillo Bernardes
2018-05-07Planner: don't return static data in fake_dc()Gravatar Berthold Stoeger
2018-04-15QML UI: recalculate derived information after editing diveGravatar Dirk Hohndel
2018-04-14Debug location savingGravatar Dirk Hohndel
2018-04-14QML UI: if we don't have a current position, update it laterGravatar Dirk Hohndel
2018-04-13iOS: log messagesGravatar Dirk Hohndel
2018-04-13iOS: make logfile accessible to userGravatar Dirk Hohndel
2018-04-13iOS: always create subsurface.log fileGravatar Dirk Hohndel
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-03-12Mobile: pass QString as value to registerError()Gravatar Berthold Stoeger
2018-01-31mobile: introduce simple private helper updateAllGlobalLists()Gravatar Jan Mulder
2018-01-31mobile cleanup: restyle construction of locationlistGravatar Jan Mulder
2018-01-31mobile cleanup: unduplicate code and do not loop over dives (3)Gravatar Jan Mulder
2018-01-31mobile cleanup: unduplicate code and do not loop over dives (2)Gravatar Jan Mulder
2018-01-31mobile cleanup: unduplicate code and do not loop over dives (1)Gravatar Jan Mulder
2018-01-31Make report_error() reentrantGravatar Berthold Stoeger
2018-01-31Use error callback to log errors in QMLManagerGravatar Berthold Stoeger
2018-01-25Remove function-call indirection in qmlmanager.cppGravatar Berthold Stoeger
2018-01-18Mobile: start message timer on startupGravatar Berthold Stoeger
2018-01-18Mobile: don't show timer twice in log-messageGravatar Berthold Stoeger
2018-01-18Remove redundant local variables cloudPwd and cloudUserGravatar Berthold Stoeger
2018-01-18Remove redundant QML getter functionsGravatar Berthold Stoeger
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-10mobile: fix crash on delete dive from divelistGravatar Jan Mulder
2018-01-08Move resetting of current file out of clear_dive_file_data()Gravatar Berthold Stoeger
2018-01-07Remove redundant call to clear_dive_file_data()Gravatar Berthold Stoeger
2017-12-26Cleanup: avoid out of bounds accessGravatar Dirk Hohndel
2017-12-26Cleanup: check we have dive before dereferencingGravatar Dirk Hohndel
2017-12-17Cleanup: fix potential uninitialized use of uuidGravatar Dirk Hohndel
2017-12-17mobile: use short date format in edit modeGravatar Jan Mulder
2017-12-16mobile: manual add dive and cancel fails when repeatedGravatar Jan Mulder
2017-12-14Don't create GeneralSettingsObjectWrapper objectGravatar Berthold Stoeger