summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* fix false positive sensor gesture recognition when slam is too close to headLorn Potter2012-05-242-0/+230
* fix false positive whip gesture.Lorn Potter2012-05-243-291/+826
* make hover gesture work betterLorn Potter2012-05-242-0/+258
* make twist dependent upon an orientation change.Lorn Potter2012-05-181-33/+150
* add sensor gesture auto testsLorn Potter2012-05-1432-2/+6472
* QtSensors: Fix compilation after merging of the api_changes branch.Friedemann Kleint2012-04-181-0/+2
* Better/consistent progress messagesLincoln Ramsay2012-03-202-99/+101
* The variable is QT_SENSORS_LOAD_PLUGINSLincoln Ramsay2012-03-201-1/+1
* Use an environment variable to suppress loading of plugins.Lincoln Ramsay2012-03-192-15/+2
* Don't use the platform sensors for this unit test.Lincoln Ramsay2012-03-192-12/+13
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-167-11/+11
* Remove REGISTER_STATIC_PLUGINLincoln Ramsay2012-03-162-16/+0
* Remove REGISTER_STATIC_PLUGIN_V2Lincoln Ramsay2012-03-163-2/+31
* Remove QSettings usageWolfgang Beck2012-03-161-21/+4
* add some testing for sensorgestureplugins, however feeble.Lorn Potter2012-03-144-5/+259
* Rename declarative symbols.Lincoln Ramsay2012-03-085-30/+30
* Revert "Disable unit tests that rely on plugin loading."Lincoln Ramsay2012-02-231-4/+4
* Disable unit tests that rely on plugin loading.Lincoln Ramsay2012-02-171-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3038-38/+38
* Update obsolete contact address.Jason McDonald2012-01-2338-38/+38
* Remove friend class tst_Sesnsors2QMLAPIWolfgang Beck2012-01-191-22/+22
* speed up sensor gesture auto testLorn Potter2012-01-161-2/+2
* alwaysOn for QtSensors 5.0 sensorsLincoln Ramsay2012-01-132-0/+30
* alwaysOn for legacy QML elementsLincoln Ramsay2012-01-132-1/+65
* add new sensor gesturesLorn Potter2012-01-121-6/+6
* Implement an API for alwaysOn.Lincoln Ramsay2012-01-111-0/+10
* Update copyright year in license headers.Jason McDonald2012-01-0538-38/+38
* Normalize SIGNAL/SLOT macros.Lincoln Ramsay2011-12-151-3/+3
* Clean up the sensor gestures unit test.Lincoln Ramsay2011-11-292-185/+124
* QtSensors: Fix compilation of examples/warnings on Windows.Friedemann Kleint2011-11-252-8/+8
* Don't use <QtDeclarative> so we can compile with -WerrorLincoln Ramsay2011-11-252-2/+4
* Fixed QtSensors autotest namespace compilation.Toby Tomkins2011-11-252-0/+7
* compileLincoln Ramsay2011-11-151-76/+0
* remove qmobilitypluginsearch and use the QFactoryLoader instead.Lorn Potter2011-11-145-7/+15
* Add QtSensorGesture QML APIWolfgang Beck2011-11-107-2/+508
* Make TiltSensor 100% code coverageWolfgang Beck2011-11-091-1/+67
* 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-0116-1/+1735
* These are system tests. Allow suppressing them.Lincoln Ramsay2011-10-282-2/+2
* Add missing test coverage for QIRProximitySensorLincoln Ramsay2011-10-282-0/+8
* Revert temporary Q_SENSORS_EXPORT_TEMPalex2011-10-212-2/+2
* Fix test running under OBS.Lincoln Ramsay2011-10-191-96/+96
* First step of removal of Q_SENSORS_EXPXORT macro from qglobal.halex2011-10-172-2/+2
* MTMW-347 Replace dataRate with speed in TltSensorWolfgang Beck2011-10-142-10/+90
* update license headersLincoln Ramsay2011-10-103-3/+3
* Sensors "porting" guide.Lincoln Ramsay2011-10-101-0/+4
* MTMW-345-346 CR change for TiltSensorWolfgang Beck2011-10-102-59/+157