summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativerectanglemapitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+14
* Always use double point precision for geo lookups internallyErik Mattsson2013-11-061-7/+6
* Doc: Removed version from "\inqmlmodule QtLocation"Jerome Pasion2013-09-251-1/+1
* Fix broken polygonline and polygonitem for ARM.Albin Olsson2013-09-041-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
* Convert Coordinate into a QML coordinate value type.Aaron McCarthy2012-08-241-47/+32
* Docs: change inappropriate references to 'element'.Peter Yard2012-08-221-4/+4
* 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
* Minor documentation fixes to declarativesIan Chen2012-06-221-2/+4
* Specify minor version in \inqmlmodule qdoc command.Aaron McCarthy2012-06-221-1/+1
* Fix dragging map items onto edge of mapIan Chen2012-06-081-3/+25
* Fix errors reported by coverity.Aaron McCarthy2012-06-041-1/+1
* Fix dragging of map rectangle, polygon, polyline itemsIan Chen2012-05-251-12/+39
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-6/+6
* Coding style fixes, round #1Alex Wilson2012-05-151-1/+1
* Use indices from the triangulator for MapPolygonsAlex Wilson2012-05-101-8/+8
* Fade map items away at zoomLevel < 3 (invisible at 2.0)Alex Wilson2012-05-031-1/+1
* General documentation issuesWolfgang Beck2012-03-291-3/+28
* More qtlocation qml documentation fixesqt-v5.0.0-alpha1Ian Chen2012-03-271-3/+5
* Documentation fixesIan Chen2012-03-271-1/+1
* Add documentation for opacity property in MapCircle and MapRectangle.vladimirb2012-02-291-0/+9
* Camera data change detection in MapItemBase, handle tilt/rotate betterAlex Wilson2012-02-281-8/+16
* Cleans up the QGeoCameraData class.David Laing2012-02-161-2/+2
* Avoid warnings in map items about NaN and infinite pointsAlex Wilson2012-02-141-1/+10
* 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-115/+89
* Fix for QTBUG-23985Alex Wilson2012-02-021-16/+26
* Add MapMouseArea support for MapPolyline, include borders on othersAlex Wilson2012-01-311-15/+20
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fix up behaviour of maprectangles againAlex Wilson2012-01-251-2/+2
* Autotest fixes for circles and rectanglesAlex Wilson2012-01-241-6/+11
* Use triangulated solid MapPolylines, make MapCircle use triangulatorAlex Wilson2012-01-241-6/+18
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Fixes for Peter Yard's feedback on gerrit #12168 (docs for map objs)Alex Wilson2012-01-101-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* Renames the new mapping classes.David Laing2012-01-051-3/+3
* Screenshots of Map circles, polygons, polylines and rectanglesAlex Wilson2012-01-051-0/+2
* Improving documentation for map objectsAlex Wilson2012-01-051-2/+40
* Adding some docs for basic QML map items that have noneAlex Wilson2011-12-281-0/+38
* Handling changes to underlying coordinates in map rects & circlesAlex Wilson2011-12-281-16/+8
* Finetune map item drag, works now also with mapviewer.Juha Vuolle2011-12-221-11/+1
* Map item autotests and related fixes.Juha Vuolle2011-12-211-0/+1
* Adding borders to map rectangle items, drawing fixesAlex Wilson2011-12-201-8/+33
* Replacing GL_QUADS and GL_POLYGON with trianglesAlex Wilson2011-12-201-4/+5
* Fix threading issue for map itemMichal Klocek2011-12-181-77/+52