summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-214-25/+39
* | Simplify the soft key roles of QAction.Jason Barron2009-09-214-78/+62
* | Give the soft key functionality it's own macro.Jason Barron2009-09-211-3/+3
* | Refactor soft keys implementation.Jason Barron2009-09-2110-166/+380
* | Making Keypad Navigation more usableAlessandro Portale2009-09-193-13/+104
* | Allow forcing an empty window title.Denis Dzyubenko2009-09-181-1/+1
* | Improved a qt_x11_wait_for_window_manager.Denis Dzyubenko2009-09-181-7/+30
* | More robust implementation of qt_x11_wait_for_window_managerOlivier Goffart2009-09-181-4/+9
* | Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-181-2/+2
* | Fixed a bug in QToolTip when internal tool tips where reused.Trond Kjernaasen2009-09-171-3/+3
* | Fix regression after code reviewShane Kearns2009-09-172-3/+7
* | Fix unused variable compiler warningShane Kearns2009-09-171-1/+0
* | Enable compiling Symbian port with QT_NO_CURSORShane Kearns2009-09-175-5/+24
* | Revert "Added support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-171-1/+1
* | Don't crash on exit if the X11 clipboard owner has not been created.Bradley T. Hughes2009-09-161-1/+2
* | doc: Fixed some qdoc errors.Martin Smith2009-09-161-1/+1
* | Implemented the SAVE_TARGET in QClipboard on X11Denis Dzyubenko2009-09-163-1/+28
* | Added support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-161-1/+1
* | QCursor support for Symbian OSShane Kearns2009-09-1518-169/+1019
* | Export again qt_set_sequence_auto_mnemonicOlivier Goffart2009-09-151-1/+1