aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
AgeCommit message (Expand)Author
2019-11-03Mobile: don't dereference the dive list model when it's disconnectedGravatar Dirk Hohndel
2019-11-03Mobile: disconnect model while updating dive listGravatar Dirk Hohndel
2019-11-03Mobile: use appendTextToLog to get timestamps in logsGravatar Dirk Hohndel
2019-10-27Mobile: make the GPS service icon work againGravatar Dirk Hohndel
2019-10-26Mobile: ensure we go back to the dive list after downloadGravatar Dirk Hohndel
2019-10-26Mobile: try harder to get the right dive listGravatar Dirk Hohndel
2019-10-26Mobile: also show busy spinner when applying GPS fixesGravatar Dirk Hohndel
2019-10-26Mobile: simple message and busy spinner while storing downloaded divesGravatar Dirk Hohndel
2019-10-26Mobile: change show/hide busy functionsGravatar Dirk Hohndel
2019-10-26Mobile: provide better tracking of applied GPS fixesGravatar Dirk Hohndel
2019-10-26Mobile: more code to deal with undefined elementsGravatar Dirk Hohndel
2019-10-26Mobile: reset dive list after applying GPS fixesGravatar Dirk Hohndel
2019-10-26Mobile: don't show nothing for the locationGravatar Dirk Hohndel
2019-10-26Mobile: fix incorrect variable dereference for dive siteGravatar Dirk Hohndel
2019-10-26Mobile: don't push map page if it's already on the stackGravatar Dirk Hohndel
2019-10-26Mobile: avoid dereferencing undefined valuesGravatar Dirk Hohndel
2019-10-26Mobile: fix cacheBuffer for log windowGravatar Dirk Hohndel
2019-10-21Mobile: allow editing dive numberGravatar Dirk Hohndel
2019-10-20Mobile: remove remaining accesses to DiveObjectHelper from QMLGravatar Dirk Hohndel
2019-10-20Mobile: get dive details directly from the modelGravatar Dirk Hohndel
2019-10-14Mobile: ensure input fields stay visible after keyboard opensGravatar Dirk Hohndel
2019-10-14Mobile: pick icons depending on themeGravatar Dirk Hohndel
2019-10-13Mobile: improve helper function to track selected divesGravatar Dirk Hohndel
2019-10-13Mobile: bring back the adaptive size for the tool barGravatar Dirk Hohndel
2019-10-13Mobile: ensure consistent path when accessing arrow iconsGravatar Dirk Hohndel
2019-10-13Mobile: implement our own back entry for GlobalDrawerGravatar Dirk Hohndel
2019-10-13Mobile: update the map when the selected dive changesGravatar Dirk Hohndel
2019-10-13Mobile: add helper function to keep selection in syncGravatar Dirk Hohndel
2019-10-13Mobile: move pageIndex function to main.qmlGravatar Dirk Hohndel
2019-10-13Mobile: when selecting dive via map, expand its tripGravatar Dirk Hohndel
2019-10-13Mobile: when selecting dive via map, update details viewGravatar Dirk Hohndel
2019-10-13Mobile: when switching to the details, reuse existing pageGravatar Dirk Hohndel
2019-10-13Mobile: use tri-state variable to improve the map hackGravatar Dirk Hohndel
2019-10-13Mobile: insane hack to make map page workGravatar Dirk Hohndel
2019-10-13Mobile: keep existing page stack when showing mapGravatar Dirk Hohndel
2019-10-13Mobile: need to recalculate column width when rotatingGravatar Dirk Hohndel
2019-10-13Mobile: don't make sub-pages fill the parentGravatar Dirk Hohndel
2019-10-13Mobile: change handling of columns and column widthGravatar Dirk Hohndel
2019-10-13Mobile: ApplicationHeader is now deprecatedGravatar Dirk Hohndel
2019-10-13Mobile: show the undo for delete for 5 secondsGravatar Dirk Hohndel
2019-10-06Fix text in darkmode on mobile app.Gravatar Paul Buxton
2019-10-04Cleanup: Turn DiveListSortModel into classical singletonGravatar Berthold Stoeger
2019-10-02Mobile: fix reloading dive list after downloadGravatar Dirk Hohndel
2019-10-02Mobile: don't allow width change without rotationGravatar Dirk Hohndel
2019-10-02Mobile: add more debugging output for screen width issueGravatar Dirk Hohndel
2019-10-02Mobile: recalculate base units only for first real changeGravatar Dirk Hohndel
2019-10-02Mobile: only print debug output if there's informationGravatar Dirk Hohndel
2019-10-02Import: Make DownloadThread a subobject of DiveImportedModelGravatar Berthold Stoeger
2019-09-27Mobile: replace model-reset by row-addition in DiveListModel::reload()Gravatar Berthold Stoeger
2019-09-27Mobile: clear dive data via modelGravatar Berthold Stoeger