summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativeroutemapitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing handling of pathChanged to route map itemMichal Klocek2015-11-231-0/+7
* Fix doc issues around MapPolylineAlex Blasche2015-05-291-0/+14
* Remove duplicate code from QDeclarativeRouteMapItemWolfgang Bremer2015-04-201-127/+10
* Remove LGPLv2.1 and add GPLv2+ from/to QtLocationAlex Blasche2015-02-191-14/+17
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-181-1/+1
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Fix map item behavior when used with a MouseArea.Aaron McCarthy2014-02-071-3/+3
* 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-4/+4
* 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-1/+1
* Docs: change inappropriate references to 'element'.Peter Yard2012-08-221-2/+2
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Fix a case where map item wrapping failsIan Chen2012-07-251-0/+1
* Preserve map route geometryIan Chen2012-06-291-0/+1
* Minor documentation fixes to declarativesIan Chen2012-06-221-1/+2
* Specify minor version in \inqmlmodule qdoc command.Aaron McCarthy2012-06-221-1/+1
* Fix map route item's visibility and boundsIan Chen2012-06-141-3/+3
* Fix errors reported by coverity.Aaron McCarthy2012-06-041-1/+1
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-4/+4
* 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/+20
* Fixed QML documentation for MapRoute.route property.Jean Gressmann2012-03-151-1/+1
* Maps/navigation QML API documentation is incompleteJean Gressmann2012-03-121-1/+8
* QtDeclarative renaming.Aaron McCarthy2012-03-091-1/+1
* Camera data change detection in MapItemBase, handle tilt/rotate betterAlex Wilson2012-02-281-9/+16
* Add missing update() call so that MapRoutes actually get geometryAlex Wilson2012-02-241-0/+1
* Cleans up the QGeoCameraData class.David Laing2012-02-161-2/+2
* Regenerate map object geometry on Map resize eventAlex Wilson2012-02-091-0/+7
* Refactor geometry computations out of map items, caching resultsAlex Wilson2012-02-071-26/+15
* 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-40/+13
* 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-4/+4
* Improving documentation for map objectsAlex Wilson2012-01-051-2/+18
* Adding some docs for basic QML map items that have noneAlex Wilson2011-12-281-0/+27
* Finetune map item drag, works now also with mapviewer.Juha Vuolle2011-12-221-5/+0
* Fix threading issue for map itemMichal Klocek2011-12-181-30/+71
* Adding line.width and line.color to Map Polyline & RouteAlex Wilson2011-12-161-17/+18
* Reimplement mapitemsMichal Klocek2011-12-131-34/+54
* Map item and mouse area improvements.Juha Vuolle2011-12-121-23/+41
* Add polygon map itemMichal Klocek2011-12-021-2/+2
* Add route and polyline map itemsMichal Klocek2011-12-021-0/+120