summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmapscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersVolker Hilsheimer2023-02-021-39/+3
* Cleanup: use member initialization for QGeoTiledMapScenePrivateVolker Hilsheimer2022-09-191-17/+1
* Cleanup: use nullptr instead of 0Volker Hilsheimer2022-09-131-1/+1
* More include cleanupVolker Hilsheimer2022-07-291-4/+7
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-161-5/+5
* Port OpenGL dependent code to Qt6 updated graphics APILauri Laanmets2022-02-281-16/+4
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-1/+1
* Fix deprecation warningsFriedemann Kleint2019-05-271-2/+6
* Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-231-1/+1
* Make tiled renderer and QGeoProjectionWebMercator debuggablePaolo Angelelli2018-11-281-123/+31
* Introduce Map.visibleAreaPaolo Angelelli2018-07-261-1/+35
* Fix compilation error without openglPaolo Angelelli2017-06-181-0/+2
* Fix building on configurations without openglPaolo Angelelli2017-05-201-0/+4
* Fix for nearest scaling still being used in overzoomPaolo Angelelli2017-04-281-0/+1
* Prevent accessing invalid QGeoTileSpec from QHash look-upsPaolo Angelelli2017-04-111-9/+13
* Prevent containers from detaching within for loops in QGeoTiledMapScenePaolo Angelelli2017-04-111-6/+6
* Replace foreach with ranged for loops in QGeoTiledMapScenePaolo Angelelli2017-04-111-8/+8
* Use linear filterning whenever overzooming lo-res tilesPaolo Angelelli2017-04-071-7/+9
* Fix for QGeoTiledMapPrivate::changeActiveMapType not setting tileSizePaolo Angelelli2017-03-281-5/+15
* Enable overzooming tiles in qgeotiledmapscenePaolo Angelelli2017-03-231-4/+38
* Fix for projection mismatch when aspect ratio < 1.0Paolo Angelelli2017-03-221-6/+3
* Merge remote-tracking branch 'gerrit/5.8' into 5.9Alex Blasche2017-02-281-2/+3
|\
| * Consider devicePixelRatio when enabling tiles mipmappingPaolo Angelelli2017-02-281-2/+3
* | Use OpenGL anisotropic texture filtering if availablePaolo Angelelli2017-02-131-5/+13
* | Add rotation/tilting support to QGeoTiledMapScene/QGeoCameraTilesPaolo Angelelli2017-01-261-59/+81
* | Add rotation and tilt controls to QDeclarativeGeoMapPaolo Angelelli2017-01-251-1/+2
* | Move the coordinate <-> item position conversion to QGeoProjectionPaolo Angelelli2017-01-161-148/+0
* | Rename QGeoProjection to QWebMercatorPaolo Angelelli2017-01-161-3/+4
* | Refactor QGeoMap API: split coordinate <-> itemPosition callsPaolo Angelelli2016-12-071-23/+117
* | Refactoring QGeoTiledMapScene::mercatorToItemPositionPaolo Angelelli2016-12-071-117/+51
|/
* Fix cache mixing with high-dpi and low-dpi osm providersPaolo Angelelli2016-10-051-1/+17
* Add OSM plugin parameter osm.mapping.highdpi_tilesPaolo Angelelli2016-08-301-4/+10
* QGeoTiledMapScene: Use QSGImageNode API to set geometryAndy Nichols2016-07-211-30/+11
* Use HiDpi tiles to produce crisper maps at fractional zoom levelsPaolo Angelelli2016-07-011-0/+4
* Migrate to cross-API helper scenegraph nodesLaszlo Agocs2016-06-231-12/+16
* QGeoMapScene renamed to QGeoTiledMapScenev5.7.0-alpha1Paolo Angelelli2016-03-031-0/+749