summaryrefslogtreecommitdiff
path: root/doc/src/snippets/declarative/declarative-location.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix QtLocation documentationAlex Blasche2013-07-121-85/+0
| | | | | | | | | | This moves the docs to its proper place and fixes content as well as broken links. There are still some warnings left. Change-Id: Ie83086f4feabab5f3b3d6c92eb6b401a5ff43e29 Reviewed-by: Alex <alexander.blasche@digia.com>
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
| | | | | Change-Id: I5b0cb7d56997ad7b91c073b3e02b31d0368fdcfa Reviewed-by: Alex <alexander.blasche@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-6/+6
| | | | | | | | 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>
* 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 Nokia copyright headers.Jason McDonald2012-01-111-1/+1
| | | | | | | Update copyright headers from before 2011. Change-Id: Iae372d31350cebca9cbcdc0dbd2fdc316d7ed82f Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove deprecated positioningMethod property.alex2011-12-281-3/+4
| | | | | | | | | | | | | | | The positionMethod property featured by the QML API for PositionSource has been deprecated for some time. It was replaced by preferredPositioningMethods and supportedPositioningMethods. These two new properties are more in line with QGeoPositionInfoSource. In addition a compiler warning and an obsolete landmark related doc snippet reference have been removed. Change-Id: I940a871f75614495fb6a81432438faf93bb3dc18 Reviewed-by: Alex Wilson <alex.wilson@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Location docs.Peter Yard2011-09-231-0/+84
Change-Id: I8e80f3c963e54ccf693c785385b0136d2f2f33b5 Reviewed-on: http://codereview.qt-project.org/3134 Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>