summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Remove unused/old qdoc conf filesSergio Ahumada2015-03-1141-4092/+0
| | | | | Change-Id: Iefecf07553601f3a20a14f86a7e058ef1ccf9ca7 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Change Qt bugtracker URL to qt.ioAlex Blasche2014-12-161-1/+1
| | | | | | Change-Id: I5ecc2a929812667609c938f38c3d9195bda1f1ae Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Remove unused and unlinked qdocconf file from the project.Jędrzej Nowacki2014-03-141-33/+0
| | | | | Change-Id: I24ba7ae438d4763ca065d88147ff0a023c0ce85c Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* doc: Removed the HTML template from the .qdocconf filesLaszlo Papp2013-04-051-1/+0
| | | | | | | qt-module-defaults.qdocconf already contains the HTML template. Change-Id: I06218652147efeb1f86b34e0d52ae413987e4e87 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Don't use QT_{BEGIN,END}_HEADER macrosSergio Ahumada2013-01-281-2/+0
| | | | | | | | | | This macro is useless from Qt 5.1 on, so: - Don't generate these macros when using make_sensor.pl - There is no need to blacklist these in qt-cpp-ignore.qdocconf Change-Id: I91b1050aaf406fb140ab9d28369992e4d08b5cd0 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
* Doc: Modularized the Qt Sensor DocsGeir Vattekar2012-10-1266-2457/+0
| | | | | Change-Id: Ie8636ec443f43b1f238342e0f6f7d321e13dce09 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Update docs after modularization of docsTor Arne Vestbø2012-10-114-752/+3
| | | | | | | | The global files now live in qtbase only, and are made available to the other modules via the $QT_INSTALL_DOCS variable. Change-Id: I4f77194f9c1e0c65636430ac22de3241b49d4641 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>
* HTML template: Updated copyright notice from Nokia to Digia PlcJerome Pasion2012-09-262-29/+4
| | | | | Change-Id: Id762b19d0c252dbe2ca7fd80dfecaf7465f089d8 Reviewed-by: Martin Smith <martin.smith@digia.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-2433-353/+353
| | | | | | | | | | 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>
* Doc: Adding documentation templates from qtbaseJerome Pasion2012-09-223-0/+776
| | | | | | Task-number: QTBUG-27293 Change-Id: I8b91da22b62b5ad8d36a5c0e0eaee5321fa500cf Reviewed-by: Martin Smith <martin.smith@digia.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>
* Hook doc generation into global QMAKE_DOCS contextalex2012-06-223-46/+1
| | | | | Change-Id: I3b654018a9d29719e56b928205f441e193fc01a3 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-202-10/+4
| | | | | 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>
* Docs go in the build tree, not the source tree!Lincoln Ramsay2012-04-022-3/+3
| | | | | | Change-Id: I2d489c0ea78019e7b5ce5ea52868119baddffbd6 Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: Alex <alex.blasche@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-092-2/+2
| | | | | 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>
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
| | | | | Change-Id: Iba572fa483fff03877336600112414971296f933 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-018-131/+131
| | | | | | | | | | 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>
* Docs: allow standalone builds of documentation.Peter Yard2012-02-2744-0/+4178
| | | | | Change-Id: Iafd4dd55fbbf726e8991365b154e36642cc2688a Reviewed-by: Alex <alex.blasche@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>