summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (OCI) Fixes problem with clobs being handled as binaryBill King2009-12-171-2/+2
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Bill King2009-12-171-0/+12
|\
| * Disable depth testing during the 2D QGLWidget::renderText()Rhys Weatherley2009-12-171-0/+12
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Bill King2009-12-171-11/+0
|\ \ | |/
| * Fix moc generated code with dummy Q_PROPERTYOlivier Goffart2009-12-161-11/+0
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Bill King2009-12-1628-794/+1149
|\ \ | |/
| * Fix EGL surface leaks when re-parenting QGLWidget on X11/EGLTom Cooksey2009-12-154-13/+28
| * Fix QGLWidgets created with an alpha channel on X11/EGLTom Cooksey2009-12-151-1/+1
| * Add QT_DEBUG_X11_VISUAL_SELECTION to aid debugging X11/EGLTom Cooksey2009-12-151-15/+31
| * Attempt at fixing compilation on Symbian.Samuel Rødal2009-12-151-88/+83
| * Got rid of unused variable compiler warning.Samuel Rødal2009-12-151-2/+0
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Eskil Abrahamsen Blomfeldt2009-12-1558-884/+1376
| |\
| | * Clicking on a selected item wouldn't reset the selection anymore.Gabriel de Dietrich2009-12-152-3/+7
| | * Add an image allocation pool to the OpenVG paint engineRhys Weatherley2009-12-158-53/+479
| | * Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-1433-101/+252
| | |\
| | * | Fix QMetaObject::connect and disconnect with "dynamic signals"Olivier Goffart2009-12-142-20/+24
| | * | Optimized blur / drop shadow effects for the GL 2 paint engine.Samuel Rødal2009-12-148-614/+237
| | * | Fixed bug in graphics effects caching of graphics item hierarchies.Samuel Rødal2009-12-141-2/+9
| | * | Added InvalidateReason to invalidateCache to optimize effectsSamuel Rødal2009-12-143-6/+22
| | * | Fixed bug in QGraphicsPixmapItem shortcut for graphics effects.Samuel Rødal2009-12-141-1/+4
| | * | Optimize QGraphicsItemEffectSourcePrivate::pixmap() for QGraphicsPixmapItems.Samuel Rødal2009-12-141-7/+11
| | * | Improved raster blur implementation.Samuel Rødal2009-12-141-59/+299
| * | | Fix vertical text centering on Mac OS XEskil Abrahamsen Blomfeldt2009-12-151-2/+6
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-12-152-6/+6
|\ \ \ \
| * | | | def file maintenance.Rohan McGovern2009-12-151-5/+5
| * | | | def file maintenance.Rohan McGovern2009-12-151-1/+1
* | | | | (ODBC) Fixes segfault when error string is larger than 256 chars.Bill King2009-12-151-6/+17
|/ / / /
* | | | Fixed compile for S60 (.def file updates).Rohan McGovern2009-12-151-45/+47
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Justin McPherson2009-12-1458-813/+912
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-1456-811/+865
| |\ \ \ | | | |/ | | |/|
| | * | Determine QPrinterInfo's supportedPaperSizes on demand.David Faure2009-12-141-21/+29
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-141-2/+2
| | |\ \
| | | * | Fix warning in public headerOlivier Goffart2009-12-141-2/+2
| | | |/
| | * | Added vg to the performance section of the QPainter docsGunnar Sletta2009-12-141-0/+6
| | |/
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-147-13/+81
| | |\
| | | * Fixes cursor blinking in the QComboBox when it becomes editable while having ...Olivier Goffart2009-12-111-0/+10
| | | * Itemviews: we needed to call ensurePolishedwhen asking for sizehintsThierry Bastian2009-12-112-0/+5
| | | * Fixes Graphicsitem transformation problems when grouping/ungrouping.Yoann Lopes2009-12-111-2/+44
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-12-113-4/+88
| | | |\
| | | | * Fixed invalid read in QCache::unlink after recent change.Samuel Rødal2009-12-111-1/+2
| | | * | Add a simple check for a common wrong usage to avoid infinite recursionJan-Arve Sæther2009-12-112-10/+20
| | * | | Fixed spelling in docsGunnar Sletta2009-12-141-6/+6
| | | |/ | | |/|
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-1172-1058/+1109
| | |\ \
| | | * | Fixed qgraphicseffectsource autotest.Samuel Rødal2009-12-111-3/+8
| | | |/
| | | * Prevented leak of keys in QPixmapCache.Samuel Rødal2009-12-102-1/+6
| | | * Optimize our GL extension checks to avoid mallocs.Trond Kjernåsen2009-12-103-35/+79
| | | * Fix redraw bugs when using graphics effects in device coordinate mode.Samuel Rødal2009-12-106-12/+88
| | | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-104-2/+15
| | | |\
| | | | * Fixes internal drag and drop in QListWidget while dropping to the endOlivier Goffart2009-12-101-1/+1
| | | | * Fix spinbox input when seecting the prefixThierry Bastian2009-12-101-1/+3