summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativepolylinemapitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary code.Aaron McCarthy2014-02-261-1/+1
* Map item geometry do not need to be QObjects.Aaron McCarthy2014-02-261-2/+1
* Fix translatable strings and cleanup unnecessary stringsAlex Blasche2014-02-261-2/+2
* Fix documentation errors.Aaron McCarthy2014-02-101-1/+1
* Fix map item behavior when used with a MouseArea.Aaron McCarthy2014-02-071-55/+57
* Always use double point precision for geo lookups internallyErik Mattsson2013-11-061-13/+12
* 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-2/+4
* Fix compilation after the qml engine changesLars Knoll2013-08-121-5/+7
* Fix QtLocation documentationAlex Blasche2013-07-121-2/+2
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Compile after QPen changes.Friedemann Kleint2012-10-241-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
* 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