summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | Refactor the code that reads the KDE config in one fileOlivier Goffart2009-08-071-1/+0
| * | Rearranged the gesture code a bit for future native gestures on Windows.Denis Dzyubenko2009-08-061-6/+8
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-15/+84
|\ \ \ | |/ /
| * | Remove unused gesture related defines and structuresBradley T. Hughes2009-07-211-93/+48
| * | compile against the Windows 7 SDK RCBradley T. Hughes2009-07-201-15/+16
| * | Support Tablet coordinate on Windows with non-zero physical originLuc Devallonne2009-07-101-4/+6
| * | Refactored gesture apiDenis Dzyubenko2009-07-021-5/+116
* | | Make S60 integration optional.Jason Barron2009-07-151-2/+2
* | | Merge branch 'fixing_tst_qdatetimeedit'axis2009-07-101-0/+1
|\ \ \
| * | | Added key sequences for Symbian.axis2009-07-091-0/+1
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-291-2/+2
| |\ \ \ | | | |/ | | |/|
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-6/+73
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-241-0/+6
| |\ \ \
| | * | | Clean up the font hash and palette hash stuff.Norwegian Rock Cat2009-06-231-0/+6
| * | | | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-1/+6
| * | | | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-1/+1
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | * | Long live Qt 4.5!Lars Knoll2009-03-231-0/+438
| | | /
| * | | Merge of masterBradley T. Hughes2009-06-151-1/+3
| * | | Add multitouch support for the RX-71 deviceBradley T. Hughes2009-06-151-0/+19
| * | | 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
| |\ \ \
| * | | | 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
* | | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-3/+5
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Integrating QProxyStyleJens Bache-Wiig2009-06-121-1/+3
| | |/ | |/|
| * | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-2/+2
| |/
| * Long live Qt!Lars Knoll2009-03-231-0/+438
* Make Qt exception safer.Robert Griebl2009-06-101-0/+2
* Make autoSipEnabled available on all platforms.axis2009-05-111-1/+1