summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativepolygonmapitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving location qml implementation to location/declarative*Paolo Angelelli2017-01-261-741/+0
* Use geoshapes as geo-model in qdeclarativegeomapitemsPaolo Angelelli2017-01-261-75/+56
* Add clipping for rotated/tilted Map ItemsPaolo Angelelli2017-01-261-62/+109
* Position map items on their geoLeftBoundPaolo Angelelli2017-01-261-15/+20
* Add rotation and tilt controls to QDeclarativeGeoMapPaolo Angelelli2017-01-251-11/+1
* Move the coordinate <-> item position conversion to QGeoProjectionPaolo Angelelli2017-01-161-4/+4
* QtLocation: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-1/+1
* Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-12-051-2/+2
|\
| * Renaming QGeoMapPrivate::changeMapSize to changeViewportSizePaolo Angelelli2016-11-221-2/+2
* | Do not update geoLeftBound in Declarative Polygon updateSourcePointsPaolo Angelelli2016-11-151-6/+0
|/
* Merge remote-tracking branch 'gerrit/5.7' into 5.8Alex Blasche2016-11-021-0/+6
|\
| * Fix for polylines and polygon rendering wrong at the edge of the mapPaolo Angelelli2016-09-191-0/+6
* | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-07-291-31/+39
|\|
| * Fix for wandering QGeoMapPolylineGeometryPaolo Angelelli2016-06-281-10/+8
| * Fix for crash on tessellation of self-intersectiong GeoPolygonsPaolo Angelelli2016-06-151-21/+31
* | Enable building with QT_NO_OPENGL defined by using QSGGeometry EnumsAndy Nichols2016-06-241-1/+1
|/
* Improve map item rendering performanceMichal Klocek2015-11-271-10/+9
* Remove incorrect string construction in QML debug outputAaron McCarthy2015-09-021-11/+4
* Fix doc issues around MapPolylineAlex Blasche2015-05-291-1/+1
* Fix QtLocation \since tags in QML and C++Alex Blasche2015-05-291-1/+1
* Document return types for invokable functions in QtLocation QMLAlex Blasche2015-05-291-2/+2
* 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
* Cleanup QtQml header includes in Positioning and LocationAlex Blasche2015-01-271-3/+0
* Avoid map polyline/route/polygon draw around half the worldAlex Blasche2015-01-271-1/+3
* Make compile QtLocation after changes to QValuePrivateAlex Blasche2015-01-261-1/+1
* Better names for incorrectly named Map functions.Aaron McCarthy2015-01-201-5/+5
* Remove V8 references from QtLocationAlex Blasche2015-01-121-4/+2
* Make QtLocation work after internal valuetype changes in QtQMLAlex Blasche2015-01-081-3/+2
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Remove unnecessary code.Aaron McCarthy2014-02-261-1/+1
* Map item geometry do not need to be QObjects.Aaron McCarthy2014-02-261-2/+2
* Fix translatable strings and cleanup unnecessary stringsAlex Blasche2014-02-261-2/+2
* Fix declarative_ui tests.Aaron McCarthy2014-02-111-15/+13
* Fix documentation errors.Aaron McCarthy2014-02-101-1/+1
* Fix map item behavior when used with a MouseArea.Aaron McCarthy2014-02-071-14/+15
* Remove the GeoMapMouseAreaFabian Bumberger2014-02-061-1/+1
* Always use double point precision for geo lookups internallyErik Mattsson2013-11-061-12/+14
* Make QtLocation QML module compile after QJSValuePrivate constructor changeAlex Blasche2013-10-011-1/+1
* Doc: Removed version from "\inqmlmodule QtLocation"Jerome Pasion2013-09-251-1/+1
* Make compile after recent V4 API changesAlex Blasche2013-09-191-3/+4
* Fix broken polygonline and polygonitem for ARM.Albin Olsson2013-09-041-1/+1
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-021-4/+7
* Fix compilation after the qml engine changesLars Knoll2013-08-121-5/+7
* Fix QtLocation documentationAlex Blasche2013-07-121-3/+3
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Convert GeoShape, GeoRectangle and GeoCircle into QML value types.v5.0.0-beta1Aaron McCarthy2012-08-281-15/+3
* Fix compiler warnings with MSVC.Friedemann Kleint2012-08-281-1/+1
* Convert Coordinate into a QML coordinate value type.Aaron McCarthy2012-08-241-115/+82