summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicIain2009-05-1111-39/+31
|\
| * Make autoSipOnMouseFocus non-static.axis2009-05-111-3/+2
| * Small doc update.axis2009-05-111-0/+2
| * Make autoSipEnabled available on all platforms.axis2009-05-113-8/+10
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-05-1134-1446/+2090
| |\
| * | Fixed namespace issues, now works on Symbian under namespaceJanne Koskinen2009-05-119-28/+17
* | | A better way of getting the screen's colour depthIain2009-05-111-21/+2
| |/ |/|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-1112-190/+250
|\ \
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-082-13/+14
| * | handle the back soft key on Windows mobile SmartPhonesJoerg Bornemann2009-05-071-0/+15
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-074-119/+131
| * | Fix strange context menu related bug on Windows MobileThomas Hartmann2009-05-071-2/+7
| * | Crash in QWidget::render when passing an untransformed QPixmap painter.Bjoern Erik Nilsen2009-05-061-1/+1
| * | Optimize QCocoaView::registerDragTypes and mode switching in QtCreator.Morten Sørvig2009-05-063-8/+17
| * | QComboBox: Click-drag-release does not work for combo boxes using CocoaRichard Moe Gustavsen2009-05-061-4/+19
| * | Mac OS X QWidget::setMinimumSize locks.Richard Moe Gustavsen2009-05-062-43/+46
* | | Moving the handling code for HandleCommandL fromAlessandro Portale2009-05-072-0/+17
| | |
| \ \
*-. \ \ Merge branches 'virtualKeyboardAPI' and 'imHintsForS60'axis2009-05-066-1/+112
|\ \ \ \
| * | | | Improved the docs a bit.axis2009-05-061-0/+2
| |/ / /
| * | | Clarified the docs a bit.axis2009-05-061-1/+1
| * | | Split ImhNumbersOnly into DigitsOnly and FormattedNumbersOnly.axis2009-05-061-2/+2
| * | | Small optimization to input context update.axis2009-05-051-3/+5
| * | | Updated to slightly better docs.axis2009-05-041-1/+4
| * | | Make sure to update input context after switching input method hints.axis2009-05-041-0/+4
| * | | Added inputMethodHints API.axis2009-05-043-1/+38
| * | | Close the input panel when focusing a non-inputmethods aware widget.axis2009-05-041-0/+10
| * | | Added QApplication::autoSipOnMouseFocus.axis2009-05-043-0/+39
| * | | Added an event to request and close software input panel.axis2009-05-041-0/+14
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-0610-50/+106
|\ \ \ \ | | |/ / | |/| |
| * | | Make command-quit not terminate the program on Qt/Cocoa.Morten Sørvig2009-05-051-3/+6
| * | | On Windows loosing focus should result in clearing focus if widget is embedde...Denis Dzyubenko2009-05-051-1/+3
| * | | Added a check that X11 timestamp goes forward only.Denis Dzyubenko2009-05-041-15/+20
| * | | Ensure that we send the Apple Events even when Cocoa isn't ready.Norwegian Rock Cat2009-05-042-11/+23
| * | | Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip.Bjoern Erik Nilsen2009-04-291-2/+7
| * | | Corrected description of the QLayout::takeAt() functionMorten Engvoldsen2009-04-291-1/+1
| * | | Don't send extra events when using the scroll wheel in CocoaNorwegian Rock Cat2009-04-281-2/+2
| * | | Cocoa: qwidget auto test fails (windowMoveResize)Richard Moe Gustavsen2009-04-282-11/+31
| * | | Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent.Bjoern Erik Nilsen2009-04-272-0/+2
| * | | Document what QWidget::winId() returns on Mac OS X.Norwegian Rock Cat2009-04-271-0/+4
| * | | Sometimes wrong clipping in QWidget::render() when passing a device orBjoern Erik Nilsen2009-04-241-4/+7
* | | | Some code cleanups after review.Jason Barron2009-04-291-3/+3
* | | | Undo implementation of setWindowOpacity_sys().Jason Barron2009-04-291-4/+2
* | | | Fixes crash when setting geometry on an obscured window.Jason Barron2009-04-291-1/+1
* | | | More work on translucent windows.Jason Barron2009-04-282-3/+6
* | | | Fixes: Add support for translucent windows in Symbian.Jason Barron2009-04-285-2/+47
* | | | We previously had some hacks in this function to avoid creating aJason Barron2009-04-281-2/+4
* | | | Fix background painting.Jason Barron2009-04-281-7/+5
| |/ / |/| |
* | | Enable dynamic [de|con]struction of window surfaces based on visibilityJason Barron2009-04-282-13/+29
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-2723-1200/+1538
|\ \ \ | |/ / | | / | |/ |/|
| * Drag and drop examples not working correctly in CocoaPrasanth Ullattil2009-04-243-27/+62