summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-256-4/+71
|\
| * Cache scene coordinates of a hotspot in a QGesture.Denis Dzyubenko2010-02-242-1/+2
| * Prevent stale QWidget pointers in QCocoaViewMorten Johan Sørvig2010-02-234-3/+69
* | Fix seg-fault when no X11 desktop environment is presentTom Cooksey2010-02-241-23/+53
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-232-3/+4
|\ \ | |/ |/|
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2Gunnar Sletta2010-02-231-1/+1
| |\
| | * Imporve win64 support for mingwThierry Bastian2010-02-221-1/+1
| * | Fix GL viewports under -graphicssystem raster.Gunnar Sletta2010-02-231-2/+3
| |/
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-232-90/+31
|\ \
| * | clean up x11 desktop detectionOswald Buddenhagen2010-02-222-90/+31
| |/
* | Cocoa: Sheets loose their opacity on 2nd showRichard Moe Gustavsen2010-02-231-2/+3
* | Cocoa: Fix build with namespaceRichard Moe Gustavsen2010-02-222-2/+1
* | Cocoa: namespace build fixRichard Moe Gustavsen2010-02-221-1/+2
* | Merge branch 'master' of git:qt/qtThiago Macieira2010-02-213-17/+22
|\ \ | |/
| * Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-1/+5
| |\
| * \ Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-191-7/+5
| |\ \
| | * | Simplify code, fix a compiler warning... profit!João Abecasis2010-02-181-7/+5
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-181-1/+1
| | |\ \
| | | * | Fix undefined sequence point compiler warningDirk Mueller2010-02-171-1/+1
| * | | | Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-182-10/+9
| |\ \ \ \ | | |/ / /
| | * | | Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-172-10/+9
| | |/ /
| * | | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-1812-58/+190
| |\ \ \
| * \ \ \ Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-0/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-121-0/+8
| | |\ \ \
| | | * | | Compile fix on Mac with 10.5 sdk.Denis Dzyubenko2010-02-121-1/+1
| | | * | | Ignore touch and gesture events when excluding input eventsDenis Dzyubenko2010-02-121-0/+8
* | | | | | Merge remote branch 'origin/master'Thiago Macieira2010-02-201-1/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1812-58/+190
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-1/+5
| | |/ / / | |/| | |
* | | | | Cocoa: calling QEventLoop::exec from mouse up causes problemRichard Moe Gustavsen2010-02-191-0/+1
* | | | | Cocoa: event dispatcher eats mouse eventsRichard Moe Gustavsen2010-02-191-39/+35
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Fabien Freling2010-02-194-39/+41
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Compile.Morten Johan Sørvig2010-02-183-2/+2
| * | | | Mac: QSystemTrayIcon::DoubleClick and midmouse not workingRichard Moe Gustavsen2010-02-173-15/+16
| * | | | Incorrect mouse coordinates used when compressing WM_MOUSEMOVE messages.Prasanth Ullattil2010-02-171-1/+4
| * | | | Reusing sheets on Mac OS X 10.5 & above shows painting artifacts.Prasanth Ullattil2010-02-161-0/+2
| * | | | Mac: submenu shows up at the wrong positionRichard Moe Gustavsen2010-02-151-23/+19
* | | | | Fix an issue about double-click on Mac OS X.Fabien Freling2010-02-191-1/+1
|/ / / /
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1311-19/+149
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1311-19/+149
| |\ \ \
| | * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Fabien Freling2010-02-1226-190/+388
| | |\ \ \
| | | * | | Wrong cursor shown by the parent window after setOverrideCursor().Prasanth Ullattil2010-02-111-0/+11
| | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-109-18/+129
| | | |\ \ \
| | | | * | | Cocoa: Implement our own NSApplication subclassRichard Moe Gustavsen2010-02-106-48/+89
| | | | * | | Cocoa: Menu in menubar stays highlightedRichard Moe Gustavsen2010-02-106-2/+72
| | * | | | | Fix QRegion under Mac OS X.Fabien Freling2010-02-121-1/+9
* | | | | | | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-131-2/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Enabled searching of IM plugins on Symbian.axis2010-02-121-2/+12
| | |/ / / / | |/| | | |
* | | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-133-11/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix to S60 softkeys when no active Qt window or native widget is shown.Janne Anttila2010-02-123-11/+8
| | |_|_|/ | |/| | |