summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for touch point contact areaBradley T. Hughes2009-06-034-0/+25
* Update to the latest Windows 7 touch APIBradley T. Hughes2009-06-031-8/+4
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-021-22/+31
|\
| * Remove icon when setting an empty window icon on X11.Denis Dzyubenko2009-05-291-22/+31
* | Remove some code that used Windows specific variablesBradley T. Hughes2009-05-291-6/+0
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2915-71/+159
|\ \ | |/
| * Ensure a hierarchy of menus fade out together.Norwegian Rock Cat2009-05-292-18/+76
| * Send ParentChanged event to QGLWidgets when the wId changes on EGLTom Cooksey2009-05-281-4/+5
| * improved string operations all over the placeThierry Bastian2009-05-285-12/+12
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-276-25/+41
| |\
| | * BT:Fix access of deleted memory with a static QCursor.Michael Goddard2009-05-261-1/+3
| | * Doc: Removed documentation about the non-existentDavid Boddie2009-05-251-2/+0
| | * BT: Namespace compile fixes.Norwegian Rock Cat2009-05-252-1/+2
| | * BT: fix systray balloon crash bug on Windows CEJoerg Bornemann2009-05-251-13/+16
| | * BT: Prevent crash in Designer when using a scroll wheel to change a property.Norwegian Rock Cat2009-05-251-8/+20
| * | Make WA_TranslucentBackground work on QGLWidget for X11Tom Cooksey2009-05-271-9/+22
| * | some cleanups on private exported symbolsThierry Bastian2009-05-263-3/+3
* | | Call the multitouch initialize and cleanup functions from cross-platform codeBradley T. Hughes2009-05-292-2/+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-286-136/+218
* | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-283-59/+17
* | | Capture keyboard modifiers for touch eventsDenis Dzyubenko2009-05-271-6/+5
* | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-274-31/+69
* | | Remove friends from QTouchEvent and QTouchEvent::TouchPointBradley T. Hughes2009-05-274-38/+42
* | | Don't enable WM_TOUCH* messages on all windowsBradley T. Hughes2009-05-263-5/+19
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-268-41/+27
|\ \ \ | |/ /
| * | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-252-32/+12
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-255-9/+9
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-2238-850/+887
| |\ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-1230-1448/+1921
| |\ \ \
| * | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-17155-0/+109145
| / / /
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-222-5/+19
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-202-5/+19
| |\ \ \ | | | |/ | | |/|
| | * | Fix a crash where QCocoaWindow get events after its widget is deadNorwegian Rock Cat2009-05-202-5/+19
* | | | Added a simple test for gesture event delivery to graphicsitemsDenis Dzyubenko2009-05-201-0/+1
* | | | Added setters to QGesture object.Denis Dzyubenko2009-05-202-7/+39
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-202-6/+19
|\ \ \ \ | |/ / /
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-192-6/+19
| |\ \ \ | | |/ /
| | * | Fix some typos in the documentation.Frederik Schwarzer2009-05-182-2/+2
| | * | Prevent a crash with brushed metal windows and a qApp style sheetNorwegian Rock Cat2009-05-181-4/+17
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-191-2/+2
|\ \ \ \ | |/ / /
| * | | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-2/+2
| |\ \ \ | | |/ /
| | * | Cocoa: Window flickers when resized with a QTabWidgetRichard Moe Gustavsen2009-05-151-2/+2
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-1810-79/+124
|\ \ \ \
| * | | | Fixed warning.Denis Dzyubenko2009-05-181-8/+9
| * | | | No need to mark QGesture ctor explicitDenis Dzyubenko2009-05-181-2/+2
| * | | | Added a TODO entry (bad name in the enum).Denis Dzyubenko2009-05-181-1/+1
| * | | | More improvement to gesture propagation (still no graphicsview).Denis Dzyubenko2009-05-182-52/+61