From f4211858a0bd646844dae1c965d9b795cd8c0493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Mon, 20 Apr 2020 11:02:24 +0200 Subject: Fix typo in error->errorOccurred deprecation fix Change-Id: If9ee065e8d2cbca6ca0ff64415c509caa655a2e6 Reviewed-by: Paolo Angelelli --- src/plugins/geoservices/osm/qgeotileproviderosm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/geoservices/osm/qgeotileproviderosm.cpp b/src/plugins/geoservices/osm/qgeotileproviderosm.cpp index dfe3d8e9..2f7839de 100644 --- a/src/plugins/geoservices/osm/qgeotileproviderosm.cpp +++ b/src/plugins/geoservices/osm/qgeotileproviderosm.cpp @@ -339,7 +339,7 @@ void TileProvider::resolveProvider() request.setAttribute(QNetworkRequest::CacheLoadControlAttribute, QNetworkRequest::PreferNetwork); QNetworkReply *reply = m_nm->get(request); connect(reply, SIGNAL(finished()), this, SLOT(onNetworkReplyFinished()) ); - connect(reply, SIGNAL(errorOccured(QNetworkReply::NetworkError)), this, SLOT(onNetworkReplyError(QNetworkReply::NetworkError))); + connect(reply, SIGNAL(errorOccurred(QNetworkReply::NetworkError)), this, SLOT(onNetworkReplyError(QNetworkReply::NetworkError))); } void TileProvider::handleError(QNetworkReply::NetworkError error) -- cgit v1.2.1 From 145a28ad34837bee8ba3d2acd9932d1b7825fd78 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 17 Apr 2020 10:05:38 +0300 Subject: Add changes file for Qt 5.15.0 + 2b743cdca353f84959dac47e4ca24615c6f1830a Bump version + efdf3c266dce8791b78d1a851b16d2f4dbe8534e Add optional argument to Map.fitViewportToMapItems + c59ae0c350786ab3d7691503b487a7dda48f4b5c Avoid initializing QFlags with 0 or nullptr + 3aaa71792b6a30e12d1aaff66d7238770576b4cc tests: Fix duplicate .pro entries + b359faca3420916efd649b743501df3fdf5b6f35 Fix MapObjects ::border property not properly initialized + b482674e51c097fccffa1e1cc32b4843ad393894 qtlocation: remove uses of the deprecated member-function + a5e677741a9cbc8b257a58a2ffe3c5f5ee785152 QDeclarativePositionSource::socketError - use deleteLater + 1bba966b8df1cc1d39276833ff4533f967df247e Add to GeoJsonDelegate.qml support for logging clicked country + 8e53b4913946801f5ba51807feda21778f264bf0 Add parent property to QParametrizableObject + f4a98904855b57c6ad42f9ead29737d0201b6733 Fix MapObjectView not setting properties + 6935c61b75ab600950da8ff62b693c426de5b9a5 Update earcut 3rd party library + 4ee08b0770dc018e390051a35092264f0b1a789a Fix QGeoCoordinate::CoordinateFormat missing Q_ENUM + 964a1bb8532249f82d4d647bd496d77ccb5e240f Fix QGeoPolygon translate not updating clipper cache + d055098540df99a5d426360e9322c659e678e5ee Enable mercator-to-screen projection in GLSL + e82c41d35ddd6ef0d14e1d01ea1dfd46742bc0fe Fix Map*ObjectsQSG implementation triggering QSGBatchRenderer crashes + a4469cad4041f21e640efa9ca5d0b192dd702955 Port Map*ObjectPrivateQSG to the shader-based projection geometries + be7cbed7411d024d178377bd327d5916c80e02a0 Add geometry simplification to MapPolyline/MapPolylineObjectQSG + 0ace8d20dcdbcc281c7ebc48b0c153170ebd99b0 Fix crash with empty maps on construction + 0b81e828add7e77fd3aecaf46955f7d1a84321ae Fix segmentation fault due to null pointer usage + a95c1e3a7cf55a43ba1a8b963aa0c0df02655747 Remove use of bearer management from weatherinfo example + d983c7edac94b5e397b781b3f7a9b119d1996318 Examples: request permissions storage permissions on Android + ec3001c3490b14de3b242dce6af97ec519433305 Revert "qtlocation: remove uses of the deprecated member-function" + a0e88ed10cd07d4bdf79d7e7f05f01179f2eb296 Doc: Fix highlighing of import + d97b13fc2ccd38dd6d38190722d2207bb26315b5 serialnmea plugin construction connect() error fix + ae9a8826d73fa689e81c43038bb13226c9cb9ac7 QtLocation: get rid of now unneeded qOverloads + 29816a3aaa3f368422a3b19983add62673bb6960 qtlocation - use errorOccured signal for QTcpSocket + f16f4a231cd10867c10eb42fb456867469c93836 Support custom Mapbox API base URLs + ccfcf832862582cd0e7c6b33547c9bf9d3b47240 winrt: Fix crash on exit + 7711e7bcfae2c09688ecdaf587d580077889cce3 Make use of qRegisterAnonymousType where possible + dd6df42a6ae90cd349b9af2d00d53c5a0d3ed1ed Fix QHash/QMultiHash related deprecations warnings + f64813599bc4d1f57c964727e6b5b4ba3b6cb24a Fix Qt6 build + eda2a7c286058176e1906d0ddc88d4e2cfbec55e Change QQmlListProperty ctor expecting a QList ptr Change-Id: Ib710e60af7111eedf7a7b0dee90228dc3ad74b8f Reviewed-by: Alex Blasche --- dist/changes-5.15.0 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 dist/changes-5.15.0 diff --git a/dist/changes-5.15.0 b/dist/changes-5.15.0 new file mode 100644 index 00000000..f084e9e2 --- /dev/null +++ b/dist/changes-5.15.0 @@ -0,0 +1,51 @@ +Qt 5.15 introduces many new features and improvements as well as bugfixes +over the 5.14.x series. 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.15 series is binary compatible with the 5.14.x series. +Applications compiled for 5.14 will continue to run with 5.15. + +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 * +**************************************************************************** + + - QGeoPolygon: + * Fixed contains method. + + - serialnmea plugin: + * [QTBUG-82819] Fixed serialnmea plugin initialization when used with serial port. + + - [QTBUG-81069] Fixed a dangling pointer issue in QML PositionSource API. + + - Fixed QGeoCoordinate::CoordinateFormat missing Q_ENUM. + + - Removed the usage of deprecated APIs from other Qt modules. + + +**************************************************************************** +* QtLocation * +**************************************************************************** + + - Added optional Argument to Map.fitViewportToMapItems. + + - Fixed a memory leak related to MapObjects.border. + + - Updated the 3rdparty library earcut. + + - Fixed Map*ObjectsQSG implementation triggering QSGBatchRenderer crashes. + + - Ported Map*ObjectPrivateQSG to the shader-based projection geometries. + + - Fixed segmentation fault due to null pointer usage in qdeclarativepolylinemapitem.cpp. + + - Removed the usage of deprecated APIs from other Qt modules. -- cgit v1.2.1 From b2d0a90961089057acf199119afa8235e9e926b3 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 4 May 2020 15:35:55 -0700 Subject: Update mapbox-gl to the latest Needed to compile with GCC 9 and 10. Change-Id: I99ab0f318b1c43b89888fffd160bf42e51e9a0d1 Reviewed-by: Alex Blasche --- src/3rdparty/mapbox-gl-native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/mapbox-gl-native b/src/3rdparty/mapbox-gl-native index d9577fde..d7e368c4 160000 --- a/src/3rdparty/mapbox-gl-native +++ b/src/3rdparty/mapbox-gl-native @@ -1 +1 @@ -Subproject commit d9577fdebe019b19e184b4cac82749ae9ec87afb +Subproject commit d7e368c42f2ac7971e81f60b981e566352f1e4fa -- cgit v1.2.1