summaryrefslogtreecommitdiff
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Update obsolete contact address.Jason McDonald2012-01-2398-98/+98
* Add triangulator for arbitrary polygons to MapPolygonAlex Wilson2012-01-232-23/+33
* The great doc crusade continuesAlex Wilson2012-01-205-31/+154
* Clarify use of (Map)MouseArea with MapQuickItem, general cleanupAlex Wilson2012-01-202-23/+92
* Use a pointer to the fboSurface in MapNodeAlex Wilson2012-01-202-3/+6
* Support more than QObject* based roles in MapItemView.Aaron McCarthy2012-01-182-12/+12
* Add plugins.qmltypes for QtLocation 5.0.Aaron McCarthy2012-01-172-1/+1335
* Changing example address so that it might workAlex Wilson2012-01-171-1/+1
* Fix crash due to uninitialised data member.Aaron McCarthy2012-01-161-1/+1
* Unify behaviour of BoundingBox and BoundingCircle elements.Aaron McCarthy2012-01-164-102/+324
* Implement cross-referencing of Placesabcd2012-01-1315-239/+561
* Explicit includes of QDeclarativeParserStatus, QtQuick fixupsAlex Wilson2012-01-139-1/+9
* Documentation for GeocodeModel and RouteModelAlex Wilson2012-01-122-22/+134
* Improve unit tests for CategoryModel.Aaron McCarthy2012-01-101-1/+6
* Basic set/get tests for all Places QML elements.Aaron McCarthy2012-01-102-4/+8
* Fixes for Peter Yard's feedback on gerrit #12168 (docs for map objs)Alex Wilson2012-01-102-4/+4
* Renames MapPinch => MapPinchArea, adds docs for it and MapFlickableAlex Wilson2012-01-104-80/+135
* Adding private API warnings for the Maps API.David Laing2012-01-095-11/+11
* Documentation for Plugin QML elementAlex Wilson2012-01-061-12/+67
* Change Plugin{} element API to use enums for featuresAlex Wilson2012-01-068-265/+136
* Update copyright year in license headers.Jason McDonald2012-01-0696-96/+96
* Improved docs for Map element, and a screenshotAlex Wilson2012-01-051-16/+97
* Renames the new mapping classes.David Laing2012-01-0525-83/+83
* Improving docs for MapQuickItem, adding screenshotsAlex Wilson2012-01-051-8/+50
* Screenshots of Map circles, polygons, polylines and rectanglesAlex Wilson2012-01-054-0/+8
* Improving documentation for map objectsAlex Wilson2012-01-056-31/+250
* Remove assert.Aaron McCarthy2012-01-051-1/+0
* Add count property and data fn to declarative recommendation modelabcd2012-01-052-4/+25
* Remove unused member variable.Aaron McCarthy2012-01-052-2/+1
* Ensure that categories are initialized from QML.Aaron McCarthy2012-01-051-0/+13
* Improve unit test for Place element.Aaron McCarthy2012-01-043-61/+17
* Adding additional documentation about MapQuickItem#zoomLevelAlex Wilson2012-01-041-2/+16
* Moving GL_LINE_SMOOTH to apply before map objects are renderedAlex Wilson2012-01-041-5/+5
* New withFeature properties for QML Plugin elementAlex Wilson2011-12-292-2/+123
* Fix for crash during plugin changeAlex Wilson2011-12-292-0/+10
* Adding some docs for basic QML map items that have noneAlex Wilson2011-12-286-7/+154
* Remove deprecated positioningMethod property.alex2011-12-283-59/+6
* Handling changes to underlying coordinates in map rects & circlesAlex Wilson2011-12-284-27/+15
* Handling changes to underlying coordinates in map poly(line|gon)Alex Wilson2011-12-284-0/+50
* Fix for Map resize bug (items like Polygon not moving with map)Alex Wilson2011-12-231-3/+1
* First pass at adding d-pointers to maps.David Laing2011-12-231-6/+0
* Some basic mapitem docs and related autotests.Juha Vuolle2011-12-232-3/+121
* Adds coordinateChanged signal to QML CoordinatesAlex Wilson2011-12-232-1/+12
* Adds azimuthTo and atDistanceAndAzimuth to QML CoordinatesAlex Wilson2011-12-222-0/+62
* Add polygon item mouse area support.Juha Vuolle2011-12-221-1/+1
* Finetune map item drag, works now also with mapviewer.Juha Vuolle2011-12-2215-104/+35
* Add QML locale functionality to Placesabcd2011-12-212-8/+72
* Map item autotests and related fixes.Juha Vuolle2011-12-218-6/+10
* Using barymetric center for poly triangulationAlex Wilson2011-12-211-1/+7
* Removing some unnecessary #includes on Qt3D headersAlex Wilson2011-12-211-5/+0