summaryrefslogtreecommitdiff
path: root/src/imports/location
Commit message (Expand)AuthorAgeFilesLines
* Plugin API documentation is incompleteJean Gressmann2012-03-021-2/+5
* Places QML API documentation is incompleteJean Gressmann2012-03-0210-3/+147
* Maps/navigation QML API documentation is incompleteJean Gressmann2012-03-024-12/+52
* Add documentation for opacity property in MapCircle and MapRectangle.vladimirb2012-02-292-0/+19
* Camera data change detection in MapItemBase, handle tilt/rotate betterAlex Wilson2012-02-2814-67/+171
* Fixed typo in member name.Cristian Adam2012-02-282-3/+3
* Docs: QtLocation typos QTBUG-24066.Peter Yard2012-02-245-13/+13
* Add missing update() call so that MapRoutes actually get geometryAlex Wilson2012-02-241-0/+1
* Make it possible to clear place search models.Aaron McCarthy2012-02-236-0/+30
* Fix \qmlmethods for RouteQuery disappearing, add desc + exampleAlex Wilson2012-02-231-8/+46
* Add sponsored field/role to place search results.Aaron McCarthy2012-02-212-2/+15
* Add error handling for Position and Satellite sourcesCarsten Bürger2012-02-202-3/+50
* Convert QGeoBoundingArea to use value type semantics.Aaron McCarthy2012-02-207-12/+12
* QDeclarativeCircleMapItem altitude fix.Cristian Adam2012-02-171-1/+1
* Bugfix: https://bugreports.qt-project.org/browse/QTBUG-20043Jean Gressmann2012-02-171-1/+4
* Cleans up the QGeoCameraData class.David Laing2012-02-167-20/+14
* Adds the camera capabilities class.David Laing2012-02-161-14/+22
* Fix at-exits segfault when displaying map objectsAlex Wilson2012-02-163-16/+20
* Add resetFeatureWeights() function to RouteQueryAlex Wilson2012-02-152-10/+22
* Use map object contains() for hover events in MapMouseAreaAlex Wilson2012-02-142-3/+61
* Add 'preferred' property to Plugin to try some plugins firstAlex Wilson2012-02-142-7/+61
* Avoid warnings in map items about NaN and infinite pointsAlex Wilson2012-02-143-1/+29
* Fix for changes in Qt3DDavid Laing2012-02-141-1/+1
* Prevent use of children in geographic map objectsAlex Wilson2012-02-134-1/+48
* Docs: QTBUG-24066, Location doc typos.Peter Yard2012-02-1313-22/+22
* Rename formattedAddress to text.Aaron McCarthy2012-02-102-16/+18
* Regenerate map object geometry on Map resize eventAlex Wilson2012-02-0910-0/+43
* Add support for the new Nokia REST API to nokia plugin.Aaron McCarthy2012-02-093-7/+49
* Add formattedAddress property to address.Aaron McCarthy2012-02-072-0/+28
* Clip map polylines before triangulationAlex Wilson2012-02-071-12/+127
* Places qml overviewabcd2012-02-0715-0/+18
* Refactor geometry computations out of map items, caching resultsAlex Wilson2012-02-0713-553/+602
* QtLocation: Fix compiler warnings.Friedemann Kleint2012-02-021-0/+2
* Cleans up the projection code.David Laing2012-02-021-2/+1
* Geometry changes for precision issues.David Laing2012-02-021-1/+0
* Fix for QTBUG-23985Alex Wilson2012-02-024-35/+106
* Add MapMouseArea support for MapPolyline, include borders on othersAlex Wilson2012-01-317-46/+85
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3098-98/+98
* Fix inconsistency, use childCategoryIds over childrenCategoryIdsabcd2012-01-301-1/+1
* Refactor Iconsabcd2012-01-303-147/+83
* Fix up behaviour of maprectangles againAlex Wilson2012-01-251-2/+2
* Use QTriangulatingStroker instead of QPainterPathStrokerAlex Wilson2012-01-241-48/+43
* Autotest fixes for circles and rectanglesAlex Wilson2012-01-243-9/+14
* Remove pointless control point clipAlex Wilson2012-01-241-4/+1
* Use triangulated solid MapPolylines, make MapCircle use triangulatorAlex Wilson2012-01-249-147/+223
* 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