summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-156-7/+33
|\
| * Fixed filename cases to support building Qt for Symbian in LinuxMiikka Heikkinen2010-03-124-5/+5
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-122-2/+20
| |\
| | * HotFix for fluidlauncher default size caused by 6d44dadd.Janne Anttila2010-03-121-2/+19
| | * Removed compiler warning from qdesktopwidget_s60.cpp.Janne Anttila2010-03-121-0/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-111-2/+4
| |\ \ | | |/ | |/|
| | * Minisplitter doesn't paint to the bottom/rightCarlos Manuel Duclos Vergara2010-03-111-2/+4
| * | Fixed dialog resize not to move the dialog for Symbian.Janne Anttila2010-03-102-2/+7
| |/
| * Updated the QCursor docs regarding XOR'ed cursors.Trond Kjernåsen2010-03-081-1/+2
* | make it possible to use sse2 with mingwThierry Bastian2010-03-115-10/+9
* | Revert 12b6987031be9faee3886d7623888feb4e1762afMorten Johan Sørvig2010-03-091-7/+0
* | Merge remote branch 'origin/4.7' into 4.7Thiago Macieira2010-03-081-0/+2
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-081-0/+2
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-03-0812-53/+234
| | |\ \
| | * | | Fix crash on Win with 16bit screendepth when copy/pasting imagesaavit2010-03-081-0/+2
* | | | | Added two missing keys for X11Denis Dzyubenko2010-03-081-0/+2
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-073-10/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mac: non-modal native qfontdialog does not work at allRichard Moe Gustavsen2010-03-051-2/+4
| * | | | Change behavior of applicationShouldTerminate.Fabien Freling2010-03-051-8/+5
| * | | | Update the Qt focus widget on responder change.Morten Johan Sørvig2010-03-051-0/+7
| | |/ / | |/| |
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-0617-53/+235
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-051-3/+3
| |\ \
| | * | Fixed key mappings on X11Denis Dzyubenko2010-03-051-3/+3
| * | | Fix for QTBUG-6659 Parent window accepts pointer events wronglyJani Hautakangas2010-03-052-2/+7
| |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-045-1/+73
| |\ \
| | * | Dont use gestures if there is no touch screen.Denis Dzyubenko2010-03-045-1/+73
| * | | Make tablet detection work with new wacom driversThomas Zander2010-03-042-2/+10
| |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-033-9/+18
| |\ \
| | * | Removed unused macro.Adrian Constantin2010-03-031-4/+0
| | * | Fix compileJens Bache-Wiig2010-03-031-1/+0
| | * | Bug with toolbar focus on MacCarlos Manuel Duclos Vergara2010-03-032-5/+19
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-032-3/+12
| |\ \ \ | | |/ / | |/| |
| | * | Reduced S60 softkey flickering caused by softkey image support.Janne Anttila2010-03-032-3/+12
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-033-9/+16
| |\ \ \
| | * | | Fix build break in qapplication_x11.cpp.Adrian Constantin2010-03-031-0/+5
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-023-9/+11
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Allow platform specific values for the double click radius.Raino Priha2010-03-022-2/+6
| | | * | Carbon : Setting palette brush to a pixmap does not work.Carlos Manuel Duclos Vergara2010-03-021-7/+5
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-031-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | QSound OSX; Fix memory leak.Justin McPherson2010-03-031-0/+1
| | |/ /
| * | | Re-applied a fix which get lost during softkey refactoring.Janne Anttila2010-03-021-1/+6
| |/ /
| * | handle WM_GESTURE events on WinCE, only if QT_WINCE_GESTURES is definedJoerg Bornemann2010-03-011-0/+2
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-011-1/+8
| |\ \
| | * | fix qt_wince_is_windows_mobile_65()Joerg Bornemann2010-03-011-1/+8
| * | | Added orientation change support for show/showNormal widgets in S60.Janne Anttila2010-03-011-0/+10
| * | | Added fullscreen support to softkeys in Symbian.Janne Anttila2010-03-013-18/+58
| |/ /
| * | Crash when dragging an empty URL-list.Prasanth Ullattil2010-02-261-3/+7
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-261-5/+8
| |\ \
| | * | ActiveQt Internet Explorer component causes Desktop Icons to flicker.Prasanth Ullattil2010-02-261-5/+8
* | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-03-0413-76/+242
|\ \ \ \