summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-04-27 03:03:41 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-04-27 03:03:41 +0200
commit1c61d6de77657d60814d582153e75ace6597dde7 (patch)
tree571eebabfccf1cc6e0774682b6e2ef608983b521
parent5c53cd23351a1850f170dcf2fdcab7545cac3ddc (diff)
parent5d357f90951dde3cbae943dfa8ee44e0b952956d (diff)
Merge remote-tracking branch 'origin/5.13' into dev
-rw-r--r--dist/changes-5.12.333
-rw-r--r--examples/positioning/geoflickr/geoflickr.pro2
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapitemview.cpp6
-rw-r--r--src/location/doc/src/plugins/mapboxgl.qdoc4
4 files changed, 39 insertions, 6 deletions
diff --git a/dist/changes-5.12.3 b/dist/changes-5.12.3
new file mode 100644
index 00000000..f66e4695
--- /dev/null
+++ b/dist/changes-5.12.3
@@ -0,0 +1,33 @@
+Qt 5.12.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0 through 5.12.2.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.12 series is binary compatible with the 5.11.x series.
+Applications compiled for 5.11 will continue to run with 5.12.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* QtPositioning *
+****************************************************************************
+
+ - Documented QGeoPath::length behavior properly.
+
+****************************************************************************
+* UNSPECIFIED *
+****************************************************************************
+
+ - Fixed incorrect indexing of Mapbox tiles in the cache.
+ - Fixed crash when destroying Maps containing MapItemViews.
+ - Added a notice to the MapViewer example to inform when a HTTPS-based map
+ is selected without SSL support.
diff --git a/examples/positioning/geoflickr/geoflickr.pro b/examples/positioning/geoflickr/geoflickr.pro
index 4bbb7959..0bbfecd8 100644
--- a/examples/positioning/geoflickr/geoflickr.pro
+++ b/examples/positioning/geoflickr/geoflickr.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = geoflickr
-QT += qml quick network positioning
+QT += qml quick network positioning xmlpatterns
SOURCES += qmllocationflickr.cpp
RESOURCES += \
diff --git a/src/location/declarativemaps/qdeclarativegeomapitemview.cpp b/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
index 3208829c..f7a251a2 100644
--- a/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomapitemview.cpp
@@ -140,17 +140,17 @@ void QDeclarativeGeoMapItemView::classBegin()
// connect(m_delegateModel, &QQmlInstanceModel::initItem, this, &QDeclarativeGeoMapItemView::initItem);
}
-void QDeclarativeGeoMapItemView::destroyingItem(QObject */*object*/)
+void QDeclarativeGeoMapItemView::destroyingItem(QObject * /*object*/)
{
}
-void QDeclarativeGeoMapItemView::initItem(int /*index*/, QObject */*object*/)
+void QDeclarativeGeoMapItemView::initItem(int /*index*/, QObject * /*object*/)
{
}
-void QDeclarativeGeoMapItemView::createdItem(int index, QObject */*object*/)
+void QDeclarativeGeoMapItemView::createdItem(int index, QObject * /*object*/)
{
if (!m_map)
return;
diff --git a/src/location/doc/src/plugins/mapboxgl.qdoc b/src/location/doc/src/plugins/mapboxgl.qdoc
index b1d721bf..c5e02810 100644
--- a/src/location/doc/src/plugins/mapboxgl.qdoc
+++ b/src/location/doc/src/plugins/mapboxgl.qdoc
@@ -180,8 +180,8 @@ replacing the dash with camel case for technical reasons (i.e. \b line-cap will
\li source
\li A style data \l {https://www.mapbox.com/mapbox-gl-js/style-spec/#sources}{source}. When using a source
of \b sourceType \l {https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson}{geojson}, the
- \b data property can be both inlined or sourced from qrc.
- \li Supported source types are: \b vector, \b raster, \b raster-dem and \b geojson.
+ \b data property can be both inlined or sourced from qrc. Supported source types are: \b vector, \b raster,
+ \b raster-dem and \b geojson.
'geojson'.
\row
\li layer