summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwinnativepangesturerecognizer_win_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
|
* Fixed a broken merge.Denis Dzyubenko2010-06-111-65/+0
| | | | Reviewed-by: trustme
* Changed the way we detect touch screen on Windows.Denis Dzyubenko2010-06-111-0/+32
| | | | | | | | Instead of using the IInkTablets interface (which sometimes freezes in the get_Count() call for 10 seconds), we just check if there is digitizer support. Task-number: QTBUG-6007 Reviewed-by: Prasanth
* Add a new qconfig feature GESTURESTasuku Suzuki2010-06-021-0/+5
| | | | | Merge-request: 535 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Dont use gestures if there is no touch screen.Denis Dzyubenko2010-03-041-0/+32
| | | | | | | | | If there is no touch input device attached on Windows7, we shouldn't even bother subscribing to native gesture events. Task-number: QTBUG-6007 Reviewed-by: Thierry Reviewed-by: Prasanth
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-061-0/+4
| | | | | | | | The option allows to disable native Windows7 gestures since they require the creation of the native window handle. This partially disabled alien widgets concept and make window resizing slower and more flickery. Reviewed-by: Espen Riskedal
* Compile fix after the last gesture api changeDenis Dzyubenko2009-11-031-3/+2
| | | | Reviewed-by: trustme
* Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-031-1/+1
| | | | Reviewed-by: trustme
* A new implementation of the Gesture API.Denis Dzyubenko2009-10-091-0/+73
Implemented gestures using gesture events and separate QGesture/QGestureRecognizer classes. Reviewed-by: trustme