summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-112-9/+9
| * | Clean up qwidget_p.h since the last changeOlivier Goffart2009-06-111-8/+6
| * | removed superflous indirection (ie. using q->..) instead of using theThierry Bastian2009-06-101-2/+2
* | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-115-141/+239
* | | another API review round: change Q*TouchEvent size() functions to return rect...Bradley T. Hughes2009-06-114-15/+17
* | | rename Qt::WA_AcceptedTouchBeginEvent to Qt::WA_WState_AcceptedTouchBeginEventBradley T. Hughes2009-06-111-3/+5
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-106-12/+146
|\ \ \ | |/ /
| * | small code cleanup that improves some loopsThierry Bastian2009-06-102-10/+19
| * | Implemented the NET_WM_SYNC protocol on X11.Denis Dzyubenko2009-06-094-2/+127
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-088-25/+67
|\ \ \ | |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-06-081-1/+2
| |\ \
| | * | Fix GDI object leak.Prasanth Ullattil2009-06-081-1/+2
| * | | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-081-5/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus e...jasplin2009-06-051-4/+1
| | * Example MDI: keybord focus not working correctly!Richard Moe Gustavsen2009-06-051-1/+7
| * | Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-083-5/+5
| * | Revert two of my commits, restoring the original fix for focus handling.Denis Dzyubenko2009-06-051-12/+4
| * | Fixes anti-aliased text rendering on smartphones (Windows Mobile)Thomas Hartmann2009-06-051-0/+8
| * | Add a callback so Qt updates its color stuff when the profile changes.Norwegian Rock Cat2009-06-051-0/+28
| * | 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
* | | set the start and last global positions when translating "raw" touch eventsBradley T. Hughes2009-06-081-2/+11
* | | Compile on Windows againBradley T. Hughes2009-06-082-36/+17
* | | Some API changes after an API review roundBradley T. Hughes2009-06-055-125/+179
* | | 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-057-10/+31
|\ \ \ | |/ /
| * | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-042-2/+2
| * | add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-041-0/+4
| * | force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
| * | Revert "Avoid a crash when setting a focus in a widget hierarchy containing"Denis Dzyubenko2009-06-021-3/+2
| * | Merge branch '4.5'Denis Dzyubenko2009-06-022-3/+7
| |\ \ | | |/
| | * Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
| | * BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
| * | Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-021-1/+10
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-022-5/+6
| |\ \ | | |/
| | * Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| | * Remove unused variable.Alexis Menard2009-05-291-1/+0
| | * Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
* | | 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
| |\ \ | | |/