summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativepolygonmapitem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Map item geometry do not need to be QObjects.Aaron McCarthy2014-02-261-3/+1
* Fix map item behavior when used with a MouseArea.Aaron McCarthy2014-02-071-2/+4
* Change copyright from 2012 to 2013Rainer Keller2013-01-171-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Convert Coordinate into a QML coordinate value type.Aaron McCarthy2012-08-241-15/+7
* Remove unneeded use of QT_PREPEND_NAMESPACE when declaring metatypes.Aaron McCarthy2012-08-061-1/+1
* Add workaround for managing map item's coordinatesIan Chen2012-07-301-0/+1
* More fixes to map circles across north/south polesIan Chen2012-07-201-1/+1
* Fix errors reported by coverity.Aaron McCarthy2012-06-041-1/+1
* Fix dragging of map rectangle, polygon, polyline itemsIan Chen2012-05-251-0/+1
* New triangulator for map polygonsAlex Wilson2012-05-241-0/+3
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-6/+6
* Coding style fixes: whitespace crusadesAlex Wilson2012-05-151-1/+1
* Coding style fixes, round #1Alex Wilson2012-05-151-2/+2
* Block the scenegraph subtrees of map item nodes that have no pointsAlex Wilson2012-05-041-0/+3
* Fade map items away at zoomLevel < 3 (invisible at 2.0)Alex Wilson2012-05-031-1/+1
* dragged polygon and polylines no longer snap when camera movedThomas Lowe2012-04-201-0/+1
* QtDeclarative renaming.Aaron McCarthy2012-03-091-6/+6
* Camera data change detection in MapItemBase, handle tilt/rotate betterAlex Wilson2012-02-281-3/+1
* Regenerate map object geometry on Map resize eventAlex Wilson2012-02-091-0/+1
* Refactor geometry computations out of map items, caching resultsAlex Wilson2012-02-071-13/+22
* Add MapMouseArea support for MapPolyline, include borders on othersAlex Wilson2012-01-311-1/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Use triangulated solid MapPolylines, make MapCircle use triangulatorAlex Wilson2012-01-241-0/+4
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Add triangulator for arbitrary polygons to MapPolygonAlex Wilson2012-01-231-0/+1
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* Renames the new mapping classes.David Laing2012-01-051-2/+2
* Handling changes to underlying coordinates in map poly(line|gon)Alex Wilson2011-12-281-0/+1
* Finetune map item drag, works now also with mapviewer.Juha Vuolle2011-12-221-1/+0
* Map item autotests and related fixes.Juha Vuolle2011-12-211-1/+1
* Fix threading issue for map itemMichal Klocek2011-12-181-27/+8
* Line borders for MapPolygons and MapCirclesAlex Wilson2011-12-161-0/+11
* Reimplement mapitemsMichal Klocek2011-12-131-45/+31
* Map item and mouse area improvements.Juha Vuolle2011-12-121-7/+13
* Add polygon map itemMichal Klocek2011-12-021-0/+152