summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeofiletilecache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix tile cache not honoring cost 0Paolo Angelelli2017-09-111-9/+29
* Refactor: move code not depending on "this" into static methodsPaolo Angelelli2017-05-291-57/+67
* Add a way to skip showing tilesPaolo Angelelli2017-05-081-3/+22
* Workaround for QGeoFileTileCache losing contentv5.9.0-beta4Paolo Angelelli2017-05-071-2/+4
* Proactively convert tile formats to ARGB32_PremultipliedPaolo Angelelli2017-03-271-0/+4
* Refactor: move CacheAreas to QAbstractGeoTileCachePaolo Angelelli2017-01-161-3/+3
* Fix for Unitary cache strategy supportPaolo Angelelli2016-11-241-13/+23
* Improve support for unitary tile cost in QGeoFileTileCachePaolo Angelelli2016-11-231-13/+39
* Add support for unitary tile cost in QGeoFileTileCachePaolo Angelelli2016-11-221-10/+33
* Evict obsolete provider data on init()Paolo Angelelli2016-11-081-1/+29
* Version tile cache with qt version and evict obsolete data on init()Paolo Angelelli2016-08-041-4/+10
* OSM Geoservice plugin improvements, including offline data supportPaolo Angelelli2016-07-211-35/+47
* Fix for caching after mapbox improvement/highdpi-supportPaolo Angelelli2016-07-071-2/+6
* Improve Mapbox geoservice pluginPaolo Angelelli2016-06-301-2/+2
* Add clearData() call to map qml apiMichal Klocek2015-12-071-0/+13
* Avoid extra QPixmap convertion when tile fetchedMichal Klocek2015-11-231-9/+9
* Do not cache empty tiles.Harald Meyer2015-11-181-0/+3
* Split QGeoTileCache for easier customization of the tile cache.Harald Meyer2015-10-221-0/+447