summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix performance issue with copyright noticePaolo Angelelli2018-01-151-0/+19
* Replace QGeoMapType argument of cameraCapabilitiesPaolo Angelelli2017-04-121-2/+2
* Make QGeoCameraCapabilities independent of the enginePaolo Angelelli2017-02-281-4/+26
* Use an ordered container for storing map itemsBruno de Oliveira Abinader2017-02-241-2/+2
* Fix support for MapParameters on Mapbox GL pluginThiago Marcos P. Santos2017-02-171-2/+2
* Default style for the copyright defined on the pluginThiago Marcos P. Santos2017-02-131-0/+5
* Allow QGeoMap to render map itemsPaolo Angelelli2017-01-301-0/+49
* Add rotation and tilt controls to QDeclarativeGeoMapPaolo Angelelli2017-01-251-2/+2
* Move the coordinate <-> item position conversion to QGeoProjectionPaolo Angelelli2017-01-161-31/+32
* Refactor QGeoMap API: split coordinate <-> itemPosition callsPaolo Angelelli2016-12-071-0/+33
* Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-12-051-10/+10
|\
| * Renaming QGeoMapPrivate::changeMapSize to changeViewportSizePaolo Angelelli2016-11-221-10/+10
* | MapParameters for accessing specific features of custom QGeoMapsPaolo Angelelli2016-12-011-0/+36
|/
* Reduce setCameraData calls to minimumMichal Klocek2016-03-171-47/+17
* Remove QGeoMapController from QGeoMapMichal Klocek2016-03-171-41/+1
* Adjustment for the minimum zoom level to prevent gray bandsPaolo Angelelli2016-03-021-1/+8
* Emit activeMapTypeChanged in QGeoMap as wellJoni Poikelin2015-12-161-0/+1
* Add clearData() call to map qml apiMichal Klocek2015-12-071-0/+5
* Fix tile version handlingMichal Klocek2015-06-041-14/+0
* Fix missing guarded pointers for mapping engineMichal Klocek2015-05-211-9/+5
* Remove movementStopped from QDeclarativeGeoMapGestureAreaMichal Klocek2015-05-051-0/+5
* Fixes PIMPL in QGeoTiledMap.Michal Klocek2015-05-051-7/+12
* Fix PIMPL in QGeoMap.Michal Klocek2015-05-041-78/+31
* Remove QGeoMapData class.Michal Klocek2015-05-041-41/+161
* Cleanup QGeoMap code.v5.5.0-beta1Michal Klocek2015-04-301-45/+24
* Remove LGPLv2.1 and add GPLv2+ from/to QtLocationAlex Blasche2015-02-191-14/+17
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-181-1/+1
* Allow HTML based copyright notices.Aaron McCarthy2015-01-271-1/+2
* Better names for incorrectly named Map functions.Aaron McCarthy2015-01-201-4/+4
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Replace Qt3D with scene graph API for map rendering.Gunnar Sletta2014-03-241-15/+3
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-281-2/+2
* Always use double point precision for geo lookups internallyErik Mattsson2013-11-061-3/+2
* Make geo coordinates animatable in QML.Albin Olsson2013-10-111-3/+5
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Remove Maps from public C++ API.Aaron McCarthy2012-06-071-2/+2
* Simple prefetch schemeThomas Lowe2012-05-161-0/+5
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-2/+2
* Files renamed and cache only accessed through engineThomas Lowe2012-05-091-2/+2
* Implementation of copyrights notice handling mechanism in tiled maps.bhashish2012-03-161-0/+1
* Changed how the scene is rendered in regards of the FBOCristian Adam2012-03-141-3/+3
* Refactoring of QtLocation APIBasel Hashisho2012-03-091-284/+32
* Implementing deregisterMap to avoid crashes on slow requestsAlex Wilson2012-03-091-7/+8
* Expose camera caps via QGeoMap, add isValid() method to camera capsAlex Wilson2012-02-241-0/+14
* Cleans up the QGeoCameraData class.David Laing2012-02-161-5/+4
* Adds the camera capabilities class.David Laing2012-02-161-1/+27
* Corrects for some uninitialized variable usage.David Laing2012-02-071-1/+4
* Cleans up the projection code.David Laing2012-02-021-32/+17
* Geometry changes for precision issues.David Laing2012-02-021-349/+60