From e77b6dc6ea801c720f241342246a57d237850e3f Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 26 Oct 2015 19:59:04 +0100 Subject: Fix MapGestureArea API Qmlfy map gesture area API: * do not use "is" for properties (panActive,pinchActive) * do not use "active" for accepted gestures (acceptedGestures) * do not use "ZoomGestures" (PinchGesture) * make private panEnabled, pinchEnabled * remove pan/pinchEnabled signals * update documentation * fix order of emitting panFinished, flickFinished [ChangeLog][MapGestureArea] Improve QML API including renaming and removal of obsolete elements. Change-Id: I643c923dcd94388475feb402b29ce3df916037a7 Reviewed-by: Laszlo Agocs --- src/location/doc/src/qtlocation-changes.qdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/location/doc') diff --git a/src/location/doc/src/qtlocation-changes.qdoc b/src/location/doc/src/qtlocation-changes.qdoc index a901751b..1c79c582 100644 --- a/src/location/doc/src/qtlocation-changes.qdoc +++ b/src/location/doc/src/qtlocation-changes.qdoc @@ -45,8 +45,12 @@ \b{\l{QtLocation::MapGestureArea}{MapGestureArea} Component} \list - \li added missing panActiveChanged() signal to \l[QML]{QtLocation::MapGestureArea::}{isPanActive} property + \li added missing panActiveChanged() signal to \l[QML]{QtLocation::MapGestureArea::}{panActive} property \li removed movementStopped() signal + \li replaced isPanActive, isPinchActive with panActive, pinchActive + \li replaced activeGestures with acceptedGestures + \li replaced ZoomGesture with PinchGesture + \li removed properties panEnabled pinchEnable, please use acceptedGestures instead \endlist \b Geoservice's plugin parameters -- cgit v1.2.1