summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativecirclemapitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize code for map items into separate folderVolker Hilsheimer2022-09-231-714/+0
* Refactor: for loopsVolker Hilsheimer2022-09-141-28/+25
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-231-4/+4
* More include cleanupVolker Hilsheimer2022-07-291-10/+7
* Reduce includes of private headers from upstream modulesVolker Hilsheimer2022-07-261-1/+0
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-161-6/+6
* Port OpenGL dependent code to Qt6 updated graphics APILauri Laanmets2022-02-281-12/+0
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Change 'geometryChanged' to 'geometryChange'Lauri Laanmets2021-11-091-3/+3
* QtLocation: adapt to build with external QtPositioningIvan Solovev2021-10-271-17/+14
* Fix compilation for no opengl buildsMichal Klocek2021-03-251-3/+17
* Remove unused variableRobert Loehning2020-04-281-2/+0
* Enable mercator-to-screen projection in GLSLPaolo Angelelli2020-02-111-209/+182
* Add autoFadeIn property to map itemsPaolo Angelelli2019-08-211-0/+11
* Fix crash when removing items from MapboxGL mapsPaolo Angelelli2019-01-291-5/+1
* Make QDeclarativeGeoMapItemBase::geoShape R/WPaolo Angelelli2018-08-141-0/+18
* Fix MapCircle QQuickItem geometry to allow enabling layersPaolo Angelelli2018-04-201-3/+11
* Merge remote-tracking branch 'origin/wip/navigation' into 5.11Paolo Angelelli2018-04-171-5/+4
|\
| * Introduce map objects reference implementationPaolo Angelelli2018-04-171-5/+4
* | Doc: Fix all documentation warningsTopi Reinio2018-03-271-1/+1
|/
* Fix re-set map items rendering stale geometryPaolo Angelelli2018-03-011-2/+8
* Allow plugins to use alternative map projectionsPaolo Angelelli2018-01-271-21/+27
* Mapbox GL native circle supportBruno de Oliveira Abinader2017-08-301-5/+5
* Fix MapCircle artifacts with small radiusesPaolo Angelelli2017-08-031-7/+22
* Rename libclipper namespaceThiago Marcos P. Santos2017-04-101-2/+2
* Check for map in map item's geometryChangedPaolo Angelelli2017-03-271-1/+1
* Cache coordinate projections in map itemsPaolo Angelelli2017-03-221-34/+47
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-02-271-6/+1
* Support for Mapbox GL Native rendering of QML Map{Polygon,Polyline} itemsBruno de Oliveira Abinader2017-02-141-1/+1
* Remove dirty geo* flags from map itemsv5.9.0-alpha1Paolo Angelelli2017-02-131-7/+0
* Remove unused qgeocameracapabilities includes from map itemsPaolo Angelelli2017-02-101-1/+0
* Clean up dead code and TODO commentsPaolo Angelelli2017-01-301-52/+1
* Allow QGeoMap to render map itemsPaolo Angelelli2017-01-301-0/+12
* Moving location qml implementation to location/declarative*Paolo Angelelli2017-01-261-0/+728