summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qtlocation-changes.qdoc
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-10-26 19:59:04 +0100
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-11-23 16:19:52 +0000
commite77b6dc6ea801c720f241342246a57d237850e3f (patch)
tree259f7d9b55503d69006b4211b6fb12d757a1c636 /src/location/doc/src/qtlocation-changes.qdoc
parent7c022af015cbd281521674d20847b619e12e5aaf (diff)
downloadqtlocation-e77b6dc6ea801c720f241342246a57d237850e3f.tar.gz
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 <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/location/doc/src/qtlocation-changes.qdoc')
-rw-r--r--src/location/doc/src/qtlocation-changes.qdoc6
1 files changed, 5 insertions, 1 deletions
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