summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dirty geo* flags from map itemsv5.9.0-alpha1Paolo Angelelli2017-02-137-77/+1
* QGeoRouteParserOsrmV5: Split messagesFriedemann Kleint2017-02-131-5/+3
* Default style for the copyright defined on the pluginThiago Marcos P. Santos2017-02-1314-45/+79
* QDeclarativeGeoRouteModel: Add missing tr()Friedemann Kleint2017-02-131-1/+1
* Fix documentation horizontal scrolling on Mapbox's pluginsThiago Marcos P. Santos2017-02-132-5/+8
* mapbox-gl-native and mapboxgl depend on opengl (attempt 2)Liang Qi2017-02-132-2/+2
* Use OpenGL anisotropic texture filtering if availablePaolo Angelelli2017-02-131-5/+13
* QGeoMapMapboxGL: Fix tr()-context of warningFriedemann Kleint2017-02-131-1/+1
* mapbox-gl-native and mapboxgl depend on openglLiang Qi2017-02-132-16/+20
* Add rotation/tilt/fov sliders to the map viewer examplePaolo Angelelli2017-02-104-15/+333
* Use cameraCapabilities from QGeoMapPaolo Angelelli2017-02-101-4/+4
* Remove unused qgeocameracapabilities includes from map itemsPaolo Angelelli2017-02-105-5/+0
* Add a default development token for Mapbox GL stylesThiago Marcos P. Santos2017-02-083-1/+38
* Fix broken table on Mapbox GL pluginThiago Marcos P. Santos2017-02-081-0/+1
* Fix Mapbox GL plugin not being bundled on AndroidThiago Marcos P. Santos2017-02-021-1/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-026-11/+84
|\
| * Fix for index OOBPaolo Angelelli2017-01-271-0/+3
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-265-11/+81
| |\
| | * Update QtLocation and QtPositioning QML versions for 5.8 releasev5.8.0-rc1v5.8.05.8.0Alex Blasche2016-12-074-11/+11
| | * Add changes file for 5.8.0Alex Blasche2016-12-071-0/+70
* | | 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