summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-261-31/+11
|\ \ \ | |/ /
| * | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-251-31/+11
* | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-29/+33
* | | Don't store the current list of touch points for a widget in QWidgetPrivateBradley T. Hughes2009-05-121-19/+26
* | | set qt_tabletChokeMouse to true whenever ANY touch event was acceptedBradley T. Hughes2009-05-081-3/+2
* | | don't store event state in QWidgetPrivateBradley T. Hughes2009-05-081-15/+19
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-081-9/+18
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-05-071-0/+15
| |\ \ | | |/
| | * handle the back soft key on Windows mobile SmartPhonesJoerg Bornemann2009-05-071-0/+15
| | * qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-8/+0
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-8/+0
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+3
| |\ \ | | |/
| | * On Windows loosing focus should result in clearing focus if widget is embedde...Denis Dzyubenko2009-05-051-1/+3
| | * Long live Qt 4.5!Lars Knoll2009-03-231-0/+3956
* | Support sending touch events (with multiple touch points) to multiple widgets...Bradley T. Hughes2009-05-041-70/+121
* | Initialize activeTouchPoints in the loop itself instead of beforeBradley T. Hughes2009-05-041-2/+4
* | Use the HWND from the Windows MSG to find which widget to send events toBradley T. Hughes2009-04-301-31/+32
* | Determine whether TouchBegin or TouchEnd should be sent at the time of touchp...Bradley T. Hughes2009-04-301-3/+6
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-291-49/+49
|\ \ | |/
| * introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-49/+49
* | Don't store activeTouchPoints in QApplicationPrivateBradley T. Hughes2009-04-291-3/+2
* | Use a widget attribute to keep track of whether or not TouchBegin has been ac...Bradley T. Hughes2009-04-291-7/+5
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-241-3/+0
|\ \ | |/
| * Remove the Direct3D engine.Gunnar Sletta2009-04-241-3/+0
* | Fix tests/manual/qtouchevent by choking mouse events even for ignored TouchUp...Bradley T. Hughes2009-04-231-2/+17
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-201-4/+1
|\ \ | |/
| * Make sure tooltips are shown properly in popups.Jan-Arve Sæther2009-04-171-4/+1
* | remove QApplicationPrivate::sendTouchEventBradley T. Hughes2009-03-261-7/+3
* | initial implementation of multitouch support on Windows 7Bradley T. Hughes2009-03-251-0/+192
|/
* Long live Qt!Lars Knoll2009-03-231-0/+3956