summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | More culling of Panther Code.Norwegian Rock Cat2009-06-234-192/+110
| | * | | Clean up the font hash and palette hash stuff.Norwegian Rock Cat2009-06-233-9/+10
| | * | | Scroll the dirty parts of the scroll area in scrollby for Cocoa.Norwegian Rock Cat2009-06-231-14/+3
| | * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-236-18/+50
| | |\ \ \ | | | |/ /
| | | * | Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-236-18/+50
| | * | | Fixed build error on X11 with gcc 4.1.2.jasplin2009-06-231-6/+6
| * | | | Multi-touch, Cocoa: Make sure that touch points are ordered.Richard Moe Gustavsen2009-06-241-7/+7
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-06-243-7/+7
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-06-242-6/+6
| | |\ \ \ \
| | | * | | | Multitouch, Cocoa: Implement normalized positionRichard Moe Gustavsen2009-06-232-6/+6
| | * | | | | Fix pressure "emulation"Bradley T. Hughes2009-06-241-1/+1
| | |/ / / /
| * | | | | 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
| * | | | 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
| |\ \ \ \