summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/qtsensors/qwhipsensorgesturerecognizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-171-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-241-19/+11
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-8/+8
* remove the need to use QTimer and use timestamps instead.Lorn Potter2012-11-141-11/+23
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* fix false positive whip gesture.Lorn Potter2012-05-241-33/+18
* reset certain values to make tests work betterLorn Potter2012-05-151-0/+2
* fix up gestures for auto test dataLorn Potter2012-05-111-1/+6
* make whip easier and remove unused variablesLorn Potter2012-03-281-2/+3
* whip is now too much like slam. so make whip be the old slam.Lorn Potter2012-03-221-54/+102
* use const where possible.Lorn Potter2012-03-221-6/+6
* make slam easier and re-add orientation stuffLorn Potter2012-03-201-6/+25
* Remove compile warningsLincoln Ramsay2012-03-151-3/+7
* fix some issues and make whip easierLorn Potter2012-03-081-40/+31
* fix crash by initializing orientationReading variableLorn Potter2012-03-051-1/+3
* share sensors among the recognizers in QtSensors recognizer.Lorn Potter2012-03-011-35/+42
* optimize some gestures more. stop colliding.Lorn Potter2012-02-211-37/+22
* sqrt => qSqrt, atan2 => qAtan2Lorn Potter2012-02-201-2/+2
* use qAbs instead.Lorn Potter2012-02-151-3/+3
* finalize slam gesture, and fix up some others.Lorn Potter2012-02-151-4/+3
* try harder to make sure gesture dont fire too easilyLorn Potter2012-02-011-12/+59
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* improve whip sensor gestureLorn Potter2012-01-161-13/+11
* Remove warnings and re-enable all gesture plugins.Lincoln Ramsay2012-01-131-1/+0
* add new sensor gesturesLorn Potter2012-01-121-0/+139