aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
AgeCommit message (Expand)Author
2021-09-13core: remove location service preferencesGravatar Dirk Hohndel
2021-09-13mobile: remove GpsLocation reference from qmlmanagerGravatar Dirk Hohndel
2021-09-13mobile: remove locationService interfacesGravatar Dirk Hohndel
2021-09-13mobile: remove hasLocationSourceChanged interfaceGravatar Dirk Hohndel
2021-09-13mobile: remove logText propertyGravatar Dirk Hohndel
2021-09-13mobile: remove deleteGpsFix interfaceGravatar Dirk Hohndel
2021-09-13mobile: remove applyGpsData interfaceGravatar Dirk Hohndel
2021-09-13mobile: remove copyGpsFixesToClipboard interfaceGravatar Dirk Hohndel
2021-09-13mobile: remove clearGpsData interfaceGravatar Dirk Hohndel
2021-09-13mobile: remove getCurrentPosition interfaceGravatar Dirk Hohndel
2021-09-13mobile: remove GpsListModelGravatar Dirk Hohndel
2021-09-02mobile: fix broken cylinder name tracking in dive editGravatar Dirk Hohndel
2021-08-18mobile: add ability to edit tagsGravatar Dirk Hohndel
2021-08-18mobile: make cloud timeouts more consistentGravatar Dirk Hohndel
2021-07-23cleanup: replace membuffer by membufferpp in C-codeGravatar Berthold Stoeger
2021-01-23mobile/debugging: copy GPS fixes to clipboardGravatar Dirk Hohndel
2021-01-19mobile/UI: add button to change notificationGravatar Dirk Hohndel
2021-01-19mobile/UI: show notification with changes made after saveGravatar Dirk Hohndel
2021-01-19mobile/UI: normally don't show git progress info to userGravatar Dirk Hohndel
2021-01-19mobile/git-storage: ensure correct commit messages get savedGravatar Dirk Hohndel
2021-01-02mobile: replace locationProvider with calls to GpsLocation::instance()Gravatar Dirk Hohndel
2021-01-02mobile: turn GpsLocation into a regular singleton constructGravatar Dirk Hohndel
2021-01-02mobile: don't connect to applicationStateChanged signal earlyGravatar Dirk Hohndel
2021-01-01mobile/UI: provide more structured debug output for dive editGravatar Dirk Hohndel
2020-12-17core: remove DiveObjectHelperGravatar Berthold Stoeger
2020-12-17mobile: remove DiveObjectHelper codeGravatar Berthold Stoeger
2020-12-13core: keep tank infos in a dynamic tableGravatar Berthold Stoeger
2020-11-14desktop: automatically reload completion-modelsGravatar Berthold Stoeger
2020-10-25cleanup: move application flags to core/subsurfacehelper.hGravatar Berthold Stoeger
2020-10-25cleanup: move mark_divelist_changed() to qmlmanager.cppGravatar Berthold Stoeger
2020-10-24git: add device-table to git-parser-stateGravatar Berthold Stoeger
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-24devices: add functions to add / remove / check for devicesGravatar Berthold Stoeger
2020-10-24parser: add device_table to parser stateGravatar Berthold Stoeger
2020-10-17filter: remove filter_preset_table_tGravatar Berthold Stoeger
2020-09-29filter: implement loading of filter presets from git repositoriesGravatar Berthold Stoeger
2020-09-29filter: load filter presets from XML filesGravatar Berthold Stoeger
2020-09-29filter: unify desktop and mobile filtersGravatar Berthold Stoeger
2020-09-27mobile/dive-list: correctly update view when changing dive dateGravatar Dirk Hohndel
2020-08-16mobile/cleanup: use local variable to simplify codeGravatar Dirk Hohndel
2020-06-14mobile: add status text for cloud sync stateGravatar Dirk Hohndel
2020-06-14mobile: track if we have changes that aren't synced to cloudGravatar Dirk Hohndel
2020-06-07mobile: add helper to import data from local cloud cacheGravatar Dirk Hohndel
2020-06-07mobile: make list of local cloud cache directories availableGravatar Dirk Hohndel
2020-05-25mobile/credentials: email address must be lower caseGravatar Dirk Hohndel
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-04-21cleanup: replace constructs of the type &vector[0] by vector.data()Gravatar Berthold Stoeger
2020-04-13mobile: don't call main loop for notifications once initializedGravatar Berthold Stoeger
2020-04-04mobile/startup: fix potential crash when switching back and forthGravatar Dirk Hohndel