subsurface/mobile-widgets
Lubomir I. Ivanov 0fc9a3bf4a mapwidget.qml: add a couple of helpers
Add stopZoomAnimations(), which is really just a precaution
function to make sure we have stopped all animation of the
map before doing calculations! Since the animation *should*
be running in a separate thread, this would make sure the Map "center"
and "zoomLevel" properties do not change.

Add pointIsVisible(), which is a helper to determine
if a point created by map.fromCoordinate() method is inside
the viewport. fromCoordinate() has to be called without the
"false" (clip) flag for this to work.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
2017-08-07 00:51:21 -07:00
..
qml mapwidget.qml: add a couple of helpers 2017-08-07 00:51:21 -07:00
qmlmanager.cpp QML UI: enable modification of ratings 2017-08-02 18:49:47 -07:00
qmlmanager.h QML UI: enable modification of ratings 2017-08-02 18:49:47 -07:00
qmlmapwidgethelper.cpp mapwidgethelper: support tracking of all selected dive sites 2017-08-07 00:51:21 -07:00
qmlmapwidgethelper.h Switch new files to unix line endings 2017-07-28 22:01:36 -07:00
qmlprofile.cpp QML UI: adjust to modified logging API 2017-06-11 13:55:41 -07:00
qmlprofile.h Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00