summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changes file for Qt 5.12.10v5.12.105.12.10Antti Kokko2020-10-161-0/+34
| | | | | | Pick-to: dev 5.15 5.12 Change-Id: If54f57ab2b1d99611ccce698ae4f3839f9f5f16f Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Bump versionJani Heikkinen2020-10-141-1/+1
| | | | Change-Id: I12f025472dec9a522818b63cdb0fa97f4e901383
* Add actual text of Boost Software LicenseKai Koehne2020-08-261-0/+27
| | | | | | | | | | [ChangeLog][Third-Party Code] Added actual license text of Boost Software License (used in Clipper Polygon Clipping Library) Change-Id: Ie4bfc92541eaac3844a8a75044e2ba60a89adaaa Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit e69a08a91334df9830d196c48b24f487775e798f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Merge remote-tracking branch 'origin/5.12.9' into 5.12Qt Forward Merge Bot2020-06-171-0/+20
|\ | | | | | | Change-Id: I8ad98cc2e6dbf2ef62319ff589a942c942e1e1e1
| * Add changes file for Qt 5.12.9v5.12.95.12.9Antti Kokko2020-06-041-0/+20
|/ | | | | | | + 4e41a39ca84eab382574e087b4c30a88acc6f8cc Bump version Change-Id: Iff939eee3b352ae36f19422abd4580f34f45c402 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Bump versionAlexandru Croitor2020-04-221-1/+1
| | | | Change-Id: I8d9fc0b23150d8e7d46b01a732ca75da75187b18
* Merge remote-tracking branch 'origin/5.12.8' into 5.12Qt Forward Merge Bot2020-04-141-0/+20
|\ | | | | | | Change-Id: Ib2e49d07671a0730072eb1725aea0d9c5da42922
| * Add changes file for Qt 5.12.8v5.12.85.12.8Antti Kokko2020-03-271-0/+20
|/ | | | | | | + 2f99454c2e4d15d888baa0dff84af7be8644f329 Bump version Change-Id: I2797fc468fefd7fcc94b0f6df2b0446108d586a8 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Merge remote-tracking branch 'origin/5.12.7' into 5.12Qt Forward Merge Bot2020-01-311-0/+20
|\ | | | | | | Change-Id: Ie5996ef2a325a0a765810922c63cd8e57ae86046
| * Add changes file for Qt 5.12.7v5.12.75.12.7Antti Kokko2020-01-181-0/+20
| | | | | | | | | | | | | | | | + f70faa7362e689a2d138246d171a8673f953ee40 Bump version + b37c5d36b28c0b6bdf69e9992a61f178a290f023 doc: fix spelling of signal name "onFlickStarted" Change-Id: Iaeb655854a0bde42d6c0961eb67d65f70ff7f760 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Bump versionAlexandru Croitor2020-01-281-1/+1
|/
* Merge remote-tracking branch 'origin/5.12.6' into 5.12Qt Forward Merge Bot2020-01-071-0/+20
|\ | | | | | | Change-Id: I8b97154c07ab154a1775373aff83e705de577bfe
| * Add changes file for Qt 5.12.6v5.12.65.12.6Antti Kokko2019-11-061-0/+20
| | | | | | | | | | | | | | | | | | | | | | + 2bb07804f32e0c9cc7948a5cff0bcef81ae9d8c9 Fix slow Map.removeMapItem + 9ac4e00e21f5fd7a1a53343d1cf9f4fcaeff01a5 Improve DynamicParameter documentation + 7533c81ccef992b0e932b299cdb1257d21e012d2 Fix OSM parsing of place_id + f1303d3a1c417f231055b8cb6010e7053da13f7a Bump version Change-Id: I816c427cdba1830c7d6c39b66867875075bd7a5b Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* | doc: fix spelling of signal name "onFlickStarted"Rolf Eike Beer2019-11-151-1/+1
| | | | | | | | | | | | Change-Id: Idc7cd6ad9f87e2fc511344bc4fc4b409da3b7f02 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 193950ac0608955267204f13f115923b0b5325f2)
* | Bump versionFrederik Gladhorn2019-11-071-1/+1
|/
* Bump versionFrederik Gladhorn2019-10-301-1/+1
|
* Fix OSM parsing of place_idPaolo Angelelli2019-10-211-1/+1
| | | | | | | | | Something must have changed in Qt json API/parser, or in the return value of nominatim. Either way, place_id is now an int. Change-Id: Ic340bed9c556665ce1114966d6b9157a3f380ad3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Improve DynamicParameter documentationPaolo Angelelli2019-10-101-6/+8
| | | | | | Change-Id: I2900e1ccc5291148fdc7801c1b6af43ea611db28 Fixes: QTBUG-78712 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Fix slow Map.removeMapItemPaolo Angelelli2019-10-092-20/+32
| | | | | | | | | | | | This removes connections in map items to react on map changes. A further improvement could be replacing item lists with QSets. This might however have implications with plugins which might expect ordered items. Change-Id: I52dbd64ed22762b1e2d51d1bc38f496346e7a664 Fixes: QTBUG-76950 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-071-0/+20
|\
| * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+20
| |\ |/ / | | | | Change-Id: I3d288c5a93439181357c7aee8dda106a6cfdc896
| * Add changes file for Qt 5.12.5v5.12.55.12.5Antti Kokko2019-08-231-0/+20
|/ | | | | | | | | + 7df7bc13f1b483504b01685888d3e3b6b6224a87 winrt: Do not assert if requesting access failed + 63cd689a400ee57f7e898e81290366c266537982 Bump version Change-Id: I18855bfcc953f30aab48b283f75b11894883b76d Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Improve debugging in mapboxgl plugin when running without opengl backendPaolo Angelelli2019-08-201-0/+6
| | | | | Change-Id: I252c163ad9296b52f14b83710fda0a469f882d73 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | Change-Id: Ic2e7da41b6a90f3dcc9c642c0b4492099bd27a1f
* winrt: Do not assert if requesting access failedOliver Wolff2019-06-241-1/+4
| | | | | | | | | On Windows 8.1 accessing geolocation statics fails. If this happens, the function should not assert/crash, but just return false. Fixes: QTBUG-76344 Change-Id: I2dbd4734512f731ef065ec1e1e210fc22e057547 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-1714-32/+34
|\
| * Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-1714-32/+34
| |\ |/ / | | | | Change-Id: I0e61ba5697177a8daf8808023ac0207b70f8571d
| * Add changes file for Qt 5.12.4v5.12.45.12.4Antti Kokko2019-05-231-0/+20
| | | | | | | | | | | | Change-Id: I1817a1cb9e208af194fb1e8f416961d9c87815c1 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
| * Fix crash when removing items from MapboxGL mapsPaolo Angelelli2019-05-2812-31/+13
| | | | | | | | | | | | | | | | | | | | Triggered by usage of a virtual method in superclass destructor. Change-Id: If99e523e42fd13686ae43c0083a74e1b68221fc7 Fixes: QTBUG-67638 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit 1ac41150501d3c5cc4a9a6ed9c93729687666553) Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
| * Bump versionFrederik Gladhorn2019-05-231-1/+1
|/ | | | Change-Id: I612c4c7887c9d1ed6efc43edb3a746be0d40de2d
* Android: disable tests requiring plugins or local filesPaolo Angelelli2019-05-081-18/+23
| | | | | | | | | | | | | While we develop a long term solution to deal with this. Fixes: QTBUG-73575 Fixes: QTBUG-73576 Fixes: QTBUG-73578 Fixes: QTBUG-73579 Fixes: QTBUG-73580 Fixes: QTBUG-73581 Change-Id: Ib70d8f084dcbafa8853e0c687d0a31c88eef991f Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Use network cache when fetching provider data in the OSM pluginPaolo Angelelli2019-05-062-16/+24
| | | | | | | | | Otherwise it becomes problematic to start up applications in absence of network. Change-Id: Ia543b88bd56bb6c93c803a66e345be1610a4dfe0 Reviewed-by: Tuomas Vaarala <tuomas.vaarala@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Check that SSL support is available at compile time before using itAndy Shaw2019-04-291-0/+6
| | | | | Change-Id: Id0e7e14a06306a2d8c2098bcb6de6c53d28ca88f Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-0/+33
|\ | | | | | | Change-Id: I723fe44f13e52db9e02a2d9e5bc88a380f4d00b4
| * Add changes file for Qt 5.12.3v5.12.35.12.3Alex Blasche2019-04-031-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | + b7c2759118f4cc76a9cdded1e7626ac3342267e8 Print warning when QGeoFileTileCache::init fails creating the directory + 0f544f67042490e2a5448616601ed28322214c57 Fix incorrect indexing of Mapbox tiles in the cache + 2bf874e5e2b6a08ee12d0810d67d3c7ecf1e4bfa Document QGeoPath::length behavior + 6e02f895a8f3a74503971dd8df02cfafd46281f8 Bump version + 0af21b1f95180949f75ee2933d4147f610a29b6b Fix Map destructor incorrectly deleting MapItemViews + 5c3e3464c2ccf960ef3aaee4286f3d5b4cde12ac Display a notice when requesting a SSL map type without SSL support Change-Id: Ic5ca192808986433257de28261539801f65fc0ae Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | QDeclarativeGeoMapItemView: Silence MSVC warnings about commentsFriedemann Kleint2019-04-111-3/+3
|/ | | | | | | | | | Add space, fixing: declarativemaps\qdeclarativegeomapitemview.cpp(143): warning C4138: '*/' found outside of comment declarativemaps\qdeclarativegeomapitemview.cpp(148): warning C4138: '*/' found outside of comment declarativemaps\qdeclarativegeomapitemview.cpp(153): warning C4138: '*/' found outside of comment Change-Id: Ia63ebb4553661bac1af4dce1adf00befbaa34a87 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* Display a notice when requesting a SSL map type without SSL supportPaolo Angelelli2019-03-255-17/+63
| | | | | | | | | | | | | | | | | | | Some plugins request map data for some map types over HTTPS. Without SSL support (Qt built without SSL support, or missing OpenSSL libraries) this typically translates into blank maps. This is very evident on the MapViewer example. This patch makes sure that the example displays a notice when this situation happens. [ChangeLog] Added a notice to the MapViewer example to inform when a HTTPS-based map is selected without SSL support. Change-Id: I85428bb0536f33089a0e6045301c089fafe69d74 Fixes: QTBUG-74195 Fixes: QTBUG-74294 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Fix Map destructor incorrectly deleting MapItemViewsPaolo Angelelli2019-03-253-40/+75
| | | | | | | | | | | | | | | Currently the views are explicitly destroyed, leading to issues, in particular for views declared inside the Map. Change it to simply remove these views from the map. Child views will be destroyed in ~QObject. [ChangeLog] Fixed crash when destroying Maps containing MapItemViews. Change-Id: Iff9b1afd6b17b55671b1f999b1bf69f172a05483 Fixes: QTBUG-69195 Fixes: QTBUG-74337 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Bump versionKari Oikarinen2019-03-211-1/+1
| | | | Change-Id: Ia5fa624a3c7491fb7b5533761cdb9c4aa58bb92e
* Document QGeoPath::length behaviorPaolo Angelelli2019-03-191-0/+4
| | | | | | | | | | | | By default, the method computes a closed-loop length. Being this public API, the only thing that can be done is to properly document the behavior. [ChangeLog][QtPositioning] Documented QGeoPath::length behavior properly. Change-Id: Ie48a51ab0d11ec68851c2ea26b8c6f6894be8b61 Fixes: QTBUG-71358 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Fix incorrect indexing of Mapbox tiles in the cachePaolo Angelelli2019-03-181-1/+1
| | | | | | | | | | | | A missing '.' was causing to index the wrong tile specs for all map types. [ChangeLog] Fixed incorrect indexing of Mapbox tiles in the cache. Change-Id: Ic22dd60f4a608b31d071520bae750efddb48d59a Fixes: QTBUG-70438 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-0/+33
|\ | | | | | | Change-Id: I41b7d78671a38ea15f907d40f4a4012e6b96e139
| * Add changes file for Qt 5.12.2v5.12.25.12.2Paolo Angelelli2019-02-271-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + be55fa95765c0d53fadddfce2e9aefa651cf791d Fix crash when assigning a Component to MapQuickItem.sourceItem + 41e2042acf4e312933c5d3e27f3b741b7892b8d0 Fix use_mapbox_text_instructions typo + c6cfb10b4eb8c227983fe7b4649cb0b691962743 Bump version + b544e2fe22333f0a5fbd24a1ee106c5501a6b886 Fix QGeoRectangle::operator|= + 952ab431d7fb9f660438da612d2b00485cce02f3 Fix MapObjectView removing wrong indices on model changes + ed13382f2aa1434ab4c75c6a5dd0896493bc6c69 winrt: React on position source status change events + ab3b9aa97eed760993ffa6908066aaf85ec77920 winrt: Minor changes to logging + 9dbd90e65b23d4b5fda883d03d24bedc5127229b winrt: Check access to location service on every call + 3d525338d5cb21f57e46bbbea86647055455a46e Set things up for logging in positioning test application + 17457ddb657ea94408ac581958b065dc2d8711ff winrt: Smaller code cleanups + 7bd6955fa1d1839f542fe6f83199e78e15f623b7 winrt: Do not emit error signal with NoError + d733cca4369f283dd0a070caf714f90a82bbced8 winrt: Initialize status and position tokens' values in constructor + e9489c97823e89feadb96df5e299b4e981ba667c winrt: Implement supportedPositioningMethodsChanged + 379f398ca56458e413cbebbebcbdfa1337cfb6e5 winrt: Depend on access to service for supportedPositioningMethods + b17c07dc0b947c979372fbaf558ce9acc07d1837 winrt: Initialize position source on first usage + c4aaa11d86d419d1aa216beaaf7424c713b78c8e test app: Improve status and error handling a bit + 34e7bd9bda35783d466dc4dd3cf6157a186f6295 Document Qt.labs.location qml module + dc384a2376a13ae2a8776ea0eda7d6e2fd088a64 winrt: Remove incorrect asserts and fix incorrect condition + 0481a5680622a3c75f41aab96a2afb48b0d6001e geoservices_mapboxgl depends on opengl and gui + 633b0f40ca82709863bad48e0ed6a1c92ad3b8b4 Re-enable geoclue plugins on BSD style Change-Id: I5bbfe2ec1fc96efc0bdab8bd6587d7785c85aa02 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Print warning when QGeoFileTileCache::init fails creating the directoryPaolo Angelelli2019-03-101-1/+3
| | | | | | | | | | Change-Id: I4369e71bbef0c218b35ef3449c5a1615fbf2cb4d Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-02-212-3/+3
|\ \ | |/ | | | | Change-Id: I2d9e5f32cc238b9d2276ff85f12946a54bee2263
| * Fix toCoordinate calls in qml testsPaolo Angelelli2019-02-212-3/+3
|/ | | | | | Task-number: QTBUG-73943 Change-Id: Ia6c008575d0415f5301d177114e4a906cdc7f2e9 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Re-enable geoclue plugins on BSD styleAlex Blasche2019-02-121-2/+2
| | | | | | | | | BSD was disabled by 5241d8c727d8e45d0266d486958e6e566563e1c8. Fixes: QTBUG-73714 Change-Id: I31ceb62caa19b231cbf6304138f68c8efdcc65db Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
* geoservices_mapboxgl depends on opengl and guiLiang Qi2019-02-061-0/+1
| | | | | | Change-Id: I0ada3ad1bbb27f3947497adf4bfeb1469f4a6256 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-012-0/+4894
|\ | | | | | | Change-Id: I13775b0f1df521fef560fa4b39b341517e0edc62
| * Add changes file for Qt 5.12.1v5.12.15.12.1Paolo Angelelli2019-01-161-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + d64e59001884e942de087cdcd1bcef8b8e5f99e0 Mapbox GL: Add mapboxgl.china plugin parameter + e11c830eeab55c3085fb8248e9d1190a8259251f Remove dead code + b0295ac4d39db96b9837c44f5b0ffb0d577d418f Improve error reporting in plugin loading + ee700d2eeb4508aa5356ddef11bf11964c5d9283 Mapbox: Only include matching categories in the results + 25c6840ff6585ca9f7ab1c168cdcdd18a68c7885 Bump version + 85df79b094d1097108a28424d6f9b3b76b3aee62 Fix unstable rotation gesture + cf5edf097e39c704d199f1691b27fb4f8bb7f1d9 Doc: Make documented QML imports follow Qt versioning + b172080b7b03c0ffb3115d3d50a7c75765480271 Fix GeoProjectionWebMercator and MapPolyline incorrect projection + d9985cd5a308cece06a88e6203529837f00b33aa Fix missing geometry update when changing border width + 5241d8c727d8e45d0266d486958e6e566563e1c8 Do not build geoclue plugins on platforms != linux + 66ef82484e7e8b1e6b8ebe8f97380b00280e173b winrt: Fix msvc condition in configure tests + d94b6781250ace51e9a857a80ff575be566fcf94 Fix MapItemView removing wrong indices on model changes + ffac0dc5a60c93663f6a4ea5483422c58cdb52b6 Add changes file for Qt 5.11.3 + fb23882d5bc697b2dfdd22c27d34c52d889d1200 Add QAbstractNavigator::setTrackPosition + cb19e1f7e3cc2cfee3b8fcbdfa5cd151826dadac Fix error handling in QGeoServiceProvider + a4cc61fc30cb7dff15bf7ae2ff064530b40d72c5 Improve the initialization behavior of CategoryModel + 27f08fe55608d14368d6cdeb915b7609a1b8b9f2 winrt: Minor code cleanup + 536668aef188df181cc6986355db195579f44206 winrt: Fix setting of verticalAccuracy + c83f4565687e4ab3de87248362305d833ca8eea1 winrt: Replace deprecated functions + 10e200d710254a30dc5e2d4eb2104f3f2b7f7f0c winrt: Make sure that Co(Un)Initialize is called + 98e28cfc3482cb5a8c8e7f6f288b0d29906ada05 winrt: Fix namespaced builds + 3cf061dc8da4d564de06efa6800749f3eacf47eb winrt: Add categorized logging + 3c8b439d84a0ef646d49126f2cfdc59f1eccb883 winrt: Add nativeStatus helper functions + d16a2c0849ad7280893f3fe5259fd6fbd974ce72 winrt: Small code cleanup + 4f6e1d3d5542749e265c0d3ed0953ca66174ce49 winrt: Check availability in requestAccess on desktop builds + 0b242a11b1193b74a2ab979c29e28553e47cc78e winrt: Remove unneeded status change callback + 25493cbb07f8cbc6c6d12cfc575a71875be06692 winrt: Restart location handler on setUpdateInterval if necessary + 9307404d2dcb0b53d0dfcad6c28677cc2aba4a12 winrt: Implement minimumUpdateInterval + be0658bfdb37de213f6b54837706aabc2d088d62 Make tiled renderer and QGeoProjectionWebMercator debuggable + b4beb74d93fee205b624c0f0ae6ea39d88d471ac Fix compilation with GCC < 5.0 + 4e2847bc1a86634d6d583b33a7e246ff4c58e03b Fix regression in error handling in QGeoServiceProvider + 7bafbdc91f83165710ed74639b76b48b4494937a Fix compilation with gcc 4.8 + cfb917948799cb177b3de7eced77f37d13b4e520 Port Nokia geo service plugin to QRegularExpression + 74c390e10f6d2f72fc81eca291b84762ccfb344e Fix warning in Android position plugin + 3d38d96c44d376a10cbe140f7b7c6866bd203471 Fix horizontal accuracy comparison for competing position results + faaa6521dc37fcf4d989f94b6d2a373974357629 Fix warnings in jnipositioning.cpp + fa56cc36c287108a095f006fa2083796610afe27 Ignore Android specific build files + 2bb003b7b158890e87731b1a85f3b71008d6284f Add ability to visually log position updates in test app + a4442abdc034de7984e003c821939ce1b1976593 Collect vertical position accurancy details + 4ab5838d9ba26eef2b2156bbf9cd428547bbebe0 Add binary compatibility file to QtLocation for 5.12 + 550abd7159306e5e68f3b73f70319d9fa19bd186 Enable QVariant::save for QGeoCoordinate + 100e0416e7faff954221df9ef97920ba512712c0 Register QGeoCoordinate debug streaming operator + 1e24cec7e3ebf5f62f5440d848caf6cd9db1e456 Introduce a map plugin parameter to decide U-Turn direction + 04ce8e7f5b7476a08d4f85287e5afb9976ec2d8c Fix QGeoPositionInfoSource::supportedPositioningMethods() on Android + 00db28fe2905c6f9b10da65cc777962c373333a6 Improve QGeoPositionInfoSource::supportedPositioningMethods() docs + 3c3be256cc1658b0d02047b158228fd55d04e2a0 Ensure QGeoPositionInfoSource::supportedPositioningMethodsChanged() on Android + b14145e3fe1bda9af80b043a3b0642510435fc7f Prevent potential blockage of setPreferredPositioningMethods() + 420128331deef9dd963c9455cab6ef47a8f20a5c Enable testing of QGeoPositionSourceInfo::supportedPositioningMethodsChanged() + 81a9c22e75f37c8878d41fa2df249ae20bc44adb winrt: Minor improvements in error handling + b1fe421e9a64d57a6135a95453caf847ab6e6e78 Bump version + 1688c44d223145abfdca19a7b31faecbafb0d315 Fix MapItemView attempting to instantiate items with map not set Change-Id: I4e06bc6aaace81b4409fe71a7e133838f30196f0 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>