subsurface/mobile-widgets/qml
Jan Mulder d6446569af QML UI: only drag a pull down sync, and not flick it
Fast flicking to the top of the divelist triggers almost certainly a
pull down sync, as the default boundBehavior is DragAndOvershootBounds.
Despite being the default QML action, this leads to unwanted pull
down syncs (even in offline mode).

Setting the boundBehavior to DragOverBounds solves this issue. Now,
the user has to explicitly drag the top down to force a pull down
sync, and a accidental fast flick is stopped at the upper bound.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
2017-06-29 23:21:55 +09:00
..
icons QML UI: add option to disable cloud to start screen 2016-04-22 11:59:15 -07:00
About.qml Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00
CloudCredentials.qml Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00
dive.jpg Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
DiveDetails.qml QML UI: don't access dive without modelData 2017-06-21 17:20:07 -07:00
DiveDetailsEdit.qml Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00
DiveDetailsView.qml QML UI: use textColor instead of diveListTextColor 2017-06-23 19:49:57 -07:00
DiveList.qml QML UI: only drag a pull down sync, and not flick it 2017-06-29 23:21:55 +09:00
DownloadedDiveDelegate.qml QML UI: use textColor instead of diveListTextColor 2017-06-23 19:49:57 -07:00
DownloadFromDiveComputer.qml QML UI: Download from DC: move accept button to the right 2017-06-25 16:12:45 -07:00
GpsList.qml Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00
HintsTextEdit.qml QML UI: attempt to add dark theme 2017-06-21 17:20:07 -07:00
Log.qml QML UI: attempt to add dark theme 2017-06-21 17:20:07 -07:00
main.qml QML UI: make toast message translatable 2017-06-25 13:56:04 +09:00
mobile-resources.qrc QML UI: DiveList: make download from DC main action 2017-06-27 22:18:26 -07:00
Preferences.qml QML UI: remember the theme 2017-06-23 19:49:57 -07:00
qtquickcontrols2.conf QML UI: Fully port dive edit to Kirigami2 2017-04-01 09:35:51 +02:00
StartPage.qml Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00
ThemeTest.qml Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00