index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
kernel
/
qgesture.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers
Akseli Salovaara
2015-03-31
1
-13
/
+13
*
Updated year in copyright header
Kai Koehne
2014-03-26
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-13
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-29
1
-24
/
+24
*
Update contact information in license headers.
Sergio Ahumada
2012-08-01
1
-2
/
+2
*
Update year in Nokia copyright messages.
Jason McDonald
2012-01-11
1
-1
/
+1
*
Update licenseheader text in source files for qt4.8
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
*
expose GestureType for using in QML
Zeno Albisser
2010-09-14
1
-0
/
+1
*
Added velocity property to the QPanGesture.
Zeno Albisser
2010-09-13
1
-0
/
+2
*
Changed the speed property on QSwipeGesture to velocity
Zeno Albisser
2010-09-13
1
-0
/
+1
*
Register a few gesture-related types in the meta-type system.
Denis Dzyubenko
2010-07-23
1
-0
/
+3
*
Change default TapAndHold timeout and make configurable
Thomas Zander
2010-07-08
1
-0
/
+3
*
Add a new qconfig feature GESTURES
Tasuku Suzuki
2010-06-02
1
-0
/
+4
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
Implemented Tap and TapAndHold gestures.
Denis Dzyubenko
2009-11-05
1
-0
/
+34
*
Gesture api review.
Denis Dzyubenko
2009-11-03
1
-9
/
+12
*
Make GestureCancelPolicy work for graphicsview
Thomas Zander
2009-10-30
1
-0
/
+1
*
Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gestures
Thomas Zander
2009-10-28
1
-0
/
+10
*
Change API; the pan gesture now has points for distance, not size.
Thomas Zander
2009-10-22
1
-9
/
+9
*
Improved gesture event filtering inside QGraphicsView for QGraphicObjects
Denis Dzyubenko
2009-10-22
1
-4
/
+0
*
fix compilation with namespaces
hjk
2009-10-15
1
-2
/
+6
*
Mac: implement gestures conforming to the new API
Richard Moe Gustavsen
2009-10-13
1
-4
/
+2
*
Removed the QGesture contructor that we don't really need.
Denis Dzyubenko
2009-10-12
1
-3
/
+2
*
A new implementation of the Gesture API.
Denis Dzyubenko
2009-10-09
1
-20
/
+133
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
Fixed the spelling of canceled in the QGesture api brought up by David Boddie.
Denis Dzyubenko
2009-09-07
1
-1
/
+1
*
Update tech preview license header for files that are new in 4.6.
Jason McDonald
2009-08-31
1
-13
/
+13
*
Improved a QGesture api a little bit.
Denis Dzyubenko
2009-08-21
1
-2
/
+6
*
Update contact URL in license headers.
Jason McDonald
2009-08-12
1
-1
/
+1
*
Made the QGesture::reset function protected.
Denis Dzyubenko
2009-08-10
1
-2
/
+1
*
Changed setting state in a QGesture
Denis Dzyubenko
2009-08-06
1
-1
/
+1
*
Removed the startPos/lastPos/pos from the gesture classes.
Denis Dzyubenko
2009-08-04
1
-12
/
+2
*
Fixed includes in the gestures public headers.
Denis Dzyubenko
2009-07-20
1
-6
/
+6
*
signals -> Q_SIGNALS
Volker Hilsheimer
2009-07-03
1
-1
/
+1
*
Refactored gesture api
Denis Dzyubenko
2009-07-02
1
-63
/
+19
*
Fix license headers after multitouch+gestures merge.
Jason McDonald
2009-06-29
1
-5
/
+5
*
Fix old/missing license headers from multitouch+gestures merge.
Jason McDonald
2009-06-29
1
-3
/
+3
*
Added setters to QGesture object.
Denis Dzyubenko
2009-05-20
1
-7
/
+14
*
No need to mark QGesture ctor explicit
Denis Dzyubenko
2009-05-18
1
-2
/
+2
*
implemented gestures support in graphicsview for QGraphicsItems and
Denis Dzyubenko
2009-05-18
1
-0
/
+2
*
Improved gesture propagation.
Denis Dzyubenko
2009-05-11
1
-0
/
+8
*
Fixed gesture event propagation and offset translation.
Denis Dzyubenko
2009-05-11
1
-0
/
+1
*
renamed QGesture::gestureType() to just type() and fixed the doc.
Denis Dzyubenko
2009-05-11
1
-2
/
+2
*
Oops, fixed a memory corruption in Pan gesture due to invalid d-pointer type.
Denis Dzyubenko
2009-05-11
1
-1
/
+2
*
Added coordinate translation for points inside gesture event when
Denis Dzyubenko
2009-05-11
1
-0
/
+1
*
Gesture recognizer don;t create new QGesture object every time
Denis Dzyubenko
2009-05-11
1
-4
/
+15
*
Removed the use of QSharedPointer from gesture api - since QGesture
Denis Dzyubenko
2009-05-11
1
-1
/
+0
*
Renamed QPannableGesture to QPanningGesture.
Denis Dzyubenko
2009-05-11
1
-3
/
+3
*
More documentation fixes.
Denis Dzyubenko
2009-05-11
1
-6
/
+3
[next]