/mkspecs/hpux-g++/

content='index, nofollow'/>
summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Compile fix.Denis Dzyubenko2009-10-221-4/+4
| | | | | | | QPanGesture was changed to use QPointF instead of QSizeF, also need to change all usages of the pan gesture. Reviewed-by: trustme
* Make warning more helpful.Thomas Zander2009-10-221-1/+1
| | | | Also fix grammer and avoid using combined words.
* Change API; the pan gesture now has points for distance, not size.Thomas Zander2009-10-224-24/+24
|
* Make the already-public calls be documented and publicThomas Zander2009-10-222-3/+2
|
* Add QGestureEvent::mapToScene for better graphicsView integrationThomas Zander2009-10-22