summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adapt QQuickGeoMapGestureArea to work with tilted and rotated mapsPaolo Angelelli2017-01-264-44/+49
* Moving location qml implementation to location/declarative*Paolo Angelelli2017-01-2685-225/+325
* Use geoshapes as geo-model in qdeclarativegeomapitemsPaolo Angelelli2017-01-2613-339/+214
* Make QDeclarativeGeoMap::setVisibleRegion support all QGeoShapesPaolo Angelelli2017-01-262-88/+18
* 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-266-117/+237
* Add field of view support to QtLocation mappingPaolo Angelelli2017-01-267-4/+177
* Add rotation and tilt controls to QDeclarativeGeoMapPaolo Angelelli2017-01-2517-102/+222
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-5/+6
|\
| * Prevent destroying QGeoTileProviderOsm before QGeoFileTileCacheOsmPaolo Angelelli2017-01-172-1/+2
| * Fix stringsJarek Kobus2017-01-091-4/+4
* | 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-191-8/+3
* | Move the coordinate <-> item position conversion to QGeoProjectionPaolo Angelelli2017-01-1621-422/+486
* | Make zoomLevel refer to a default 256^2 tile sizePaolo Angelelli2017-01-164-14/+87
* | Rename QGeoProjection to QWebMercatorPaolo Angelelli2017-01-1616-51/+53
* | Refactor: move CacheAreas to QAbstractGeoTileCachePaolo Angelelli2017-01-167-28/+28
* | QtLocation: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-1312-24/+24
* | Refactor QGeoMap API: split coordinate <-> itemPosition callsPaolo Angelelli2016-12-077-86/+289
* | Deprecate QGeoShape::extendShapePaolo Angelelli2016-12-075-1/+35
* | Refactoring QGeoTiledMapScene::mercatorToItemPositionPaolo Angelelli2016-12-072-120/+51
* | Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-12-0543-823/+1341
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2816-685/+610
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2415-684/+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
| | | * 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-241-1/+0
| | |\ \
| | | * \ 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-2213-49/+51
| * | | | | Add Q_LOCATION_PRIVATE_EXPORT to QGeoMapPrivatePaolo Angelelli2016-11-222-5/+6
| * | | | | 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-0115-17/+574
* | | | | | Add support for QGeoPathPaolo Angelelli2016-12-019-4/+957
* | | | | | Checking for map presence before fitting to geoshapePaolo Angelelli2016-12-011-1/+1
* | | | | | Removing m_serviceProvider from QDeclarativeGeoMapPaolo Angelelli2016-12-012-6/+4
* | | | | | Use QLocationUtils::wrapLong thoughout the codePaolo Angelelli2016-11-305-43/+12