| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: I5b0cb7d56997ad7b91c073b3e02b31d0368fdcfa
Reviewed-by: Alex <alexander.blasche@digia.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'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>
|
|
|
|
|
|
|
|
|
|
|
| |
Set the depends variable in qtlocation.qdocconf to read index files
from qtcore, qtnetwork, qtqml and qtquick so that links to documentation
in those modules are correctly generated.
Fix up remaining broken links even with the above.
Change-Id: Ided2b04423088a05c5f2bdf148972e15148dc80a
Reviewed-by: Alex <alex.blasche@nokia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix snippet inclusion, incorrect path.
- Remove duplicate code from docs, use snippets from examples instead.
- Fix broken links.
- Missing C++ class in QML docs.
- \bold -> \b
- Fix qdoc warning about \qmlslot and \qmlmethod.
- These slots don't need to be slots, change them to Q_INVOKABLES
and document them as \qmlmethod.
- Remove unneeded signal documentation, it is covered by the
property documentation.
Change-Id: I19aa35d7db999057f7e647bd61371332ab26170f
Reviewed-by: Ian Chen <ian.1.chen@nokia.com>
|
|
|
|
|
| |
Change-Id: I8da3e2e445782eccec379a54823d39df7ed8d9f8
Reviewed-by: Alex <alex.blasche@nokia.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
Replace Nokia contact email address with Qt Project website.
Change-Id: I3850177e14291901e924f9c27ba09e75df00f96a
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
|
|
|
|
|
| |
Change-Id: I496795d13a615be8d252ca20a40dd2c5ba84ed60
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
|
|
Change-Id: Ica237c5e87738bfc0d3f6f11f1601050a8a40092
Reviewed-by: David Laing <david.laing@nokia.com>
|