summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make S60 integration optional.Jason Barron2009-07-151-4/+6
* Merge branch 'fixing_tst_qdatetimeedit'axis2009-07-101-0/+2
|\
| * Added key sequences for Symbian.axis2009-07-091-0/+2
* | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-091-0/+7
|\ \ | |/
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-071-0/+7
| |\
| | * Fix a regression where dynamic tooltips wouldn't show up in Cocoa.Norwegian Rock Cat2009-07-021-0/+7
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-291-4/+6
| |\ \ | | |/
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-39/+363
|\ \ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-241-3/+0
| |\ \ \
| | * | | Clean up the font hash and palette hash stuff.Norwegian Rock Cat2009-06-231-3/+0
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-06-241-1/+1
| |\ \ \ \
| | * | | | Fix pressure "emulation"Bradley T. Hughes2009-06-241-1/+1
| * | | | | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-241-16/+32
| |/ / / /
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-06-231-1/+6
| |\ \ \ \
| | * | | | Set the pressure automatically if not set by the touch implementationBradley T. Hughes2009-06-231-1/+6
| * | | | | Add functions to report normalized positions in QTouchEvent::TouchPointBradley T. Hughes2009-06-231-0/+6
| |/ / / /
| * | | | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-14/+8
| * | | | 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
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-161-1/+1
| |\ \ \ \ | | |/ / /
| * | | | Make QTouchEvent::TouchPoint scene coordinate functions return screen coordin...Bradley T. Hughes2009-06-151-0/+5
| * | | | All events should be filtered through the gesture manager.Denis Dzyubenko2009-06-151-5/+1
| * | | | Merge of masterBradley T. Hughes2009-06-151-40/+41
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-121-19/+17
| |\ \ \ \
| * | | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-15/+21
| * | | | | rename Qt::WA_AcceptedTouchBeginEvent to Qt::WA_WState_AcceptedTouchBeginEventBradley T. Hughes2009-06-111-3/+5
| * | | | | set the start and last global positions when translating "raw" touch eventsBradley T. Hughes2009-06-081-2/+11
| * | | | | Some API changes after an API review roundBradley T. Hughes2009-06-051-72/+55
| * | | | | Accept TouchBegin events by default if they are enabledBradley T. Hughes2009-06-051-4/+4
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-051-1/+5
| |\ \ \ \ \
| * | | | | | Fixed the keyboard modifiers handling when raw touch event is sent.Denis Dzyubenko2009-06-031-3/+1
| * | | | | | Make sure we handle RawTouch events sent to QApplicationBradley T. Hughes2009-06-031-5/+4
| * | | | | | Remove some code that used Windows specific variablesBradley T. Hughes2009-05-291-6/+0
| * | | | | | Call the multitouch initialize and cleanup functions from cross-platform codeBradley T. Hughes2009-05-291-0/+4
| * | | | | | Reuse the raw touch event's modifiers when dispatching the widget touch eventsBradley T. Hughes2009-05-281-1/+1
| * | | | | | Refactor the touch event dispatching code in preparation for allowing externa...Bradley T. Hughes2009-05-281-0/+179
| * | | | | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-281-4/+0
| * | | | | | Capture keyboard modifiers for touch eventsDenis Dzyubenko2009-05-271-6/+5
| * | | | | | Remove friends from QTouchEvent and QTouchEvent::TouchPointBradley T. Hughes2009-05-271-10/+10
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-261-0/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-181-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed mouse event propagation to widgets inside graphicsview - make sureDenis Dzyubenko2009-05-181-2/+7
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-181-4/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-5/+5
| * | | | | | | | Don't store the current list of touch points for a widget in QWidgetPrivateBradley T. Hughes2009-05-121-2/+2
| * | | | | | | | Added missing \since 4.6 doc tagDenis Dzyubenko2009-05-111-0/+5
| * | | | | | | | Improved gesture propagation.Denis Dzyubenko2009-05-111-31/+0
| * | | | | | | | Generalized gesture filtering code to allow handling not only mouseDenis Dzyubenko2009-05-111-23/+12
| * | | | | | | | Fixed gesture event propagation and offset translation.Denis Dzyubenko2009-05-111-18/+21