diff options
author | Jani Heikkinen <jani.heikkinen@qt.io> | 2017-09-21 12:59:18 +0300 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2017-09-22 11:31:15 +0000 |
commit | b6f174ebfdc32110dab495217481481dbff5670d (patch) | |
tree | 3c75f674fe1eaf9f1bb6ee266b346a3426c906ea /dist | |
parent | eb3812884d63ffc014f4ac76214e65a6497ae827 (diff) | |
download | qtlocation-b6f174ebfdc32110dab495217481481dbff5670d.tar.gz |
Add changes file for Qt 5.9.2
Task-number: QTBUG-62751
Change-Id: Ia8cd743245cb0df867ef373cb97c7d1ade005b23
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.9.2 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/dist/changes-5.9.2 b/dist/changes-5.9.2 new file mode 100644 index 00000000..ac6321d6 --- /dev/null +++ b/dist/changes-5.9.2 @@ -0,0 +1,56 @@ +Qt 5.9.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +http://doc.qt.io/qt-5/index.html + +The Qt version 5.9 series is binary compatible with the 5.8.x series. +Applications compiled for 5.8 will continue to run with 5.9. + +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. + +**************************************************************************** +* Qt 5.9.2 Changes * +**************************************************************************** + +QtLocation +---------- + - [QTBUG-61070] mapQuickItems aren't drawn any longer if coordinate is invalid + - [QTBUG-61813] Fixed Map.toCoordinate always clamping y values to 0 + - [QTBUG-61727] Fixed dragging items out of map bounds + - [QTBUG-62098] Fixed plugins build dependency + - [QTBUG-62122] Fixed potential memleak on QDeclarativeGeoMap destruction + - [QTBUG-62154] Fixed MapCircle artifacts with small radiuses + - Restored usage of setProperty on Map.fitViewportToGeoShape + - [QTBUG-57690] Fixed visible region computation in QGeoProjectionWebMercator + - Fixed QDeclarativeGeoMap::populateMap duplicating items + - Fixed GeocodeModel not autoUpdating if plugin attaches late + - [QTBUG-62075] Fixed PluginParameter not working with script as property values + - Added a configure feature for each geoservice plugin + - Fixed file tile cache not honoring disk cache size of 0 + - [QTBUG-63124] Fixed wrong clipper dependency due to incorrect qmake syntax + - [QTBUG-63251] Fixed Map.fromCoordinate returning wrong values during tilting + + - OSM + * [QTBUG-61637] Fixed OSM plugin not working with providersrepository.disabled = true + * [QTBUG-63033] Fixed disabling redirection for providers that have no local fallback + + - MapboxGL: + * [QTBUG-61442] Fixed MapParameter dynamic usage + * [QTBUG-62454] Bumped Mapbox GL to v1.1.0 to prevent a crash + * [QTBUG-62861] Fixed broken native text rendering with Mapbox GL plugin + * [QTBUG-58869] Fixed Mapbox GL not rendering circles natively + * Fixed Mapbox GL plugin not respecting MapItem visibility and opacity + + +QtPositioning +------------- + - [QTBUG-62778] Fixed PositionSource never turning active on Android in some cases |