summaryrefslogtreecommitdiff
path: root/doc/src/maps.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-14/+14
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ic1390da64a219642fa1e1482a7677a4c2db15cbc Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Convert Coordinate into a QML coordinate value type.Aaron McCarthy2012-08-241-5/+6
| | | | | | | | | | | | | | This replaces the Coordinate QML element with a value type. A value type is a better fit for a coordinate. It is very similar to a vector3d except it has an explicit coordinate system and some utility functions. Declare QGeoCoordinate as a movable type. Update documentation. Change-Id: I758fa9dfd7154a4d60fb791fe553b9fee3164c2c Reviewed-by: abcd <amos.choy@nokia.com>
* Docs: change inappropriate references to 'element'.Peter Yard2012-08-221-26/+26
| | | | | | | | | | | | | 'element' is no longer a correct term for Qt Quick/QML types. Sometimes the term was used instead of 'type' and other times when 'object' would be better. Conflicts: doc/src/places.qdoc Change-Id: I299e96fe628b43abeb3079c5d0dea483c02f7ee3 Reviewed-by: Peter Yard <peter.yard@nokia.com>
* Remove uses of deprecated MapPinchArea and MapFlickable.Aaron McCarthy2012-07-061-11/+6
| | | | | | | | These elements/properties are deprecated use the MapGestureArea and gesture properties instead. Change-Id: I755e69f6394dda7a92c33aa1fe37efcfd84aa9ff Reviewed-by: Ian Chen <ian.1.chen@nokia.com>
* Documentation fixes.Aaron McCarthy2012-06-221-2/+1
| | | | | | | | | | | | | | | This commit fixes the following qdoc errors: - Linking to examles. - execute() -> update() function renaming (broken links). - supportedPlacesFeatures() -> supportsPlaces(). - Broken link to jsondb plugin. - Move log file position source doc into the example. - Various broken links. Change-Id: If45a9a2bfde8c8ef504df3568ec839f0532a28fd Reviewed-by: abcd <amos.choy@nokia.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Docs: Bug-6690 fixes. General doc fixes.Peter Yard2012-05-031-6/+35
| | | | | | Change-Id: I93680ae2da913b67e8a2c22826f43f84ecb4c863 Reviewed-by: abcd <amos.choy@nokia.com> Reviewed-by: Peter Yard <peter.yard@nokia.com>
* General documentation issuesWolfgang Beck2012-03-291-6/+6
| | | | | Change-Id: I021ab70e1cbb973817aecbf53b7af0760c5e36c4 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Documentation fixesAnonymous2012-03-261-36/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Courtesy of the Caped Crusader. Maps.qdoc - NOT DONE: fill empty section on Routing/Navigation with appropriate documentation - fixed grammar in Displaying Maps subsection - ensured all table rows end with a full-stop - clarified what a QtLocation5::Plugin element is / does in relation to Map elements - clarified description of MapRectangle - moved MapQuickItem description into map objects table, and expanded description. - attempted to use the term "map overlay object" consistently throughout the documentation - expanded the Geocoding section with informative description. - clarified what a QtLocation5::Plugin element is / does in relation to GeocodeModel elements qdeclarativegeoserviceprovider.cpp - fixed description of locales (from set to ordered list) - clarified that the C locale is identical in behavior to English/UnitedStates as per QLocale documentation - clarified bitwise combination of the required plugin features enum flag values qdeclarativegeomap.cpp - fixed typo in zoom level descriptions - added brief description of pinch property - fixed typo in plugin property description - expanded documentation of removeMapItem method. 098 - language - done 099 - style - done 100 - content - done 101 - language - done 102 - style - done 103 - content - done 104 - content - done 105 - content - done 106 - content - NOT DONE - routing/navigation 107 - content - done 108 - content - done 109 - content - done 110 - content - NOT DONE - already fixed? 111 - content - NOT DONE - (snippets/img?) 112 - language - done 113 - content - done 114 - language - done 115 - language - done Change-Id: I5f17ee9a1c3f7e7dfefc0147fff7a133afa6b276 Reviewed-by: Alex <alex.blasche@nokia.com>
* Docs: Bug-6677 fix for items 001-003.Peter Yard2012-03-151-8/+8
| | | | | Change-Id: I8da3e2e445782eccec379a54823d39df7ed8d9f8 Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-44/+44
| | | | | | | | | | QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: If6af8e9303bdb7c255cce086b93073d927ac2907 Reviewed-by: Alex <alex.blasche@nokia.com>
* Docs: QTBUG-24066, Location doc typos.Peter Yard2012-02-131-1/+1
| | | | | Change-Id: I71d7ab7e074eef2000f10463f3bf75cdb9bf6048 Reviewed-by: David Laing <david.laing@nokia.com>
* New docs landing page, part 1 of overview pagesAlex Wilson2012-02-021-94/+165
| | | | | | | | | | | Actual improved versions of the QML/C++ API overviews for each module will follow. This commit splits the responsibility up between the new pages and creates the new front page for the module. Change-Id: I50ec588f35002c84f0712c858227feb451938bee Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: abcd <amos.choy@nokia.com> Reviewed-by: David Laing <david.laing@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I00c66363046e475e6924aafd221483c7fad5c0d9 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
| | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I3850177e14291901e924f9c27ba09e75df00f96a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
| | | | | Change-Id: I496795d13a615be8d252ca20a40dd2c5ba84ed60 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix some links.Peter Yard2011-10-311-0/+1
| | | | | Change-Id: I87c85623e620156694b3893ecec1fae7aeb8bb4f Reviewed-by: David Laing <david.laing@nokia.com>
* Update structure of QtLocation documentation.Aaron McCarthy2011-10-251-123/+7
| | | | | | | | | Separate out into sections for C++ and QML. Mark all classes as "since QtLocation 5.0" as there has been many API changes since Qt Mobility. Change-Id: Ie71c5f7cb8341e76d41b9fefce4781979f3e898c Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Location docs, added Places, split off Maps.Peter Yard2011-10-191-0/+242
Change-Id: Ic18bd60736b7412434091cbb4b2c539f334e3ec3 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: David Laing <david.laing@nokia.com> Reviewed-by: abcd <amos.choy@nokia.com>