summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Use the recommended way of building module docs.alex2012-06-272-30/+1
| | | | | Change-Id: I57e6dd9b7323e8feaa2f7ed1bee0e24518f2b91e Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Bump copyright header for docs to 2012.alex2012-06-251-1/+1
| | | | | Change-Id: I616cf38e9ade3a044bd7af1320d90ea12959534b Reviewed-by: Alex <alex.blasche@nokia.com>
* Align Qt Bluetooth doc generation with other modulesalex2012-06-252-9/+24
| | | | | | | | | 1.) generate dita, qch and online Makefile targets 2.) follow index-<modulename>-module.html index page naming Change-Id: Ifef463ec7e105cf8c62b652c68d7457120bdf60b Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* use correct namings as defined in the guidelinesMichael Zanetti2012-03-263-16/+17
| | | | | | | | | "Qt Bluetooth C++ API" or "C++ API" "Qt Bluetooth QML API" or "QML API" Change-Id: I729562581efe35d0fa4bb722e8469e62d1ec6c31 Reviewed-by: Aleksi Uotila <aleksi.uotila@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Added a comprehensive Getting Started section to Bluetooth docsMichael Zanetti2012-03-262-6/+106
| | | | | Change-Id: I08b7761ad80c045d3c7b7b75f31fd2bcdaf75e71 Reviewed-by: Alex <alex.blasche@nokia.com>
* Changed all occurrances of QML "element" to QML "type" as agreed by the docs ↵Michael Zanetti2012-03-222-4/+4
| | | | | | | team Change-Id: I812fda9282eaa6f25d0b198d6729ff99899bfe62 Reviewed-by: Alex <alex.blasche@nokia.com>
* Enable Bluetooth examplesalex2012-03-123-52/+0
| | | | | Change-Id: Ifa01f167a576f167be5b0388e736c95c219a00f2 Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-068-66/+66
| | | | | | | | | | 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: I40e6d40c8ca9b5e7b98a16aab3fac57ec84be63d Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove/disable QtNFC from Qt 5.0.alex2012-03-012-8/+15
| | | | | | | | | | | | Currently there is no way of verifying the QtNFC API. This decision will be revisited by future Qt releases. Furthermore there will be no commitment that the re-enabled QtNFC API will be source or binary compatible to the version disabled by this commit. Change-Id: I9aea986189d48b5c2368ce6b2c7ff20e2c94f2f8 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Oliver Woltermann <oliver.woltermann@nokia.com>
* Remove obsolete doc snippet example.alex2012-02-287-480/+0
| | | | | | Change-Id: I49ca14829a05df6043f13927f44a9c435e27c2fe Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* some improvements in the documentationMichael Zanetti2012-02-245-37/+30
| | | | | Change-Id: I7a78df9b0568375ae7da5ba888ea80bca86d598c Reviewed-by: Alex <alex.blasche@nokia.com>
* More work on Bluetooth documentationMichael Zanetti2012-02-0916-111/+886
| | | | | Change-Id: Ibb4a603fb17143300ba17754a0ee38df8bb526f4 Reviewed-by: Alex <alex.blasche@nokia.com>
* Fix outdated license headers.Jason McDonald2012-01-3116-22/+22
| | | | | | Change-Id: Ibe7ab029396aac69ceff45e317c9331d20017486 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3016-16/+16
| | | | | | | | | | | 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: I84f8c423bd7748bbae495fedae696990414cee83 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove old and obsolete documentationalex2012-01-269-488/+0
| | | | | | | | | and provide means for hooking it into the Qt5 docs. Change-Id: I7c56097bde6a2b0ea0ed0f204d59d67618c1dfce Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* added documentation and examplesMichael Zanetti2012-01-2333-0/+1596
Change-Id: Ia99e5f8f9579c189379bce1a22de3d58b12ce5fc Reviewed-by: Alex <alex.blasche@nokia.com> Sanity-Review: Alex <alex.blasche@nokia.com>