summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmappingmanagerengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add parameter to control prefetching in tile-based geoservice pluginsPaolo Angelelli2017-03-271-0/+1
* Remove moc_* inclusions from source filesPaolo Angelelli2017-02-141-2/+0
* Refactor: move CacheAreas to QAbstractGeoTileCachePaolo Angelelli2017-01-161-3/+3
* Version tile cache with qt version and evict obsolete data on init()Paolo Angelelli2016-08-041-1/+1
* Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-07-291-2/+10
|\
| * Fix potential memory leak in QGeoTiledMappingManagerEnginePaolo Angelelli2016-07-181-2/+10
* | Fix for caching after mapbox improvement/highdpi-supportPaolo Angelelli2016-07-071-0/+2
|/
* Remove createTileCacheWithDir from QGeoTiledMappingManagerEngineMichal Klocek2015-10-271-8/+1
* Added method to set the map cacheHarald Meyer2015-10-261-0/+6
* Split QGeoTileCache for easier customization of the tile cache.Harald Meyer2015-10-221-6/+6
* Isolate the default cache directoryLaszlo Agocs2015-09-151-4/+2
* Fix tile version handlingMichal Klocek2015-06-041-2/+19
* Remove de/register from qgeotiledmappingmanagerengineMichal Klocek2015-06-031-17/+1
* Fix missing guarded pointers for mapping engineMichal Klocek2015-05-211-4/+14
* Cleanup QGeoTileMap code.Michal Klocek2015-05-051-2/+1
* Set shorter name for class names with 'MapData'Michal Klocek2015-05-041-13/+13
* 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
* Use separate cache dir per geoservice/mapping pluginAlex Blasche2015-02-171-2/+10
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Test that the mapping manager engine pointer is still valid.Aaron McCarthy2014-02-101-29/+3
* Fix killing timer in different thread.Aaron McCarthy2014-01-171-3/+0
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Fix warnings in qtlocation found by GCC 4.8Thiago Macieira2013-04-071-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Remove Maps from public C++ API.Aaron McCarthy2012-06-071-4/+4
* Stop timer before stopping thread.Aaron McCarthy2012-05-311-3/+4
* QtLocation: Fix dependencies, remove network.Friedemann Kleint2012-05-291-1/+0
* Correct destruction of mappingManagerEngineThomas Lowe2012-05-291-2/+5
* Simple prefetch schemeThomas Lowe2012-05-161-3/+1
* Removed spurious pointer check before deletionCristian Adam2012-05-161-5/+2
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-11/+11
* Coding style fixes: whitespace crusadesAlex Wilson2012-05-151-1/+1
* Files renamed and cache only accessed through engineThomas Lowe2012-05-091-23/+15
* Retry failed tile loads 5 times (with exp backoff) before giving upAlex Wilson2012-04-241-0/+21
* Tile cache size control using plugin paramsCristian Adam2012-04-041-2/+9
* Fixes various Coverity warnings.David Laing2012-03-161-36/+37
* Makes the tiled mapping engine pay attention to file formats again.David Laing2012-03-151-4/+4
* New 3Q cache for map tiles, cleanup texture/tile resource managementAlex Wilson2012-03-141-0/+18
* Refactoring of QtLocation APIBasel Hashisho2012-03-091-0/+304