summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/qtsensors
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersAntti Kokko2016-01-2024-336/+480
* Update copyright headersJani Heikkinen2015-02-1724-166/+166
* Update license headers and add new licensesJani Heikkinen2014-08-2424-454/+262
* fix obs buildLorn Potter2014-05-2014-16/+18
* add PLUGIN_CLASS_NAME declarations to plugin projectsOswald Buddenhagen2014-04-091-0/+2
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-0310-62/+62
* Make QtSensors use Q_DECL_OVERRIDESamuel Gaist2013-11-1911-53/+57
* Initialize active variable in doubletap gestureLorn Potter2013-07-121-0/+1
* Freefall gesture needs to be initialized into plugin to be usableLorn Potter2013-07-031-0/+3
* Fix loading of all sensorgesture plugins.v5.1.0-rc2v5.1.0Lorn Potter2013-06-222-2/+1
* remove nokia and replace with qt-project in pluginsLorn Potter2013-02-071-1/+1
* It's org.qt-project for plugin interfacesLorn Potter2012-11-291-1/+1
* remove Nokia isms from plugin interfaceLorn Potter2012-11-281-1/+1
* remove the need to use QTimer and use timestamps instead.Lorn Potter2012-11-1415-128/+194
* Add freefall sensorgesture.Lorn Potter2012-11-133-0/+209
* adjust to qt_plugin.prf and qml_plugin.prf changesOswald Buddenhagen2012-11-021-5/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2422-528/+528
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-131-2/+0
* build system cleanupsOswald Buddenhagen2012-06-261-1/+1
* make twist work better when the phone is tilted.Lorn Potter2012-06-132-31/+114
* fix the QList logic - dont append and then removeLast.Lorn Potter2012-05-251-1/+1
* fix crash when starting hover for the first time by itself.Lorn Potter2012-05-251-0/+4
* fix false positive sensor gesture recognition when slam is too close to headLorn Potter2012-05-242-3/+24
* optimize and simplify twist gesture code.Lorn Potter2012-05-242-109/+88
* fix false positive whip gesture.Lorn Potter2012-05-241-33/+18
* make hover gesture work betterLorn Potter2012-05-242-26/+67
* make hover work off difference to initial reflectanceLorn Potter2012-05-182-4/+11
* make twist dependent upon an orientation change.Lorn Potter2012-05-182-12/+18
* reset certain values to make tests work betterLorn Potter2012-05-156-6/+18
* fix up gestures for auto test dataLorn Potter2012-05-119-97/+86
* Add required meta to the gesture plugin .pro filesLincoln Ramsay2012-05-091-3/+4
* make slam a bit more reliable.Lorn Potter2012-04-202-0/+2
* make whip easier and remove unused variablesLorn Potter2012-03-283-8/+3
* fix slam gesture to be downward only motion.Lorn Potter2012-03-262-12/+16
* qshake[2]recognizer: Fix MSVC compiler warnings.Friedemann Kleint2012-03-231-5/+10
* whip is now too much like slam. so make whip be the old slam.Lorn Potter2012-03-222-62/+115
* use const where possible.Lorn Potter2012-03-226-36/+36
* slam is now performed differently.Lorn Potter2012-03-222-98/+62
* make slam easier and re-add orientation stuffLorn Potter2012-03-204-14/+38
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-164-4/+6
* Remove compile warningsLincoln Ramsay2012-03-155-13/+32
* fix some issues and make whip easierLorn Potter2012-03-086-52/+64
* fix crash by initializing orientationReading variableLorn Potter2012-03-055-14/+24
* share sensors among the recognizers in QtSensors recognizer.Lorn Potter2012-03-0123-295/+642
* small tweaks for simulatorLorn Potter2012-02-284-18/+74
* optimize some gestures more. stop colliding.Lorn Potter2012-02-218-157/+131
* sqrt => qSqrt, atan2 => qAtan2Lorn Potter2012-02-203-8/+8
* use qAbs instead.Lorn Potter2012-02-155-15/+15
* finalize slam gesture, and fix up some others.Lorn Potter2012-02-154-46/+21
* add slam gestureLorn Potter2012-02-134-0/+305