summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-204-11/+38
|\
| * Fix a crash where QCocoaWindow get events after its widget is deadNorwegian Rock Cat2009-05-202-5/+19
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-182-2/+2
| * Prevent a crash with brushed metal windows and a qApp style sheetNorwegian Rock Cat2009-05-181-4/+17
* | fixed bug where pointer down outside modal dialog causes access violationJanne Koskinen2009-05-192-15/+26
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-184-22/+12
|\ \ | |/
| * Cocoa: Window flickers when resized with a QTabWidgetRichard Moe Gustavsen2009-05-151-2/+2
| * Fixed regression that prevented any widget from having focus when graphics vi...jasplin2009-05-141-4/+2
| * Sheets misbehaviour on Carbon - Mac OS XRichard Moe Gustavsen2009-05-141-10/+0
| * Fixed bug with Qt::WidgetWithChildren shortcut context in QGraphicsWidget.jasplin2009-05-121-0/+1
| * Explaining details in QKeyEvent consruktor signatureMorten Engvoldsen2009-05-111-6/+7
* | Fixed autoSipEnabled default value on non-WinCE platforms.axis2009-05-121-1/+5
* | 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