summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensorgestures
Commit message (Expand)AuthorAgeFilesLines
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* Replace Q_FOREACH with ranged for loopsJuha Vuolle2021-06-082-3/+2
* QtSensors initial cmake supportLorn Potter2021-04-194-52/+39
* Add missing override and remove redundant virtualAlexander Volkov2017-11-147-31/+31
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-5/+5
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-5/+5
* | Updated license headersAntti Kokko2016-01-2013-221/+156
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\|
| * Stabilze some tests in Tst_qsensorgestureTestAlexander Volkov2015-10-081-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-08-251-1/+0
|/
* Update copyright headersJani Heikkinen2015-02-1713-91/+91
* Merge remote-tracking branch 'origin/5.3' into 5.4v5.4.0-alpha1Frederik Gladhorn2014-08-281-0/+11
|\
| * Add missing private headers warningv5.3.2Samuel Gaist2014-08-181-0/+11
* | Update license headers and add new licensesJani Heikkinen2014-08-2413-247/+143
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-0/+2
|\|
| * add PLUGIN_CLASS_NAME declarations to plugin projectsOswald Buddenhagen2014-04-091-0/+2
* | Fix autotests expecting a trailing whitespace for qDebug streamKai Koehne2014-02-211-7/+7
|/
* It's org.qt-project for plugin interfacesLorn Potter2012-11-292-2/+2
* remove Nokia isms from plugin interfaceLorn Potter2012-11-282-2/+2
* adjust to qt_plugin.prf and qml_plugin.prf changesOswald Buddenhagen2012-11-021-6/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2413-312/+312
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-022-0/+2
* Use static plugins properlyLars Knoll2012-06-126-26/+6
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-162-2/+4
* Remove REGISTER_STATIC_PLUGIN_V2Lincoln Ramsay2012-03-162-0/+20
* add some testing for sensorgestureplugins, however feeble.Lorn Potter2012-03-141-5/+26
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3013-13/+13
* Update obsolete contact address.Jason McDonald2012-01-2313-13/+13
* speed up sensor gesture auto testLorn Potter2012-01-161-2/+2
* add new sensor gesturesLorn Potter2012-01-121-6/+6
* Update copyright year in license headers.Jason McDonald2012-01-0513-13/+13
* Clean up the sensor gestures unit test.Lincoln Ramsay2011-11-292-185/+124
* remove qmobilitypluginsearch and use the QFactoryLoader instead.Lorn Potter2011-11-142-3/+5
* add more code coverage.Lorn Potter2011-11-082-0/+30
* add invalidIds, remove redundant isValid, rename availableIds to validIdsLorn Potter2011-11-031-14/+21
* make sure recognizers do not need pluginLorn Potter2011-11-031-1/+4
* make sure newSensorGestureAvailable gets signaledLorn Potter2011-11-031-0/+4
* add QSensorGestures API. Long live QSensorGestures!Lorn Potter2011-11-0115-0/+1734