summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump versionOswald Buddenhagen2017-02-021-1/+1
* Merge dev into 5.9Oswald Buddenhagen2017-02-01142-1726/+5211
|\
| * Fix documentation for QDeclarativeGeoMapCopyrightsNoticePaolo Angelelli2017-02-011-1/+1
| * Fix per-thread unique QSqlDatabase connection names in Mapbox GL pluginBruno de Oliveira Abinader2017-02-011-0/+0
| * Add QDeclarativeGeoMap::fitViewportToVisibleMapItemsPaolo Angelelli2017-01-312-7/+23
| * Add support for native polylines in Mapbox GL pluginBruno de Oliveira Abinader2017-01-316-1/+189
| * Re-enable the Mapbox GL 3rdparty and the pluginThiago Marcos P. Santos2017-01-316-3/+34
| * Momentarily disable/remove Mapbox GL 3rdpartyThiago Marcos P. Santos2017-01-314-37/+0
| * Add color and style properties to QDeclarativeGeoMapCopyrightNoticePaolo Angelelli2017-01-314-29/+117
| * Add mapItemOpacity signal to QDeclarativeGeoMapItemBasePaolo Angelelli2017-01-312-2/+21
| * Allow to create maps with groups of map itemsPaolo Angelelli2017-01-3110-12/+406
| * Fix OSM plugin documentation causing the table to exceed default widthPaolo Angelelli2017-01-301-1/+2
| * Fix Mapbox GL plugin not rendering when reloadedThiago Marcos P. Santos2017-01-301-3/+3
| * Mapbox GL plugin for QtLocationBruno de Oliveira Abinader2017-01-3016-1/+980
| * Add tilt and bearing gestures to QQuickGeoMapGestureAreaPaolo Angelelli2017-01-303-62/+613
| * Clean up dead code and TODO commentsPaolo Angelelli2017-01-305-97/+3
| * Enable rotation and tilt gestures in the MapViewer examplePaolo Angelelli2017-01-301-2/+2
| * Add disclaimer to all private classes in the location modulePaolo Angelelli2017-01-304-0/+44
| * Fix MapParameter documentationPaolo Angelelli2017-01-301-1/+1
| * Expose QDeclarativeGeoMapCopyrightNotice in QMLPaolo Angelelli2017-01-305-7/+109
| * Allow QGeoMap to render map itemsPaolo Angelelli2017-01-3017-14/+214
| * 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-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
* | Doc: Location *Reply classes: Document aborted() signalTopi Reinio2017-01-303-1/+32
|/
* 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