summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-163-70/+109
|\
| * Merge commit 'origin/4.5' into origin/4.6Olivier Goffart2009-10-151-11/+11
| |\
| | * Fix a crash in cocoa when a QMessageBox is destroyed from dropEvent()Prasanth Ullattil2009-10-121-11/+11
| * | Made Mac Cocoa use the input method hints when deciding on IM.axis2009-10-151-1/+4
| * | Fix pointer grab issues in S60Shane Kearns2009-10-151-56/+88
| * | fix compilation with namespaceshjk2009-10-151-2/+6
* | | Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-1535-1256/+2507
|\ \ \ | |/ /
| * | qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-151-3/+0
| * | Cocoa: QInputDialog autotest reveals event dispatcher bugRichard Moe Gustavsen2009-10-141-8/+13
| * | Modified QSymbianControl::setFocusSafely to set last focused controlGareth Stockwell2009-10-131-1/+2
| * | crash fix on WinCE without gesture supportMaurice Kalinowski2009-10-131-3/+6
| * | Mac: small bugfix to the mac gesture implementationRichard Moe Gustavsen2009-10-131-0/+6
| * | Fixed the QKeyEvent::nativeModifiers() call.axis2009-10-131-1/+1
| * | Mac: small code fix-up for the gesture commit 5 min ago.Richard Moe Gustavsen2009-10-131-2/+5
| * | Mac: implement gestures conforming to the new APIRichard Moe Gustavsen2009-10-136-17/+392
| * | Carbon: QApplication auto test shows bug in event dispatcherRichard Moe Gustavsen2009-10-131-1/+1
| * | Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-133-9/+7
| * | Remove heuristic mask from S60 cursor to match other platformsShane Kearns2009-10-131-12/+12
| * | Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-133-7/+9
| * | Doc: Gesture API documentation review.David Boddie2009-10-124-73/+118
| * | Fix default action in s60 drag'n'drop managerShane Kearns2009-10-121-2/+2
| * | Added documentation for the Gesture API.Denis Dzyubenko2009-10-126-25/+229
| * | Added support for singleshot gestures.Denis Dzyubenko2009-10-121-2/+4
| * | Fix for qapplication::testDeleteLaterProcessEvents autotest in Symbian.Janne Anttila2009-10-122-4/+5
| * | Compile fix after the latest change to gesture api.Denis Dzyubenko2009-10-121-8/+1
| * | Fixed warnings autotest.Denis Dzyubenko2009-10-121-1/+1
| * | Removed the QGesture contructor that we don't really need.Denis Dzyubenko2009-10-122-9/+9
| * | A new implementation of the Gesture API.Denis Dzyubenko2009-10-0923-1217/+1740
| * | Workaround for softkeys not working in modal dialogs on S60 5.0Shane Kearns2009-10-091-0/+1
| * | Fixed doc for softkeys in the qwidget doc.Denis Dzyubenko2009-10-091-2/+1
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-10-081-2/+2
| |\ \ | | |/
| | * ignore invalid WM_KEYDOWN messages on WindowsJoerg Bornemann2009-10-071-2/+2
| * | Remove incorrect optimisation in S60 widget / control stack syncShane Kearns2009-10-081-3/+8
| * | Carbon: better wheel acceleration patchRichard Moe Gustavsen2009-10-081-4/+22
| * | Fix compile errors on mingw (The version supplied with Qt 4.5)Prasanth Ullattil2009-10-081-1/+4
| * | Let the platform plugin decide on the click policy on itemviewOlivier Goffart2009-10-081-1/+1
| * | QGuiPlatformPlugin: QFileIconProvider and QIcon backend.Olivier Goffart2009-10-072-3/+71
* | | When reparenting native widget, delayed deletion of Symbian controlGareth Stockwell2009-10-155-1/+28
* | | Modified QSymbianControl::setFocusSafely to set last focused controlGareth Stockwell2009-10-131-1/+2
* | | Added a new event type, WinIdChange.Gareth Stockwell2009-10-091-2/+14
* | | Modified reparenting to correctly deal with native child widgetsGareth Stockwell2009-10-092-23/+48
|/ /
* | Fix compile error on Symbian platformShane Kearns2009-10-071-0/+1
* | Fixing warnings on GCC... (III)João Abecasis2009-10-071-2/+1
* | Fix compilation with -pedanticDavid Faure2009-10-071-1/+1
* | Integrate the GuiPlatformPlugin interfaceOlivier Goffart2009-10-078-83/+399
* | Add support for XFCE desktop integrationJens Bache-Wiig2009-10-061-2/+7
* | Fixing Keypad Navigation on N95 devicesAlessandro Portale2009-10-051-1/+6
* | Fixed pixeldust in translucent toplevel proxy widgets on MacGunnar Sletta2009-10-051-2/+3
* | Fix whatsThis breakage when using custom style sheet fontJens Bache-Wiig2009-09-141-1/+1
* | Fix uninitialized read in QFormLayoutPrivate::setupVerticalLayoutData()Andreas Kling2009-10-051-1/+1