summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-107-15/+79
|\
| * 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
* | Fix using the wrong type in MapPolygon setGeoShapePaolo Angelelli2019-01-071-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-017-15/+70
|\ \ | |/
| * Introduce a map plugin parameter to decide U-Turn directionTasuku Suzuki2018-12-267-15/+70
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-252-28/+71
|\ \ | |/
| * 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
* | QGeoPath/QGeoPolygon: defer bbox computationPaolo Angelelli2018-12-218-351/+777
* | Fix comparison for QGeoPolygon: check holesPaolo Angelelli2018-12-111-1/+1
* | Check for validity before uniting geo rectanglesPaolo Angelelli2018-12-111-1/+2
* | Fix MapObjectView clone and equalsPaolo Angelelli2018-12-113-13/+61
* | Add Map.fitViewportToGeoShape(shape, margins)Paolo Angelelli2018-12-114-38/+65
* | Remove QDeclarativeNavigatorPrivate::updateReadyStatePaolo Angelelli2018-12-112-12/+4
* | Reset transient Navigator data when stopping navigationPaolo Angelelli2018-12-112-0/+30
* | Extract all available fields in osm geocode replyPaolo Angelelli2018-12-111-1/+8
* | Fix LocationSingleton::path documentationPaolo Angelelli2018-12-111-0/+8
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-1029-333/+654
|\ \ | |/
| * 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
| |\ \
| | * | QGeoPath: revert clear API to clearPathv5.12.0-rc2v5.12.0-rc1v5.12.05.12.0Samuel Gaist2018-11-102-2/+2
| * | | Port Nokia geo service plugin to QRegularExpressionSamuel Gaist2018-12-041-4/+6
| * | | Fix compilation with gcc 4.8Ville Voutilainen2018-12-033-10/+9
| * | | Fix regression in error handling in QGeoServiceProviderPaolo Angelelli2018-12-031-1/+1
| * | | Make tiled renderer and QGeoProjectionWebMercator debuggablePaolo Angelelli2018-11-2812-206/+439
| * | | 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