summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/qtsensors/qtwistsensorgesturerecognizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-241-19/+11
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-8/+8
* remove nokia and replace with qt-project in pluginsLorn Potter2013-02-071-1/+1
* remove the need to use QTimer and use timestamps instead.Lorn Potter2012-11-141-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* make twist work better when the phone is tilted.Lorn Potter2012-06-131-31/+107
* fix the QList logic - dont append and then removeLast.Lorn Potter2012-05-251-1/+1
* optimize and simplify twist gesture code.Lorn Potter2012-05-241-94/+78
* make twist dependent upon an orientation change.Lorn Potter2012-05-181-12/+17
* reset certain values to make tests work betterLorn Potter2012-05-151-0/+1
* fix up gestures for auto test dataLorn Potter2012-05-111-23/+25
* use const where possible.Lorn Potter2012-03-221-6/+6
* make slam easier and re-add orientation stuffLorn Potter2012-03-201-1/+2
* Remove compile warningsLincoln Ramsay2012-03-151-4/+12
* fix crash by initializing orientationReading variableLorn Potter2012-03-051-1/+4
* share sensors among the recognizers in QtSensors recognizer.Lorn Potter2012-03-011-31/+37
* small tweaks for simulatorLorn Potter2012-02-281-2/+2
* optimize some gestures more. stop colliding.Lorn Potter2012-02-211-55/+47
* sqrt => qSqrt, atan2 => qAtan2Lorn Potter2012-02-201-3/+3
* use qAbs instead.Lorn Potter2012-02-151-4/+4
* try harder to make sure gesture dont fire too easilyLorn Potter2012-02-011-13/+43
* 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 twist sensor gestureLorn Potter2012-01-161-6/+14
* add new sensor gesturesLorn Potter2012-01-121-0/+178