summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativepolylinemapitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert GeoShape, GeoRectangle and GeoCircle into QML value types.v5.0.0-beta1Aaron McCarthy2012-08-281-15/+3
* Convert Coordinate into a QML coordinate value type.Aaron McCarthy2012-08-241-116/+79
* Docs: change inappropriate references to 'element'.Peter Yard2012-08-221-3/+3
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Add workaround for managing map item's coordinatesIan Chen2012-07-301-1/+21
* Fix a case where map item wrapping failsIan Chen2012-07-251-1/+1
* Change private include file to follow qtgui header rename.ybot2012-07-091-1/+1
* Documentation fixes.Aaron McCarthy2012-06-221-4/+3
* Specify minor version in \inqmlmodule qdoc command.Aaron McCarthy2012-06-221-1/+1
* Fix dragging map items onto edge of mapIan Chen2012-06-081-1/+28
* Fix errors reported by coverity.Aaron McCarthy2012-06-041-1/+1
* Move hard-codded messages into separate file and declare constants for them.Vladimir Bezkorovainyi2012-05-311-2/+4
* Fix dragging of map rectangle, polygon, polyline itemsIan Chen2012-05-251-9/+42
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-13/+13
* Coding style fixes: whitespace crusadesAlex Wilson2012-05-151-14/+14
* Coding style fixes: use post-increment in for loopsAlex Wilson2012-05-151-2/+2
* Coding style fixes, round #1Alex Wilson2012-05-151-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-101-2/+2
* Use indices from the triangulator for MapPolygonsAlex Wilson2012-05-101-21/+6
* Block the scenegraph subtrees of map item nodes that have no pointsAlex Wilson2012-05-041-3/+19
* Fade map items away at zoomLevel < 3 (invisible at 2.0)Alex Wilson2012-05-031-1/+1
* Allow setting of polygon/line declarative coordinates after draggingIan Chen2012-04-241-3/+4
* dragged polygon and polylines no longer snap when camera movedThomas Lowe2012-04-201-0/+22
* Coverity and compiler warning fixesAlex Wilson2012-04-191-1/+1
* General documentation issuesWolfgang Beck2012-03-291-8/+56
* More qtlocation qml documentation fixesqt-v5.0.0-alpha1Ian Chen2012-03-271-0/+9
* Documentation fixesIan Chen2012-03-271-4/+4
* Fixes various Coverity warnings.David Laing2012-03-161-5/+13
* QtDeclarative renaming.Aaron McCarthy2012-03-091-8/+9
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-1/+1
* Camera data change detection in MapItemBase, handle tilt/rotate betterAlex Wilson2012-02-281-8/+15
* Cleans up the QGeoCameraData class.David Laing2012-02-161-2/+2
* Avoid warnings in map items about NaN and infinite pointsAlex Wilson2012-02-141-0/+12
* Regenerate map object geometry on Map resize eventAlex Wilson2012-02-091-0/+7
* Clip map polylines before triangulationAlex Wilson2012-02-071-12/+127
* Refactor geometry computations out of map items, caching resultsAlex Wilson2012-02-071-99/+99
* Add MapMouseArea support for MapPolyline, include borders on othersAlex Wilson2012-01-311-7/+21
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Use QTriangulatingStroker instead of QPainterPathStrokerAlex Wilson2012-01-241-48/+43
* Remove pointless control point clipAlex Wilson2012-01-241-4/+1
* Use triangulated solid MapPolylines, make MapCircle use triangulatorAlex Wilson2012-01-241-23/+91
* 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-4/+4
* Screenshots of Map circles, polygons, polylines and rectanglesAlex Wilson2012-01-051-0/+2
* Improving documentation for map objectsAlex Wilson2012-01-051-7/+47
* Adding some docs for basic QML map items that have noneAlex Wilson2011-12-281-2/+2
* Handling changes to underlying coordinates in map poly(line|gon)Alex Wilson2011-12-281-0/+24
* Fix for Map resize bug (items like Polygon not moving with map)Alex Wilson2011-12-231-3/+1
* Some basic mapitem docs and related autotests.Juha Vuolle2011-12-231-1/+53