aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
AgeCommit message (Expand)Author
2019-11-08Mobile: modify filter so that all models get notifiedGravatar 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-03Mobile: don't dereference the dive list model when it's disconnectedGravatar Dirk Hohndel
2019-11-03Mobile: use appendTextToLog to get timestamps in logsGravatar Dirk Hohndel
2019-10-26Mobile: don't show nothing for the locationGravatar Dirk Hohndel
2019-10-26Mobile: avoid dereferencing undefined valuesGravatar 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-09-21Mobile: pass section directly to tripTitle() and tripShortDate()Gravatar Berthold Stoeger
2019-09-21Mobile: don't show filter button when entering credentialsGravatar Dirk Hohndel
2019-09-14Mobile: return depthDuration directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return location directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dive-number directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dive-id directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dateTime directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripNrDive from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripId from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-11Mobile: adjust grid unit on very narrow screensGravatar Dirk Hohndel
2018-12-21Mobile: copy the dive data when configuring settingsGravatar Miika Turkia
2018-12-21Mobile: UI for selecting what to copy-pasteGravatar Miika Turkia
2018-11-23Mobile: don't format trip heading for all divesGravatar Berthold Stoeger
2018-11-18delete-copy-paste buttons layed out properlyGravatar Miika Turkia
2018-11-18Support for copy-pasting specific fields on mobileGravatar Miika Turkia
2018-10-31Mobile/filtering: don't show the filter line when pulling divelist downGravatar Dirk Hohndel
2018-10-27QML UI: we don't need Controls 2.4Gravatar Dirk Hohndel
2018-10-23Mobile/filtering: update number of dives shown when resetting filterGravatar Dirk Hohndel
2018-10-23QML UI: remove some of the log file noiseGravatar Dirk Hohndel
2018-10-23Mobile/filtering: show a better message while waiting for the filterGravatar Dirk Hohndel
2018-10-23Mobile/filtering: implement the filter update through a threadGravatar Dirk Hohndel
2018-10-23Mobile/filtering: remove redundant busy indicator on dive listGravatar Dirk Hohndel
2018-10-23Mobile/filtering: simplify the filter toggleGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add properties for dive list model and filter textGravatar Dirk Hohndel
2018-10-23Mobile/filtering: clean up whitespace from last commitGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add background rectangle for filter rowGravatar Dirk Hohndel
2018-10-23Mobile/filtering: simplify transitionsGravatar Dirk Hohndel
2018-10-23Mobile/filtering: simple busy indicatorGravatar Dirk Hohndel
2018-10-23Mobile/filtering: make sure the header is top-most elementGravatar Dirk Hohndel
2018-10-23Mobile/filtering: ensure filter input field has focus when shownGravatar Dirk Hohndel
2018-10-23Mobile/filtering: use margins instead of rectangles to create spaceGravatar Dirk Hohndel
2018-10-23Mobile/filtering: only filter when editing is finishedGravatar Dirk Hohndel
2018-10-23Mobile/filtering: reset the filter text when toggledGravatar Dirk Hohndel
2018-10-23Mobile/filtering: improve code readabilityGravatar Dirk Hohndel
2018-10-23Mobile/filtering: animate the filter headerGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add count of filtered dives to search barGravatar Dirk Hohndel
2018-10-23Mobile/filtering: make the search box an overlayGravatar Dirk Hohndel
2018-10-23Mobile/filtering: first attempt to filter on dive siteGravatar Jan Mulder