summaryrefslogtreecommitdiff
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix OSM parsing of place_idPaolo Angelelli2019-10-211-1/+1
* Improve debugging in mapboxgl plugin when running without opengl backendPaolo Angelelli2019-08-201-0/+6
* winrt: Do not assert if requesting access failedOliver Wolff2019-06-241-1/+4
* Use network cache when fetching provider data in the OSM pluginPaolo Angelelli2019-05-062-16/+24
* Display a notice when requesting a SSL map type without SSL supportPaolo Angelelli2019-03-253-17/+47
* Fix incorrect indexing of Mapbox tiles in the cachePaolo Angelelli2019-03-181-1/+1
* Re-enable geoclue plugins on BSD styleAlex Blasche2019-02-121-2/+2
* winrt: Remove incorrect asserts and fix incorrect conditionOliver Wolff2019-01-311-3/+1
* winrt: Initialize position source on first usageOliver Wolff2019-01-142-24/+54
* winrt: Depend on access to service for supportedPositioningMethodsOliver Wolff2019-01-141-12/+2
* winrt: Implement supportedPositioningMethodsChangedOliver Wolff2019-01-141-0/+10
* winrt: Initialize status and position tokens' values in constructorOliver Wolff2019-01-141-3/+2
* winrt: Do not emit error signal with NoErrorOliver Wolff2019-01-141-1/+4
* winrt: Smaller code cleanupsOliver Wolff2019-01-142-15/+14
* winrt: Check access to location service on every callOliver Wolff2019-01-141-10/+16
* winrt: Minor changes to loggingOliver Wolff2019-01-141-2/+3
* winrt: React on position source status change eventsOliver Wolff2019-01-142-55/+52
* Fix use_mapbox_text_instructions typoTasuku Suzuki2019-01-131-1/+1
* winrt: Minor improvements in error handlingOliver Wolff2019-01-041-2/+3
* Ensure QGeoPositionInfoSource::supportedPositioningMethodsChanged() on AndroidAlex Blasche2019-01-044-3/+23
* Fix QGeoPositionInfoSource::supportedPositioningMethods() on AndroidAlex Blasche2019-01-021-1/+1
* Introduce a map plugin parameter to decide U-Turn directionTasuku Suzuki2018-12-262-1/+14
* Collect vertical position accurancy detailsAlex Blasche2018-12-141-1/+15
* Fix warnings in jnipositioning.cppAlex Blasche2018-12-101-27/+28
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-101-4/+3
|\
| * Mapbox: Only include matching categories in the resultsAndy Shaw2018-11-061-4/+3
* | Fix horizontal accuracy comparison for competing position resultsAlex Blasche2018-12-051-1/+1
* | Fix warning in Android position pluginAlex Blasche2018-12-051-1/+1
* | Port Nokia geo service plugin to QRegularExpressionSamuel Gaist2018-12-041-4/+6
* | Fix compilation with gcc 4.8Ville Voutilainen2018-12-031-1/+1
* | winrt: Implement minimumUpdateIntervalOliver Wolff2018-11-281-12/+12
* | winrt: Restart location handler on setUpdateInterval if necessaryOliver Wolff2018-11-281-0/+8
* | winrt: Remove unneeded status change callbackOliver Wolff2018-11-282-18/+0
* | winrt: Check availability in requestAccess on desktop buildsOliver Wolff2018-11-281-5/+39
* | winrt: Small code cleanupOliver Wolff2018-11-281-4/+1
* | winrt: Add nativeStatus helper functionsOliver Wolff2018-11-281-14/+18
* | winrt: Add categorized loggingOliver Wolff2018-11-282-1/+32
* | winrt: Fix namespaced buildsOliver Wolff2018-11-281-0/+4
* | winrt: Make sure that Co(Un)Initialize is calledOliver Wolff2018-11-281-0/+2
* | winrt: Replace deprecated functionsOliver Wolff2018-11-281-20/+31
* | winrt: Fix setting of verticalAccuracyOliver Wolff2018-11-281-1/+1
* | winrt: Minor code cleanupOliver Wolff2018-11-284-11/+12
* | Do not build geoclue plugins on platforms != linuxOliver Wolff2018-11-221-2/+2
* | Mapbox GL: Add mapboxgl.china plugin parameterBruno de Oliveira Abinader2018-10-314-28/+49
* | CoreLocation: fix unconditional (previously) method callsTimur Pocheptsov2018-10-221-8/+19
* | Esri: enable place searchv5.12.0-beta3v5.12.0-beta2Guillaume Belz2018-10-0930-30/+939
* | Fix HERE route parsingv5.12.0-beta1Paolo Angelelli2018-09-243-229/+51
* | Check authorization in QGeoPositionInfoSourceCL::enableLocationManagerPaolo Angelelli2018-09-181-1/+33
* | Improvements to geoclue2 pluginAki Koskinen2018-09-172-80/+48
* | Fix HERE qgeoroutexmlparser and add legs supportPaolo Angelelli2018-09-052-74/+297