summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
AgeCommit message (Expand)Author
2019-11-11mobile-widget/qml: correct syntax error introduced in e63257f0eGravatar jan Iversen
2019-11-10Mobile: add ability to directly open support emailGravatar Dirk Hohndel
2019-11-08Mobile: modify filter so that all models get notifiedGravatar Dirk Hohndel
2019-11-08Mobile: reconnect the correct model after changing filterGravatar Dirk Hohndel
2019-11-08Mobile: consistently refer to the dive list modelGravatar Dirk Hohndel
2019-11-08Mobile: ensure there's some space between date and depth/durationGravatar Dirk Hohndel
2019-11-08Mobile: use the CollapsedDiveListSortModel for dive listGravatar Dirk Hohndel
2019-11-08Mobile: derive the index from the dive idGravatar Dirk Hohndel
2019-11-08Mobile: give visual indication that we are saving divesGravatar Dirk Hohndel
2019-11-08Mobile: allow message argument to showBusy functionGravatar Dirk Hohndel
2019-11-08Mobile: add UI feature tests to Developer menuGravatar Dirk Hohndel
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: 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: 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