aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/handwritinggesturerecognizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* HandwritingGestureRecognizer: Fix clazy-strict-iteratorsv5.10.0-beta3Friedemann Kleint2017-10-191-1/+2
| | | | | | | | In addition, fix repetetive invocation of end(). Change-Id: I69c659e566dab8957cae3f50ae3e2671d0cc1ba3 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Move gesture recognition to class, so other input methods can use itJarkko Koivikko2017-05-151-0/+203
LipiInputMethod supports simple swipe gesture recognition. This can also be used in other input methods, so move it to simple class. Change-Id: Ib5328e0570346d534c71787fcb79a6c7e4c3d0a7 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>