summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactored gesture apiDenis Dzyubenko2009-07-021-71/+13
* doc: Corrected several qdoc warnings.Martin Smith2009-07-021-2/+2
* doc: Corrected several qdoc warnings.Martin Smith2009-07-021-1/+1
* src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-12/+6
* 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
|\ \ \ | |/ /
| * | Integrating QProxyStyleJens Bache-Wiig2009-06-121-40/+41
| * | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-121-2/+4
| |\ \ | | |/
| | * Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-101-2/+4
* | | 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
|\ \ \ | |/ /
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-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
|\ \ \ | |/ /
| * | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-041-1/+1
| * | add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-041-0/+4
* | | 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 into kinetic-animat...Thierry Bastian2009-05-221-26/+15
| |\ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-121-981/+1068
| |\ \ \
| * | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-171-0/+5053
| / / /
* | | | 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
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge branch '4.5'Thiago Macieira2009-05-141-4/+2
| |\ \ \ | | | |/ | | |/|