Commit bfb88b7a authored by Paolo Angelelli's avatar Paolo Angelelli Committed by Jani Heikkinen
Browse files

Add changes file for Qt 5.12.1

+ d64e5900 Mapbox GL: Add mapboxgl.china plugin parameter
+ e11c830e Remove dead code
+ b0295ac4 Improve error reporting in plugin loading
+ ee700d2e Mapbox: Only include matching categories in the results
+ 25c6840f Bump version
+ 85df79b0 Fix unstable rotation gesture
+ cf5edf09 Doc: Make documented QML imports follow Qt versioning
+ b172080b Fix GeoProjectionWebMercator and MapPolyline incorrect projection
+ d9985cd5 Fix missing geometry update when changing border width
+ 5241d8c7 Do not build geoclue plugins on platforms != linux
+ 66ef8248 winrt: Fix msvc condition in configure tests
+ d94b6781 Fix MapItemView removing wrong indices on model changes
+ ffac0dc5 Add changes file for Qt 5.11.3
+ fb23882d Add QAbstractNavigator::setTrackPosition
+ cb19e1f7 Fix error handling in QGeoServiceProvider
+ a4cc61fc Improve the initialization behavior of CategoryModel
+ 27f08fe5 winrt: Minor code cleanup
+ 536668ae winrt: Fix setting of verticalAccuracy
+ c83f4565 winrt: Replace deprecated functions
+ 10e200d7 winrt: Make sure that Co(Un)Initialize is called
+ 98e28cfc winrt: Fix namespaced builds
+ 3cf061dc winrt: Add categorized logging
+ 3c8b439d winrt: Add nativeStatus helper functions
+ d16a2c08 winrt: Small code cleanup
+ 4f6e1d3d winrt: Check availability in requestAccess on desktop builds
+ 0b242a11 winrt: Remove unneeded status change callback
+ 25493cbb winrt: Restart location handler on setUpdateInterval if necessary
+ 9307404d winrt: Implement minimumUpdateInterval
+ be0658bf Make tiled renderer and QGeoProjectionWebMercator debuggable
+ b4beb74d Fix compilation with GCC < 5.0
+ 4e2847bc Fix regression in error handling in QGeoServiceProvider
+ 7bafbdc9 Fix compilation with gcc 4.8
+ cfb91794 Port Nokia geo service plugin to QRegularExpression
+ 74c390e1 Fix warning in Android position plugin
+ 3d38d96c Fix horizontal accuracy comparison for competing position results
+ faaa6521 Fix warnings in jnipositioning.cpp
+ fa56cc36 Ignore Android specific build files
+ 2bb003b7 Add ability to visually log position updates in test app
+ a4442abd Collect vertical position accurancy details
+ 4ab5838d Add binary compatibility file to QtLocation for 5.12
+ 550abd71 Enable QVariant::save for QGeoCoordinate
+ 100e0416 Register QGeoCoordinate debug streaming operator
+ 1e24cec7 Introduce a map plugin parameter to decide U-Turn direction
+ 04ce8e7f Fix QGeoPositionInfoSource::supportedPositioningMethods() on Android
+ 00db28fe Improve QGeoPositionInfoSource::supportedPositioningMethods() docs
+ 3c3be256 Ensure QGeoPositionInfoSource::supportedPositioningMethodsChanged() on Android
+ b14145e3 Prevent potential blockage of setPreferredPositioningMethods()
+ 42012833 Enable testing of QGeoPositionSourceInfo::supportedPositioningMethodsChanged()
+ 81a9c22e winrt: Minor improvements in error handling
+ b1fe421e Bump version
+ 1688c44d

 Fix MapItemView attempting to instantiate items with map not set

Change-Id: I4e06bc6aaace81b4409fe71a7e133838f30196f0
Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
Showing with 56 additions and 0 deletions
Qt 5.12.1 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 5.12.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.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.
****************************************************************************
* QtLocation *
****************************************************************************
- Exposed support for chinese maps in the MapboxGL plugin.
- Fixed unstable rotation gesture on some platforms.
- [QTBUG-71607] Fixed MapPolyline drawing incorrectly at high zoom levels.
- [QTBUG-71607] Fixed missing geometry update when changing map items
border width.
- [QTBUG-71264] Fixed MapItemView removing wrong indices on model changes.
- Added QAbstractNavigator::setTrackPosition.
- [QTBUG-70254] Improved the initialization behavior of CategoryModel.
- [QTBUG-69512] Fixed compilation with GCC < 5.0.
- [QTBUG-72180] Fixed a regression in error handling inside
QGeoServiceProvider.
- [QTBUG-72462] Introduced a plugin parameter to decide U-Turn direction.
- Fixed MapItemView attempting to instantiate items when map not set.
****************************************************************************
* QtPositioning *
****************************************************************************
- [QTBUG-72291] Fixed horizontal accuracy comparison for competing position
results.
- [QTBUG-62682][QTBUG-68331] Enabled QVariant::save for QGeoCoordinate.
- Registered QGeoCoordinate debug streaming operator
- [QTBUG-64689] Android: Implemented collection of vertical accuracy data.
- [QTBUG-66427] Android: Fixed
QGeoPositionInfoSource::supportedPositioningMethods().
- WinRT: Fixed setting of verticalAccuracy.
- [QTBUG-71194] WinRT: Made sure that Co(Un)Initialize is called.
- WinRT: Added categorized logging.
- WinRT: Fixed namespaced builds
- WinRT: Implemented minimumUpdateInterval.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment