summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make QDeclarativeGeoMap::setVisibleRegion support all QGeoShapesPaolo Angelelli2017-01-263-90/+26
* Change the Map items opacity ramp valuesPaolo Angelelli2017-01-261-3/+5
* Add clipping for rotated/tilted Map ItemsPaolo Angelelli2017-01-2623-509/+1118
* Position map items on their geoLeftBoundPaolo Angelelli2017-01-263-25/+31
* Add rotation/tilting support to QGeoTiledMapScene/QGeoCameraTilesPaolo Angelelli2017-01-267-119/+243
* Add field of view support to QtLocation mappingPaolo Angelelli2017-01-267-4/+177
* Add rotation and tilt controls to QDeclarativeGeoMapPaolo Angelelli2017-01-2519-107/+280
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-255-10/+11
|\
| * Prevent destroying QGeoTileProviderOsm before QGeoFileTileCacheOsmPaolo Angelelli2017-01-172-1/+2
| * Fix stringsJarek Kobus2017-01-091-4/+4
| * Bump versionOswald Buddenhagen2017-01-031-1/+1
| * Do not use 'state' property in mapviewerMichal Klocek2016-12-202-5/+5
* | Make QGeoProjectionWebMercator use a projection matrixPaolo Angelelli2017-01-236-36/+2214
* | Update clipper 3rd party libraryPaolo Angelelli2017-01-192-907/+930
* | Add clipping support to Clip2TriPaolo Angelelli2017-01-192-0/+103
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-192-10/+3
* | Move the coordinate <-> item position conversion to QGeoProjectionPaolo Angelelli2017-01-1626-434/+506
* | Make zoomLevel refer to a default 256^2 tile sizePaolo Angelelli2017-01-167-34/+109
* | Rename QGeoProjection to QWebMercatorPaolo Angelelli2017-01-1620-59/+62
* | Refactor: move CacheAreas to QAbstractGeoTileCachePaolo Angelelli2017-01-167-28/+28
* | QtLocation: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-1312-24/+24
* | Compile-fix: qAbs is less ambiguous than abs(double)Edward Welbourne2016-12-091-6/+6
* | Refactor QGeoMap API: split coordinate <-> itemPosition callsPaolo Angelelli2016-12-077-86/+289
* | Deprecate QGeoShape::extendShapePaolo Angelelli2016-12-077-11/+45
* | Refactoring QGeoTiledMapScene::mercatorToItemPositionPaolo Angelelli2016-12-073-196/+122
* | Add support for additional library paths to the MapViewer examplePaolo Angelelli2016-12-061-0/+4
* | Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-12-0546-838/+1387
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2818-699/+655
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2416-698/+610
| | |\
| | | * Update "nokia" geoservices plugin to use HERE APIsChris Adams2016-11-1611-675/+577
| | | * Fix for QDeclarativeGeoMap::fitViewportToGeoShape and QGeoRectanglePaolo Angelelli2016-11-111-0/+3
| | | * Remove duplicated but otherwise harmless codeAlex Blasche2016-11-081-7/+0
| | | * remove dependencies from sync.profileOswald Buddenhagen2016-11-051-14/+0
| | | * winrt: Use backend provided timestampsMaurice Kalinowski2016-11-041-2/+19
| | | * Avoid qmake warning about missing private header noteAlex Blasche2016-11-031-0/+11
| | * | Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-242-1/+45
| | |\ \
| | | * | Add changes file for 5.7.1v5.7.15.7.1Jani Heikkinen2016-10-311-0/+45
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7.1Liang Qi2016-10-1213-326/+1903
| | | |\ \
| * | | | | Add cache cost strategy parameters to all geoservice pluginsPaolo Angelelli2016-11-246-10/+260
| * | | | | Fix for Unitary cache strategy supportPaolo Angelelli2016-11-242-15/+25
| * | | | | Improve support for unitary tile cost in QGeoFileTileCachePaolo Angelelli2016-11-235-36/+112
| * | | | | Add support for unitary tile cost in QGeoFileTileCachePaolo Angelelli2016-11-225-27/+84
| * | | | | Renaming QGeoMapPrivate::changeMapSize to changeViewportSizePaolo Angelelli2016-11-2214-50/+52
| * | | | | Add Q_LOCATION_PRIVATE_EXPORT to QGeoMapPrivatePaolo Angelelli2016-11-223-6/+7
| * | | | | Update Esri docGuillaume Belz2016-11-161-2/+21
| * | | | | Remove unused local variable from qdeclarativepolylinemapitemPaolo Angelelli2016-11-151-3/+1
| * | | | | Fix mapbox map loading in offline modeKatja Marttila2016-11-141-2/+2
| * | | | | Evict obsolete provider data on init()Paolo Angelelli2016-11-088-49/+221
* | | | | | MapParameters for accessing specific features of custom QGeoMapsPaolo Angelelli2016-12-0122-26/+732
* | | | | | Add support for QGeoPathPaolo Angelelli2016-12-0113-5/+1352