summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Compile on WindowsBradley T. Hughes2009-06-231-2/+2
* | | Add functions to report normalized positions in QTouchEvent::TouchPointBradley T. Hughes2009-06-231-0/+4
* | | Handle the case where TOUCHINPUT id numbers are not reusedBradley T. Hughes2009-06-191-0/+8
* | | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-14/+12
* | | 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-121-42/+42
|\ \ \ | |/ /
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-37/+37
| * | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-5/+5
* | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-11/+11
* | | another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-111-7/+8
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-081-2/+20
|\ \ \ | |/ /
| * | Fixes anti-aliased text rendering on smartphones (Windows Mobile)Thomas Hartmann2009-06-051-0/+8
| * | Fix for Qt issue #218037 - Add support for the WM_MOUSEHWHEEL message on Windowsminiak2009-06-051-2/+12
* | | Fix raw translation on WindowsBradley T. Hughes2009-06-081-5/+3
* | | Compile on Windows againBradley T. Hughes2009-06-081-35/+16
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-051-1/+5
|\ \ \ | |/ /
| * | force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
* | | Add support for touch point contact areaBradley T. Hughes2009-06-031-0/+7
* | | 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-05-291-16/+19
|\ \ \ | |/ /
| * | improved string operations all over the placeThierry Bastian2009-05-281-2/+2
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-13/+16
| |\ \ | | |/
| | * BT: fix systray balloon crash bug on Windows CEJoerg Bornemann2009-05-251-13/+16
| * | some cleanups on private exported symbolsThierry Bastian2009-05-261-1/+1
* | | Call the multitouch initialize and cleanup functions from cross-platform codeBradley T. Hughes2009-05-291-2/+0
* | | Refactor the touch event dispatching code in preparation for allowing externa...Bradley T. Hughes2009-05-281-130/+15
* | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-281-48/+14
* | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-271-25/+34
* | | Remove friends from QTouchEvent and QTouchEvent::TouchPointBradley T. Hughes2009-05-271-22/+21
* | | 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
|\ \ | |/