summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Add QTouchEvent::DeviceType and deviceType()Bradley T. Hughes2009-06-247-29/+82
|/ / /
* | | Compile on WindowsBradley T. Hughes2009-06-231-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-06-231-1/+6
|\ \ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-06-231-6/+2
| |\ \ \
| * | | | Set the pressure automatically if not set by the touch implementationBradley T. Hughes2009-06-231-1/+6
* | | | | Add functions to report normalized positions in QTouchEvent::TouchPointBradley T. Hughes2009-06-235-2/+72
| |/ / / |/| | |
* | | | Compile with arm-linux-g++ 4.2.1 in scratchboxBradley T. Hughes2009-06-231-6/+2
|/ / /
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-231-21/+27
|\ \ \ | |/ /
| * | QApplication: Reduce number of kdeglobals file loadsMarkus Goetz2009-06-221-21/+27
* | | Fix qdoc warnings for QTouchEventBradley T. Hughes2009-06-222-6/+5
* | | Multitouch, Cocoa: Added Qt::WA_TouchPadAcceptSingleTouchEventsRichard Moe Gustavsen2009-06-223-24/+28
* | | Multitouch, Cocoa: clean up the code a bitRichard Moe Gustavsen2009-06-221-12/+4
* | | Multitouch, Cocoa: Mask mouse hover from the touch setRichard Moe Gustavsen2009-06-223-80/+88
* | | Handle the case where TOUCHINPUT id numbers are not reusedBradley T. Hughes2009-06-191-0/+8
* | | Compile on Windows againBradley T. Hughes2009-06-191-4/+2
* | | Multitouch, Cocoa: First revision of multi touch in Qt/CocoaRichard Moe Gustavsen2009-06-197-12/+410
* | | Make sure QTouchEvent::TouchPoint::rect() returns the proper rect...Bradley T. Hughes2009-06-181-1/+1
* | | 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