summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Renamed internal WinGesture event to NativeGesture.Denis Dzyubenko2009-08-041-1/+1
* Doc - Some more cleanups to beautify the documentationKavindra Devi Palaraja2009-07-301-39/+38
* Doc - Beautifying documentation of autoMaximizeThresholdKavindra Devi Palaraja2009-07-301-8/+9
* Doc - some cleanups to beautify the paragraphsKavindra Devi Palaraja2009-07-301-6/+6
* Port of Qt to VxWorksRobert Griebl2009-07-291-0/+1
* Fixed compile with -qtnamespace and MSVC.Rohan McGovern2009-07-221-4/+6
* Merge commit 'origin/4.5'Bill King2009-07-131-1/+1
|\
| * Fixed a crash with input methodsPierre Rossi2009-07-101-1/+1
* | Merge commit 'origin/4.5'Bill King2009-07-081-0/+7
|\ \ | |/
| * Fix a regression where dynamic tooltips wouldn't show up in Cocoa.Norwegian Rock Cat2009-07-021-0/+7
* | Getting rid of compiler warnings on windowsThierry Bastian2009-07-071-4/+2
* | 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