summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativegeomap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving location qml implementation to location/declarative*Paolo Angelelli2017-01-261-1822/+0
* Make QDeclarativeGeoMap::setVisibleRegion support all QGeoShapesPaolo Angelelli2017-01-261-86/+17
* Add field of view support to QtLocation mappingPaolo Angelelli2017-01-261-0/+82
* Add rotation and tilt controls to QDeclarativeGeoMapPaolo Angelelli2017-01-251-25/+166
* Move the coordinate <-> item position conversion to QGeoProjectionPaolo Angelelli2017-01-161-12/+14
* Make zoomLevel refer to a default 256^2 tile sizePaolo Angelelli2017-01-161-8/+13
* QtLocation: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-1/+1
* Refactor QGeoMap API: split coordinate <-> itemPosition callsPaolo Angelelli2016-12-071-10/+10
* Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-12-051-7/+10
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+3
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-0/+3
| | |\
| | | * Fix for QDeclarativeGeoMap::fitViewportToGeoShape and QGeoRectanglePaolo Angelelli2016-11-111-0/+3
| * | | Renaming QGeoMapPrivate::changeMapSize to changeViewportSizePaolo Angelelli2016-11-221-7/+7
* | | | MapParameters for accessing specific features of custom QGeoMapsPaolo Angelelli2016-12-011-0/+109
* | | | Checking for map presence before fitting to geoshapePaolo Angelelli2016-12-011-1/+1
* | | | Removing m_serviceProvider from QDeclarativeGeoMapPaolo Angelelli2016-12-011-5/+4
* | | | Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-11-031-2/+1
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'gerrit/5.7' into 5.8Alex Blasche2016-11-021-2/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-11-021-2/+1
| | |\ \ | | | |/
| | | * Compilation fixVyacheslav Koscheev2016-10-281-1/+1
* | | | Fix for occasional gray bands appearing upon window resizingPaolo Angelelli2016-10-191-2/+17
|/ / /
* | | Remove a bunch of ungrabTouch/Mouse callsFrederik Gladhorn2016-10-041-15/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-181-2/+3
|\ \ \ | |/ /
| * | Fix for wrong map center at startup in mapviewer examplePaolo Angelelli2016-09-051-2/+3
* | | QDeclarativeGeoMap::sendTouchEvent: fix compilationSimon Hausmann2016-08-121-4/+11
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-0/+38
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+38
| |\ \ | | |/
| | * Enable dynamic addition/removal of map types by the mapping managerPaolo Angelelli2016-07-291-0/+38
* | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-07-291-57/+90
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Michal Klocek2016-07-281-57/+90
| |\ \ | | |/
| | * Add minimal map qml exampleMichal Klocek2016-07-281-23/+9
| | * Fix the fitViewportToGeoShape calculationMichal Klocek2016-07-281-32/+73
| | * A fix for not working setVisibleRegionMichal Klocek2016-06-241-3/+16
* | | Remove updateMutex from qml mapMichal Klocek2016-07-151-6/+0
* | | Refactor: rename improperly named methodsPaolo Angelelli2016-06-301-5/+5
* | | Migrate to cross-API helper scenegraph nodesLaszlo Agocs2016-06-231-7/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+4
|\ \ | |/
| * Include childItems among the elements to check in populateMap()Paolo Angelelli2016-05-311-1/+4
* | Fix setZoomLevel and setCenter when called before initializationPaolo Angelelli2016-05-311-2/+2
* | Map.copyrightsVisible is a new property since 5.7Alex Blasche2016-04-291-0/+2
* | Remove inconsistent qreal/double co-mingling/comparisonv5.7.0-beta1Donald Carr2016-04-111-2/+2
* | Reduce setCameraData calls to minimumMichal Klocek2016-03-171-9/+3
* | Replace m_mappingManagerInitialized check from qdeclaratviegeomapMichal Klocek2016-03-171-25/+33
* | Remove QGeoMapController from QGeoMapMichal Klocek2016-03-171-71/+93
* | No matching function for call to 'qBound(double, qreal&, double)'" fixPaolo Angelelli2016-03-151-1/+1
* | Adjustment for the minimum zoom level to prevent gray bandsPaolo Angelelli2016-03-021-34/+52
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-0/+12
|\ \ | |/
| * Add clearData() call to map qml apiMichal Klocek2015-12-071-0/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-011-98/+32
|\ \ | |/
| * Improve map item rendering performanceMichal Klocek2015-11-271-0/+4