summaryrefslogtreecommitdiffstats
path: root/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Modularized the Qt Sensor DocsGeir Vattekar2012-10-1266-2457/+0
| | | | | Change-Id: Ie8636ec443f43b1f238342e0f6f7d321e13dce09 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Rename QtMobility.sensors 1.3 to QtSensors 5.0Lincoln Ramsay2012-10-115-20/+18
| | | | | Change-Id: I2b24533d38db1f8e205de19b67fe0b21625bbf6b Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Remove the QtSensors 5.0 importLincoln Ramsay2012-10-094-84/+6
| | | | | | | | | | | The gesture tests that were part of the sensors2 unit test have been retained. The tilt sensor tests were not, though they could be used as a base to make a unit test for the new tilt sensor class. Change any existing imports to use QtMobility.sensors 1.3. Change-Id: I8a7130b3c73980fdd577e96c10aecda15e79f8b2 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* QtMobility.sensors has a new implementationLincoln Ramsay2012-09-261-18/+15
| | | | | | | | | This implementation fixes the limitations the original code had and separates the QtSensors C++ API from the QML API so that changes to one don't need to affect the other. Change-Id: I519463f3c7cfbad3bce5c291ce166b8793d5ed4a Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2430-346/+346
| | | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I85014238e262cb59d8d92b0d708851e82e5633da Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Remove wrong image.Leonard Lee2012-09-062-1/+0
| | | | | Change-Id: I00f24f482e59ae74f68d82bba32c3540d5c059ed Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
* Removed QT+=widgets from projects which do not use QtWidgets.Rohan McGovern2012-07-302-2/+0
| | | | | | | Fixes compile when QtWidgets is not available. Change-Id: I6df28b09198a20e3740cac62e7335178d17cacc3 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Add platform-specific documentation.Thomas McGuire2012-07-263-0/+206
| | | | | | | | | | Add a compatibility map that shows which sensors are supported by the various backends. Also document the generic backend. Change-Id: I3f15905e08c2f6feed60163e6a4356964a31f024 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Remove Meego backend notes from documentationThomas McGuire2012-07-031-29/+0
| | | | | | | There is no Meego backend anymore. Change-Id: I5e83a67892bb6b8e9affcbaacd91872104aa8d8b Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Remove the 'special' naming of examples.Lincoln Ramsay2012-06-2010-58/+58
| | | | | | | Just go back to the naming convention we had before. Change-Id: Iefecb7a5e0ab3aa4d22267b4f475a8e9c1c96058 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* tweak to projects so that files show up in creatorLincoln Ramsay2012-06-201-0/+1
| | | | | Change-Id: Ice3f2df6b26995a21c0ec681245a7d54a0a01674 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Missing minor numbers in versionsLincoln Ramsay2012-06-191-1/+1
| | | | | | Fixes: QTBUG-25926 Change-Id: I3a2942b13a9d335a9c564b23cb4a79241d6895af Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
* Docs: change QML elements to QML types in docs.Peter Yard2012-06-1911-32/+32
| | | | | Change-Id: I54a9a1972978f1d989d262f137b5890d1feb35e0 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Fix another bad use of static plugins.Lincoln Ramsay2012-06-131-4/+0
| | | | | Change-Id: I88bbe0ffe7768576df92a1d8e45097f7c35c5702 Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
* QtSensors/Examples: Fix compilation of examples with MinGW.Friedemann Kleint2012-05-302-2/+2
| | | | | | | -rdynamic is not supported on Windows. Change-Id: I1350ac28a538add3e501353c3c0eb215ef008592 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* smooth out AccelBubble's bubble movement, and fixup docs accordingly.Lorn Potter2012-05-301-2/+2
| | | | | Change-Id: I8b4988e9e3b4671ca8558364350c52d46aa7409c Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* make mouse move better ine Maze example, add acceleration. Fix up docsLorn Potter2012-05-291-1/+10
| | | | | | | | Use only one mouse gif and rotate it instead. also add screensaver inhibit. Change-Id: I4268bdec9346ee389e9b485e8c37d43a1e607128 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Update Examples using the same name conventionsWolfgang Beck2012-05-286-42/+42
| | | | | | | | | e.g. Folder of example should start with QtSensorrs_ Example documentation title should start with QtSensors - images folder renamed to content Change-Id: I341fb8510ba3ad64068d786559e8d28af5d135c3 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Unfork the examples.Wolfgang Beck2012-05-2419-97/+106
| | | | | | | | | | | | Some examples were forked off and updated. Unfork by bringing these changes back (a later update will bring the other examples in line with this new style). The changes are primarily made up of file renaming. Also, JPG files have been converted to PNG. Some documentation updates have been done. Change-Id: Ib090abb5ebea2003d479d2336a23317f52b8c4d8 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* fix up gestures for auto test dataLorn Potter2012-05-111-4/+4
| | | | | | | | | | slam and other gestures need to be performed the way the test data shows. slam is effected the most as now the gesture needs no hold at end to be recognized, in accordance with data collected. Change-Id: Iedfcf8e42def0b1dfe1c4d289a416ca64d8846e1 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* make simulator work better with gestures.Lorn Potter2012-04-271-37/+6
| | | | | | | | code from the plugin has been moved into the manager so that every other plugin can be triggered by the emluator. Change-Id: I37232ab6d45a027541ab1b5c504b2844049ba522 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Docs: change title of qml sensors example. Bug-9815Peter Yard2012-04-232-3/+3
| | | | | Change-Id: I5e5c57c8c3a86b17b52b35fb50e61b62fef12a0b Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* make slam gesture doc a bit more clear.Lorn Potter2012-04-201-1/+1
| | | | | Change-Id: Id07b7b0bba74846262124638e612beed777d4b3c Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* fix up documentation according to the doc guys.Lorn Potter2012-03-292-37/+19
| | | | | | Change-Id: I417e3c57e986f9364f25d5a0e742bd31833de283 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com> Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* fix slam gesture to be downward only motion.Lorn Potter2012-03-262-2/+2
| | | | | Change-Id: I3b115ca075610e7ca63828d1b3cc3e72e3820d75 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* whip is now too much like slam. so make whip be the old slam.Lorn Potter2012-03-224-3/+2
| | | | | Change-Id: Ib4be08e5fc828c24b00b0c90e0e9448603eef6bf Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* slam is now performed differently.Lorn Potter2012-03-224-2/+4
| | | | | Change-Id: Ib04655cdc16a0f8fea73b88cf8e36d0f00ce16f3 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-163-9/+5
| | | | | | | | | | | | | | Plugins no longer use QFactoryInterface or Q_EXPORT_PLUGIN. Instead, Q_PLUGIN_METADATA is used. Meta-data is provided through a .json file that is embedded into the plugin by moc. For now, this meta-data is not actually used because both sensors and gestures use a dynamic registration mechanism. Change-Id: Ic82657e2ba5768127e13f7411ca51f60772781d8 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Remove QSettings usageWolfgang Beck2012-03-161-2/+1
| | | | | Change-Id: Ifec28d4de4af4c5a114c66faaababaaeb57ad357 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Docs: fix \e problem by not including compat.qdocconf file.Peter Yard2012-03-091-1/+1
| | | | | Change-Id: I24e7031a0138be40caa2b3e2edc98ec53489850c Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Some example files moved, update the docs.Lincoln Ramsay2012-03-051-6/+6
| | | | | Change-Id: Ic494f0ac55b04829977cde95cb3bf3185d1352cc Reviewed-by: Peter Yard <peter.yard@nokia.com>
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-016-108/+108
| | | | | | | | | | 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: I9e809abef666b8498bc481aae9f324b954eff387 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* add more information about gesture recognizer development.Lorn Potter2012-02-271-1/+39
| | | | | Change-Id: Idf24c9227b69bfe05e83ec03f762c1fc055219b9 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* add links to sensor gesture descriptions and fix up other links.Lorn Potter2012-02-214-11/+12
| | | | | Change-Id: I7edef31ceeef79ce117cc214143a53385d0634ce Reviewed-by: Alex <alex.blasche@nokia.com>
* Fix lots of small qdoc issues in Sensor docsalex2012-02-209-56/+56
| | | | | Change-Id: I26dd869ffac45155d834ac2046edc93dae926aef Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Change QtSensors title to 'Qt Sensors' so it can link from landing page.Peter Yard2012-02-201-1/+1
| | | | | Change-Id: I8fb04d5a800ddff756dbad089a2b1571a69b77da Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Locate sensor explorer QML appLincoln Ramsay2012-02-151-17/+7
| | | | | | | | | It moved but the example page was looking in the wrong location. Since there is now one directory that holds the entire example, we can collapse 3 pages into 1. Change-Id: Id02844e88042436129c1e644d364a0c32fc71824 Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
* finalize slam gesture, and fix up some others.Lorn Potter2012-02-152-0/+5
| | | | | Change-Id: I307492e32ea04d29d8f29cc91f40298d00ae7201 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Update Examples for SDK teamWolfgang Beck2012-02-144-0/+285
| | | | | Change-Id: Ib81ebf326a1ee4330a268c8d57934e3d77ea68bb Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* improve the sensors docs a bitLorn Potter2012-02-127-19/+108
| | | | | Change-Id: I2774c8ecc5ae711b6444d0adff0697c6d278dcad Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* fix hover and cover since prox driver output changed.Lorn Potter2012-02-081-2/+3
| | | | | Change-Id: Ic620a9012472c81f7f1bb15e450638745809effa Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3023-23/+23
| | | | | | | | | | | 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: I1ecfbf66a49bb91dd995d92c871ca36148adc645 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-2323-23/+23
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: Ie8628548cde5d3b251f319cbb6f33e6c08852d9e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Replace Radiobutton with -+ buttonsWolfgang Beck2012-01-181-0/+0
| | | | | | Change-Id: I127ad9b7f51762f5b1d959d0f0439d254a535e4a Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* add some sensor gesture images to docs.Lorn Potter2012-01-1711-8/+18
| | | | | | Change-Id: Icc130ed8f5fe66f5388521f44f2159062475b19b Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* fix document errorLorn Potter2012-01-161-1/+1
| | | | | | Change-Id: I4976086cb558f1b9f592e4b11b28d6ae89ebb3cb Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Make shakeit example ready for the SDK Doc TeamWolfgang Beck2012-01-131-0/+0
| | | | | | Change-Id: Ic12a60e546b2740ddd7bfb11ee5220ab792e6a0f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Examples for SDK TeamWolfgang Beck2012-01-136-218/+0
| | | | | | | Change-Id: I93f92a85419f0519f887ccd12a39bf61d7db7aae Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com> Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
* add new sensor gesturesLorn Potter2012-01-121-0/+53
| | | | | | Change-Id: Ided28e5d26af383b019d84ebb128c8ec6d6e3d34 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Convert sensor explorer example into a QML based applicationWolfgang Beck2012-01-113-11/+94
| | | | | | Change-Id: If8628363c4998dabf85cad4277df088be23e3ff4 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>