summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize code for map items into separate folderVolker Hilsheimer2022-09-231-1061/+0
* Use QVariant support for converting to a QGeoCoordinateVolker Hilsheimer2022-09-151-1/+0
* Change QJSValue properties to QList<QGeoCoordinate/Rectangle>Volker Hilsheimer2022-09-151-10/+5
* Refactor: for loopsVolker Hilsheimer2022-09-141-9/+5
* Refactor: remove duplicated codeVolker Hilsheimer2022-09-131-1/+1
* Constructor cleanupVolker Hilsheimer2022-09-121-9/+7
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-231-4/+5
* More include cleanupVolker Hilsheimer2022-07-291-8/+6
* Reduce includes of private headers from upstream modulesVolker Hilsheimer2022-07-261-1/+0
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-161-2/+2
* Port OpenGL dependent code to Qt6 updated graphics APILauri Laanmets2022-02-281-32/+34
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Change 'geometryChanged' to 'geometryChange'Lauri Laanmets2021-11-091-5/+5
* Change QGeoPolygon 'path' to 'perimeter'Lauri Laanmets2021-11-091-8/+8
* QtLocation: adapt to build with external QtPositioningIvan Solovev2021-10-271-7/+6
* Fix compilation for no opengl buildsMichal Klocek2021-03-251-6/+21
* Use QList instead of QVectorJarek Kobus2020-06-251-4/+4
* Enable mercator-to-screen projection in GLSLPaolo Angelelli2020-02-111-149/+490
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-011-1/+1
|\
| * Doc: Fix link errors and complete parameter specsNico Vertriest2019-09-301-1/+1
* | Add autoFadeIn property to map itemsPaolo Angelelli2019-08-211-0/+11
|/
* Doc: Fix documentation issuesTopi Reinio2019-05-161-1/+1
* Fix crash when removing items from MapboxGL mapsPaolo Angelelli2019-01-291-5/+1
* Fix using the wrong type in MapPolygon setGeoShapePaolo Angelelli2019-01-071-1/+1
* QGeoPath/QGeoPolygon: defer bbox computationPaolo Angelelli2018-12-211-1/+3
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-101-11/+2
|\
| * Fix missing geometry update when changing border widthPaolo Angelelli2018-11-191-11/+2
* | Make QDeclarativeGeoMapItemBase::geoShape R/WPaolo Angelelli2018-08-141-0/+13
|/
* Doc: Add missing dots (qtlocation)Paul Wicking2018-06-211-1/+1
* Fix crash in Map{Polyline,Polygon,Route}ObjectQsgPaolo Angelelli2018-05-091-7/+3
* Fix QGeoMapObject handling in reference implementationPaolo Angelelli2018-04-221-13/+4
* Fix MapPolygon being drawn misplaced and moving as it gets clippedPaolo Angelelli2018-04-181-5/+8
* Doc: Fix all documentation warningsTopi Reinio2018-03-271-1/+1
* Fix re-set map items rendering stale geometryPaolo Angelelli2018-03-011-2/+8
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-191-1/+1
|\
| * Use custom namespace in QtLocation's earcutBruno de Oliveira Abinader2018-01-091-1/+1
* | Allow plugins to use alternative map projectionsPaolo Angelelli2018-01-271-13/+17
* | Move QML/Cpp list conversions into locationvaluetypehelperPaolo Angelelli2018-01-221-27/+2
|/
* Fix MapPolygon docPaolo Angelelli2017-11-031-0/+1
* Add braces to fix compilation with clangRobert Loehning2017-09-121-2/+2
* Fix dragging items out of map boundsPaolo Angelelli2017-07-281-16/+37
* Revert "Fix dragging items out of map bounds"Paolo Angelelli2017-07-191-37/+16
* Remove dead code in QDeclarativePolygon/Polyline MapItemsPaolo Angelelli2017-07-171-36/+0
* Fix dragging items out of map boundsPaolo Angelelli2017-07-171-16/+37
* Make error_messages.h privatePaolo Angelelli2017-05-021-1/+1
* Rename libclipper namespaceThiago Marcos P. Santos2017-04-101-1/+1
* Check for map in map item's geometryChangedPaolo Angelelli2017-03-271-1/+1
* Cache coordinate projections in map itemsPaolo Angelelli2017-03-221-9/+36
* 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-9/+0