summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
AgeCommit message (Expand)Author
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
2020-04-04mobile/cleanup: create helper function to hide verbose castsGravatar Dirk Hohndel
2020-04-04mobile/cloud-storage: correctly transition from no-cloud to cloudGravatar Dirk Hohndel
2020-04-04mobile/cloud-storage: fix test for no cloud to cloud transitionGravatar Dirk Hohndel
2020-04-04mobile/cleanup: remove outdated comment and fix whitespaceGravatar Dirk Hohndel
2020-04-04mobile/undo: set undo stack as clean after saveGravatar Berthold Stoeger
2020-04-04mobile/undo: consider undo-stack when checking for unsaved changesGravatar Berthold Stoeger
2020-04-04mobile/edits: ensure changesNeedSaving is calledGravatar Dirk Hohndel
2020-04-04mobile: when creating gps dive site use the new dive site nameGravatar Berthold Stoeger
2020-04-04mobile: properly recognize changed dive siteGravatar Berthold Stoeger
2020-04-04mobile UI: delay reading the dive list until app is activeGravatar Dirk Hohndel
2020-04-04mobile/core: remove locking for git accessGravatar Dirk Hohndel
2020-04-04mobile/startup: show progress update earlierGravatar Dirk Hohndel
2020-04-04mobile UI: setup callback for the new notification mechanismGravatar Dirk Hohndel
2020-04-04mobile: add indication if the app has finished initializingGravatar Dirk Hohndel
2020-04-04undo/mobile: keep track of dive sitesGravatar Berthold Stoeger