summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | * Doc: The ctor of of QGraphicsLayout might install the layout.Jan-Arve Sæther2009-12-101-0/+4
| | * Doc: Try to explain better when and how the easing curve is appliedJan-Arve Sæther2009-12-101-0/+7
| * | Clean up the QFontEngine glyphcaching code to not crash and be more tidyGunnar Sletta2009-12-104-119/+32
| |/
| * Recreate VGImage properly in out of memory caseRhys Weatherley2009-12-091-0/+8
| * Fix a crash on the focus chain when removing items from the scene.Alexis Menard2009-12-094-9/+10
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-0947-877/+863
| |\
| | * Fixed a regression in dock widget resizingThierry Bastian2009-12-091-2/+2
| | * GLES 2 should *not* use a multisampled format by default.Trond Kjernåsen2009-12-092-5/+1
| | * Compile with QT_NO_DEPRECATEDOlivier Goffart2009-12-099-1/+22
| | * Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-12-0925-332/+455
| | |\
| | | * Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-0940-546/+1385
| | | |\
| | | * | Fixed (unstable) tst_QTimeLine::currentTime test failureRohan McGovern2009-12-091-1/+1
| | | * | Fix cleanup hooks error.Sarah Smith2009-12-081-2/+2
| | | * | Merge remote branch 'staging/4.6' into 4.6Oswald Buddenhagen2009-12-071-2/+10
| | | |\ \
| | | | * | Fix cursor positiong after block undo and redomae2009-12-041-2/+10
| | | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-062-6/+2
| | | |\ \ \
| | | | * | | Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-062-6/+2
| | | | * | | Fix crash in QVector::reserve when reserving smaller size on a shared vectorOlivier Goffart2009-12-021-1/+1
| | | | * | | Fixed a potential crash in QDockWidgetThierry Bastian2009-12-011-2/+5
| | | | * | | make signal handlers understand QVariant againKent Hansen2009-11-301-3/+18
| | | | * | | Fixed a crash in the GL engine when trying to draw invalid pixmaps.Trond Kjernåsen2009-11-261-1/+1
| | | * | | | Merge commit '33441e2a611f07207b0b942368aab9010cdf8ab1' of oslo-staging-1/4.6...Simon Hausmann2009-12-0522-334/+463
| | | |\ \ \ \
| | | | * | | | Fix compilation with Sun CC 5.9: it was crashing with this code.Thiago Macieira2009-12-041-4/+5
| | | | * | | | Fix Run-Time Check Failure with MSVC when downcasting.Thiago Macieira2009-12-031-4/+4