summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-30167-707/+5378
|\
| * Fixed compile with Windows CE 5.Rohan McGovern2009-06-291-0/+4
| * Fix license headers after multitouch+gestures merge.Jason McDonald2009-06-2913-65/+65
| * Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-2915-43/+43
| * Merge branch '4.5'Thiago Macieira2009-06-281-2/+2
| |\
| | * Fix painting errors in QScrollArea on Mac (Carbon)Morten Sørvig2009-06-261-2/+2
| * | Fixed compile on Unix.Rohan McGovern2009-06-271-0/+1
| * | Compile on WinCEBradley T. Hughes2009-06-261-6/+8
| * | Cleanup includes in public headers.Bradley T. Hughes2009-06-265-4/+4
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-262-4/+22
| |\ \
| | * | Improved support for DPI on Mac and Vista/7Jens Bache-Wiig2009-06-251-0/+9
| | * | Only instantiate the PICT pasteboard MIME when we have to.Norwegian Rock Cat2009-06-251-1/+6
| | * | Cannot move fixed size windows using titlebar (only on top edge)Prasanth Ullattil2009-06-251-3/+7
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-2414-235/+179
| |\ \ \ | | |/ /
| | * | 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