summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2020-04-17 10:05:38 +0300
committerAlex Blasche <alexander.blasche@qt.io>2020-04-23 06:28:30 +0200
commit145a28ad34837bee8ba3d2acd9932d1b7825fd78 (patch)
treeb696d771583208cd8132aebc31a1e9d43c8476c5
parent09da28bb9acd11359424ae7b81114c991ce9d4f7 (diff)
downloadqtlocation-145a28ad34837bee8ba3d2acd9932d1b7825fd78.tar.gz
Add changes file for Qt 5.15.0v5.15.0-rc1
+ 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 <alexander.blasche@qt.io>
-rw-r--r--dist/changes-5.15.051
1 files changed, 51 insertions, 0 deletions
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.