summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix bug with posting events from HandleCommandL on Symbian.Jason Barron2009-09-291-0/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-292-0/+25
| |\ \
| * | | fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-291-1/+1
* | | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-299-68/+196
|\ \ \ \ | | |/ / | |/| |
| * | | Add the -testability option to Qt applications.Petri Kiiskinen2009-09-292-0/+25
| |/ /
| * | Mac: Fix build failure on tigerRichard Moe Gustavsen2009-09-291-0/+11
| * | Update docs for softkeys to match new API and implementation.Jason Barron2009-09-291-16/+18
| * | Add a more proper shutdown sequence for Symbian applications.Jason Barron2009-09-291-3/+9
| * | doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-0/+4
| * | QWheelEvent not working on Cocoa 64BitPrasanth Ullattil2009-09-281-3/+3
| * | Triggering softkey action for disbled widget causes a crash.Sami Merilä2009-09-281-2/+5
| * | Fixed unwanted recursion when calling openGLVersionFlags().Kim Motoyoshi Kalland2009-09-281-1/+2
| * | QEventLoop::ExcludeUserInputEvents should not allow the user to close the windowBradley T. Hughes2009-09-282-2/+2
| * | Make sure the correct soft key is triggered.Jason Barron2009-09-281-3/+9
| * | Fix app showing a blank screen after switching to it using task switcherShane Kearns2009-09-251-9/+10
| * | Mac, Carbon: add support for device pixel scrolling (wheel event)Richard Moe Gustavsen2009-09-251-20/+62
| * | Mac, Cocoa: add support for device pixel scrolling (wheel event)Richard Moe Gustavsen2009-09-251-10/+25
| * | Change the way we handle KeyboardUIMode on MacBenjamin Poulain2009-09-251-4/+16
* | | Removed trace statements from QtGuiGareth Stockwell2009-09-282-252/+9
* | | Removed calls to CCoeControl::DrawNow from QWidgetPrivate::setWSGeometryGareth Stockwell2009-09-281-30/+7
* | | Fixed logical error in QSymbianControl::DrawGareth Stockwell2009-09-281-4/+4
* | | Implemented QWidget::mapFromGlobal, QWidget::mapToGlobal, for case where chil...Gareth Stockwell2009-09-281-5/+8
* | | Revert "Revert all GUI changes from the MMF work."Frans Englich2009-09-284-67/+475
|/ /
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-241-1/+1
|\ \ | |/
| * Calling raise() on a hidden windows makes it visible on Cocoa.Prasanth Ullattil2009-09-231-1/+1
* | Compile fix for platforms prior to Symbian^3.Jason Barron2009-09-233-0/+10
* | Merge branch 's60MainHelperClasses' into 4.6axis2009-09-233-2/+57
|\ \
| * | Corrected typo.axis2009-09-231-1/+1
| * | Added support for using custom application objects on S60.axis2009-09-233-1/+56
* | | Implement advanced pointer handling on S60Bradley T. Hughes2009-09-233-2/+80
* | | Implement Qt::WA_AcceptTouchEvents on S60Bradley T. Hughes2009-09-233-1/+14
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-232-6/+12
|\ \ \
| * | | Fixed background gradients in ObjectBoundingModeGunnar Sletta2009-09-221-2/+8
| |/ /
| * | Saved some space by using bitfields instead of bools.axis2009-09-221-4/+4
* | | Fix compile error in MEDIA_SERVER code.Jason McDonald2009-09-231-1/+1
|/ /
* | Fixes some warning in headersOlivier Goffart2009-09-221-4/+4
* | * QPixmap: Add toWinHICON() & fromWinHICON() methodminiak2009-09-221-35/+1
* | Remove key accelerators from Softkeys and Menus in S60.Sami Merilä2009-09-221-2/+4
* | Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-221-1/+1
* | Revert "Resubmit support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-211-1/+1
* | The firstTimeObserver is not released if the event loop is never runBenjamin Poulain2009-09-212-8/+11
* | Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-211-1/+1
* | Doc: Indicated that press and release events occur with double clicks.David Boddie2009-09-211-5/+7
* | Doc: Tidied up the QDesktopWidget documentation.David Boddie2009-09-211-28/+47
* | qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-212-10/+20
* | On Mac, the posted events are processed on the first time in the loopBenjamin Poulain2009-09-212-2/+32
* | Compile fix for non-Symbian.Alessandro Portale2009-09-211-1/+1
* | Get menubars working again with new softkey API.Jason Barron2009-09-211-1/+3
* | Introduce MenuSoftKey as a standard key to the internal enum.Jason Barron2009-09-212-0/+5
* | Introduce a d-pointer to QSoftKeyManager.Jason Barron2009-09-212-18/+31