summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers.Bradley T. Hughes2009-12-112-5/+29
* Document QTextEncoder::fromUnicode as QT3 support memberAnders Ahlen2009-12-111-1/+1
* Install private headers when configuring Qt with -developer-build.Rohan McGovern2009-12-111-0/+6
* Ensure that QProcessEnvironment::operator== doesn't crashThiago Macieira2009-12-101-1/+2
* Fix compilation if QT_NO_DATESTRING is defined.Thiago Macieira2009-12-101-0/+3
* Fix compilation: private headers must be #included with ""Thiago Macieira2009-12-1012-13/+13
* Use realpath() only on systems we know it works on.Denis Dzyubenko2009-12-091-1/+1
* Merge commit 'origin/4.6' into 4.6-upstreamBradley T. Hughes2009-12-098-68/+126
|\
| * Mixed up top/bottomRobert Griebl2009-12-091-1/+1
| * Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-082-6/+2
| |\
| | * Fixed uninitialized background artifacts in QWidget::render.Donald Carr2009-12-081-1/+1
| | * Fixed searching and copy/paste from PDF documents.axis2009-12-081-1/+1
| * | QGtkStyle: support for the inner-border property in GtkButtonsRobert Griebl2009-12-083-0/+20
| * | Compile with -no-exceptions on Mac.Morten Johan Sørvig2009-12-081-2/+16
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Morten Johan Sørvig2009-12-0884-616/+1195
| |\ \
| | * | Compile on Windows CE.Bradley T. Hughes2009-12-081-0/+13
| | * | Add support for the Selected QIcon::Mode when rendering the systray icon (Mac)Jono Cole2009-12-071-0/+28
| | * | Cannot drag scrollbars in a QPlainTextEdit on Cocoa.Prasanth Ullattil2009-12-071-66/+46
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Morten Johan Sørvig2009-12-023-14/+9
| |\ \ \
| * \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Morten Johan Sørvig2009-12-01138-1278/+1859
| |\ \ \ \
| * | | | | Doc: Document QSystemTrayIcon::showMessage() Mac behavior.Morten Johan Sørvig2009-11-201-0/+3
* | | | | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-0940-546/+1385
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Eskil Abrahamsen Blomfeldt2009-12-087-9/+22
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-12-083-1/+10
| | |\ \ \ \ \ \
| | | * | | | | | Minor fixes to softkey dimming support (commit 245c9cc0).Janne Anttila2009-12-082-1/+6
| | | * | | | | | FEP returns the wrong foreground color in GetFormatOfFepInlineTextSami Merilä2009-12-071-0/+4
| | * | | | | | | Doc: Explicitly mention that QWidget/QGraphicsItem takes ownership of effects.Bjørn Erik Nilsen2009-12-082-0/+4
| | * | | | | | | Remove id property from QGraphicsObjectAlan Alpert2009-12-082-8/+0
| | * | | | | | | Fix GL_BGRA formats under OpenGL/ES systemsRhys Weatherley2009-12-081-0/+8
| * | | | | | | | Fix possible off-by-one inconsistency against system look and feel whenEskil Abrahamsen Blomfeldt2009-12-081-1/+1
| |/ / / / / / /
| * | | | | | | Compilation fixThierry Bastian2009-12-071-0/+1
| * | | | | | | Assert in designer while drag & dropping items from a QListWidgetGabriel de Dietrich2009-12-071-1/+2
| * | | | | | | Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QW...Yoann Lopes2009-12-075-28/+13
| * | | | | | | Fix the toolbars dockingThierry Bastian2009-12-071-5/+10
| |/ / / / / /
| * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-12-075-40/+93
| |\ \ \ \ \ \
| | * | | | | | Added dimming support for disabled softkeys in Symbian.Janne Anttila2009-12-072-2/+31
| | * | | | | | Button and LineEdit/TextEdit theme colors are incorrectSami Merilä2009-12-041-2/+4
| | * | | | | | QS60Style: Overwrites correct stylehint color valuesSami Merilä2009-12-041-4/+3
| | * | | | | | Switched S60 QDesktopServices implementation to CDocumentHandler based.Janne Anttila2009-12-041-23/+49
| | * | | | | | Fixed "...QString::QString(const char *)... is deprecated" warning.Janne Anttila2009-12-031-1/+1
| | * | | | | | Unnecessary symbian version checks in sqldrivers.proJouni Hiltunen2009-12-031-3/+1
| | * | | | | | QS60Style: Always store changed theme paletteSami Merilä2009-12-031-5/+4
| * | | | | | | Detect GL2 paint engine based on fragment shaders, not programsRhys Weatherley2009-12-072-3/+7
| * | | | | | | Automatically destroy VG pixmaps when the last window surface goes awayRhys Weatherley2009-12-064-29/+169
| * | | | | | | Compressed texture binding for QtOpenGL: ETC1 and PVRTCRhys Weatherley2009-12-065-118/+461
| * | | | | | | Fix WA_TranslucentBackground for QGLWidgets on X11/EGLTom Cooksey2009-12-041-45/+73
| * | | | | | | Add EGL_BUFFER_SIZE to QEglProperties::reduceConfiguration()Tom Cooksey2009-12-041-0/+9
| * | | | | | | Fixes problem with QMenu when it's populated on the aboutToShowPierre Rossi2009-12-044-31/+42
| * | | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-0443-136/+464
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms.Samuel Rødal2009-12-043-14/+36