summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
* Compile on Windows againBradley T. Hughes2009-06-081-1/+1
* Some API changes after an API review roundBradley T. Hughes2009-06-051-5/+6
* Refactor the touch event dispatching code in preparation for allowing externa...Bradley T. Hughes2009-05-281-6/+9
* Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-281-7/+3
* Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-4/+4
* Fixed mouse event propagation to widgets inside graphicsview - make sureDenis Dzyubenko2009-05-181-1/+2
* Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-2/+3
* Don't store the current list of touch points for a widget in QWidgetPrivateBradley T. Hughes2009-05-121-2/+5
* Removed all weird qHash usage for gesture identification.Denis Dzyubenko2009-05-111-2/+2
* Store the QGestureManager in QApplicationPrivateBradley T. Hughes2009-05-111-0/+2
* Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-1/+3
* Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-0/+1
* Support sending touch events (with multiple touch points) to multiple widgets...Bradley T. Hughes2009-05-041-5/+6
* Use the HWND from the Windows MSG to find which widget to send events toBradley T. Hughes2009-04-301-2/+2
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-291-2/+2
|\
| * introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-2/+2
* | Don't store activeTouchPoints in QApplicationPrivateBradley T. Hughes2009-04-291-1/+1
* | Use a widget attribute to keep track of whether or not TouchBegin has been ac...Bradley T. Hughes2009-04-291-1/+0
* | Fix tests/manual/qtouchevent by choking mouse events even for ignored TouchUp...Bradley T. Hughes2009-04-231-0/+1
* | remove QApplicationPrivate::sendTouchEventBradley T. Hughes2009-03-261-2/+0
* | initial implementation of multitouch support on Windows 7Bradley T. Hughes2009-03-251-3/+24
* | implement event propagation for touch eventsBradley T. Hughes2009-03-251-0/+3
* | remove code duplication for setting the focus widget based on tBradley T. Hughes2009-03-251-0/+4
|/
* Long live Qt!Lars Knoll2009-03-231-0/+438