summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* doc: fix spelling of signal name "onFlickStarted"Rolf Eike Beer2019-11-151-1/+1
* Fix OSM parsing of place_idPaolo Angelelli2019-10-211-1/+1
* Improve DynamicParameter documentationPaolo Angelelli2019-10-101-6/+8
* Fix slow Map.removeMapItemPaolo Angelelli2019-10-092-20/+32
* 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
* Fix crash when removing items from MapboxGL mapsPaolo Angelelli2019-05-2812-31/+13
* Use network cache when fetching provider data in the OSM pluginPaolo Angelelli2019-05-062-16/+24
* QDeclarativeGeoMapItemView: Silence MSVC warnings about commentsFriedemann Kleint2019-04-111-3/+3
* Display a notice when requesting a SSL map type without SSL supportPaolo Angelelli2019-03-253-17/+47
* Fix Map destructor incorrectly deleting MapItemViewsPaolo Angelelli2019-03-253-40/+75
* Document QGeoPath::length behaviorPaolo Angelelli2019-03-191-0/+4
* Fix incorrect indexing of Mapbox tiles in the cachePaolo Angelelli2019-03-181-1/+1
* Print warning when QGeoFileTileCache::init fails creating the directoryPaolo Angelelli2019-03-101-1/+3
* Re-enable geoclue plugins on BSD styleAlex Blasche2019-02-121-2/+2
* geoservices_mapboxgl depends on opengl and guiLiang Qi2019-02-061-0/+1
* winrt: Remove incorrect asserts and fix incorrect conditionOliver Wolff2019-01-311-3/+1
* Document Qt.labs.location qml modulePaolo Angelelli2019-01-301-0/+18
* 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 MapObjectView removing wrong indices on model changesPaolo Angelelli2019-01-142-10/+21
* Fix QGeoRectangle::operator|=Paolo Angelelli2019-01-141-18/+23
* Fix use_mapbox_text_instructions typoTasuku Suzuki2019-01-131-1/+1
* Fix crash when assigning a Component to MapQuickItem.sourceItemPaolo Angelelli2019-01-111-2/+3
* Fix MapItemView attempting to instantiate items with map not setPaolo Angelelli2019-01-071-0/+3
* winrt: Minor improvements in error handlingOliver Wolff2019-01-041-2/+3
* Prevent potential blockage of setPreferredPositioningMethods()Alex Blasche2019-01-041-5/+11
* Ensure QGeoPositionInfoSource::supportedPositioningMethodsChanged() on AndroidAlex Blasche2019-01-044-3/+23
* Improve QGeoPositionInfoSource::supportedPositioningMethods() docsAlex Blasche2019-01-041-4/+38
* Fix QGeoPositionInfoSource::supportedPositioningMethods() on AndroidAlex Blasche2019-01-021-1/+1
* Introduce a map plugin parameter to decide U-Turn directionTasuku Suzuki2018-12-267-15/+70
* Register QGeoCoordinate debug streaming operatorAlex Blasche2018-12-211-2/+7
* Enable QVariant::save for QGeoCoordinateAlex Blasche2018-12-211-0/+23
* 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-104-16/+6
|\
| * Fix compilation with GCC < 5.0Paolo Angelelli2018-11-301-6/+6
| * Fix missing geometry update when changing border widthPaolo Angelelli2018-11-192-12/+2
| * Fix unstable rotation gestureTasuku Suzuki2018-11-141-0/+1
| * 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
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-052-2/+2
|\ \