summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-04-14 16:59:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-17 13:41:22 +0200
commit4f2990d4188dada053e9272c690a6867d6e94d98 (patch)
treebce5d728d5056f66d47b1e044533c3c2eb98d12e
parent8ff60b5f3b45457a180bd72e1b8ea84cd397d249 (diff)
Add Qt 5.3.0 change log for QtPositioning.
QtLocation changes were purposely left out since the API is not released yet. Change-Id: Ic54ebf195e3be654f5f2c96924af95701ecd23b7 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
-rw-r--r--dist/changes-5.374
1 files changed, 74 insertions, 0 deletions
diff --git a/dist/changes-5.3 b/dist/changes-5.3
new file mode 100644
index 00000000..1bf445a7
--- /dev/null
+++ b/dist/changes-5.3
@@ -0,0 +1,74 @@
+Qt 5.3 introduces many new features and improvements as well as bugfixes
+over the 5.2.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+ http://qt-project.org/doc/qt-5.3
+
+The Qt version 5.3 series is binary compatible with the 5.2.x series.
+Applications compiled for 5.2 will continue to run with 5.3.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* General *
+****************************************************************************
+
+General Improvements
+--------------------
+
+ - New SatelliteInfo example added. The example displays the signal
+ strength of surrounding satellites. The example employs a demo mode on
+ those platforms which don't provide satellite information
+
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+QtPositioning
+-------------
+
+ - Position (QML):
+ * Added direction and vertical speed properties.
+
+ - QGeoPositionInfoSource:
+ * iOS position backend added.
+ * [QTBUG-34102] Android backend added. Android devices can retrieve
+ their current position. Network- and Satellite-based providers are
+ supported.
+
+ - QGeoSatelliteInfoSource:
+ * [QTBUG-34102] Android backend added. Android devices can retrieve
+ information about the currently accessible GPS and GLONASS satellites.
+
+ - QGeoRectangle:
+ * Added QGeoRectangle(QList<QGeoCoordinate>) constructor added.
+ * Improved class documentation.
+
+ - QGeoShape:
+ * Added extendShape(QGeoCoordinate) function.
+
+ - QNmeaPositionInfoSource:
+ * Added support for reporting position accuracy.
+
+
+****************************************************************************
+* Plugin Specific Changes *
+****************************************************************************
+
+GeoClue
+-------
+ - [QTBUG-36298] Reports direction of travel and
+ vertical speed attributes, if supported by the active Geoclue
+ provider.
+ - Fixed the emission of the updateTimeout() signal when
+ position updates do not arrive in a timely manner.
+ - Position info source provider no longer internally filters
+ position updates to the requested update interval.
+