summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-181-61/+67
|\
| * Fixes: Tablet not sending mouse release events.Thomas Zander2009-06-171-61/+67
* | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-188-93/+76
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-17151-309/+309
|\ \ | |/
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-16151-309/+309
| |\
| | * Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-161-3/+3
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-16151-302/+302
| | * Rename nsCursorForQCursor -> qt_mac_nsCursorForQCursor.Morten Sørvig2009-06-154-4/+4
* | | Compile after botched mergeBradley T. Hughes2009-06-161-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-164-19/+6
|\ \ \ | |/ /
| * | Fix for resetting DESKTOP_STARTUP_ID envvar.Denis Dzyubenko2009-06-162-16/+3
| * | doc: Fixed several qdoc errors.Martin Smith2009-06-161-1/+1
| * | Fixed compile of Qt/Embedded.Rohan McGovern2009-06-131-2/+2
| * | Improved resetting the DESKTOP_STARTUP_ID envvar on X11Denis Dzyubenko2009-06-122-6/+23
| * | Integrating QProxyStyleJens Bache-Wiig2009-06-123-74/+87
| * | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-124-12/+20
| |\ \ | | |/
| | * Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-112-8/+14
| | * Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-111-2/+2
| | * Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-101-2/+4
| * | QMenu, QMenuBar: small cleanupThierry Bastian2009-06-121-1/+0
| * | Make repeated calls to QToolTip::hideText() still hide the textmae2009-06-121-8/+13
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-2/+2
* | | Fix memory leak when detaching QTouchEventTouchPointPrivateBradley T. Hughes2009-06-151-0/+2
* | | Make QTouchEvent::TouchPoint scene coordinate functions return screen coordin...Bradley T. Hughes2009-06-151-0/+5
* | | use char[] instead of QBitArray to pass to ioctlBradley T. Hughes2009-06-151-7/+14
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-06-152-7/+4
|\ \ \
| * | | All events should be filtered through the gesture manager.Denis Dzyubenko2009-06-151-5/+1
| * | | Set the gesture manager state before sending an eventDenis Dzyubenko2009-06-151-2/+3
* | | | EV_CNT and ABS_CNT aren't available everywhere, use *_MAX + 1 insteadBradley T. Hughes2009-06-151-2/+2
|/ / /
* | | Merge of masterBradley T. Hughes2009-06-159-104/+144
* | | Add multitouch support for the RX-71 deviceBradley T. Hughes2009-06-153-0/+297
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-129-96/+92
|\ \ \ | |/ /
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-118-77/+75
| * | 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