summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativepolylinemapitem_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-3/+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-13/+8
* Remove unneeded use of QT_PREPEND_NAMESPACE when declaring metatypes.Aaron McCarthy2012-08-061-2/+2
* Add workaround for managing map item's coordinatesIan Chen2012-07-301-0/+1
* Fix dragging map items onto edge of mapIan Chen2012-06-081-0/+2
* Fix errors reported by coverity.Aaron McCarthy2012-06-041-1/+1
* Fix dragging of map rectangle, polygon, polyline itemsIan Chen2012-05-251-0/+1
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-7/+7
* 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/+2
* 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-6/+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-10/+23
* 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-1/+6
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* Renames the new mapping classes.David Laing2012-01-051-3/+3
* 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-23/+7
* Adding line.width and line.color to Map Polyline & RouteAlex Wilson2011-12-161-5/+35
* Reimplement mapitemsMichal Klocek2011-12-131-48/+29
* Map item and mouse area improvements.Juha Vuolle2011-12-121-6/+8
* Preliminary MapMouseArea support for items.Juha Vuolle2011-12-081-7/+13
* Add polygon map itemMichal Klocek2011-12-021-2/+2
* Add route and polyline map itemsMichal Klocek2011-12-021-0/+152