summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativecirclemapitem.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 map item behavior when used with a MouseArea.Aaron McCarthy2014-02-071-15/+18
* Remove the GeoMapMouseAreaFabian Bumberger2014-02-061-1/+1
* Fix ambiguous type conversion options (QPointF vs QDoubleVector)Alex Blasche2013-11-191-1/+1
* Always use double point precision for geo lookups internallyErik Mattsson2013-11-061-8/+10
* Doc: Removed version from "\inqmlmodule QtLocation"Jerome Pasion2013-09-251-1/+1
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-021-1/+3
* Fix QtLocation documentationAlex Blasche2013-07-121-2/+2
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Fix compiler warnings with MSVC.Friedemann Kleint2012-08-281-1/+1
* Convert Coordinate into a QML coordinate value type.Aaron McCarthy2012-08-241-29/+18
* Docs: change inappropriate references to 'element'.Peter Yard2012-08-221-3/+3
* General doc fixes.Peter Yard2012-08-141-1/+1
* Fix drawing circle at border when viewport width < map widthIan Chen2012-08-061-2/+2
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Update doc to reflect changes to mouse eventsIan Chen2012-07-251-2/+2
* More fixes to map circles across north/south polesIan Chen2012-07-201-63/+237
* First few fixes to map circle across north/south polesIan Chen2012-07-061-18/+44
* Minor documentation fixes to declarativesIan Chen2012-06-221-1/+1
* 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/+18
* Fix errors reported by coverity.Aaron McCarthy2012-06-041-1/+1
* Fix dragging of map rectangle, polygon, polyline itemsIan Chen2012-05-251-0/+11
* New triangulator for map polygonsAlex Wilson2012-05-241-0/+4
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-6/+6
* Coding style fixes, round #1Alex Wilson2012-05-151-1/+1
* Fade map items away at zoomLevel < 3 (invisible at 2.0)Alex Wilson2012-05-031-1/+1
* General documentation issuesWolfgang Beck2012-03-291-2/+16
* Documentation fixesIan Chen2012-03-271-1/+1
* Add documentation for opacity property in MapCircle and MapRectangle.vladimirb2012-02-291-0/+10
* Camera data change detection in MapItemBase, handle tilt/rotate betterAlex Wilson2012-02-281-8/+16
* QDeclarativeCircleMapItem altitude fix.Cristian Adam2012-02-171-1/+1
* Cleans up the QGeoCameraData class.David Laing2012-02-161-2/+2
* Regenerate map object geometry on Map resize eventAlex Wilson2012-02-091-0/+8
* Refactor geometry computations out of map items, caching resultsAlex Wilson2012-02-071-120/+39
* QtLocation: Fix compiler warnings.Friedemann Kleint2012-02-021-0/+2
* Fix for QTBUG-23985Alex Wilson2012-02-021-13/+35
* Add MapMouseArea support for MapPolyline, include borders on othersAlex Wilson2012-01-311-10/+17
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Autotest fixes for circles and rectanglesAlex Wilson2012-01-241-3/+2
* Use triangulated solid MapPolylines, make MapCircle use triangulatorAlex Wilson2012-01-241-48/+32
* 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-5/+5
* Screenshots of Map circles, polygons, polylines and rectanglesAlex Wilson2012-01-051-0/+2
* Improving documentation for map objectsAlex Wilson2012-01-051-6/+49
* Adding some docs for basic QML map items that have noneAlex Wilson2011-12-281-0/+43
* Handling changes to underlying coordinates in map rects & circlesAlex Wilson2011-12-281-9/+5