| Commit message (Expand) | Author | Age | Files | Lines |
* | Documented behavior of blur effect radius and drop shadow offset. | Samuel Rødal | 2010-02-18 | 1 | -2/+10 |
|
|
* | Prevented calling the pixmap filter implementations with null pixmaps. | Samuel Rødal | 2010-02-15 | 1 | -2/+12 |
|
|
* | Compiler warning. | Bjørn Erik Nilsen | 2010-01-27 | 1 | -2/+2 |
|
|
* | Improved performance of translating device coordinate graphics effects. | Samuel Rødal | 2010-01-13 | 2 | -0/+7 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 3 | -3/+3 |
|
|
* | Optimized blur / drop shadow effects for the GL 2 paint engine. | Samuel Rødal | 2009-12-14 | 1 | -7/+4 |
|
|
* | Added InvalidateReason to invalidateCache to optimize effects | Samuel Rødal | 2009-12-14 | 2 | -4/+17 |
|
|
* | Fixed bug in QGraphicsPixmapItem shortcut for graphics effects. | Samuel Rødal | 2009-12-14 | 1 | -1/+4 |
|
|
* | Fix redraw bugs when using graphics effects in device coordinate mode. | Samuel Rødal | 2009-12-10 | 1 | -3/+11 |
|
|
* | doc: Fixed qdoc according to Bjarne's recommendation. | Martin Smith | 2009-11-16 | 1 | -13/+0 |
|
|
* | exporting QGraphicsEffectSource is required | Daniel Molkentin | 2009-11-10 | 1 | -1/+1 |
|
|
* | Doc: remove graphics for effects that are no longer in scope. | Volker Hilsheimer | 2009-11-10 | 1 | -1/+11 |
|
|
* | Improvements to graphics effects API after review round. | Samuel Rødal | 2009-11-10 | 3 | -148/+216 |
|
|
* | Merge branch '4.6-s60' into 4.6 | axis | 2009-11-06 | 2 | -1/+6 |
|\ |
|
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60 | axis | 2009-11-05 | 3 | -0/+6 |
| |\ |
|
| * | | Fix for link error when building QtSvg | Gareth Stockwell | 2009-11-04 | 2 | -1/+6 |
|
|
* | | | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-05 | 1 | -1/+17 |
| |/
|/| |
|
* | | Add QT_NO_GRAPHICSEFFECT | Jørgen Lind | 2009-11-04 | 3 | -0/+6 |
|/ |
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-03 | 1 | -51/+21 |
|\ |
|
| * | Merge commit 'widget/4.6' into origin/4.6 | Olivier Goffart | 2009-10-30 | 1 | -51/+21 |
| |\ |
|
| | * | Get rid of QPainter warnings generated from QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-10-29 | 1 | -49/+20 |
|
|
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-02 | 3 | -16/+64 |
|\ \ \ |
|
| * | | | Made QGraphicsEffectSource::draw() use cached pixmap if possible. | Samuel Rødal | 2009-11-02 | 1 | -1/+17 |
|
|
| * | | | Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint. | Samuel Rødal | 2009-11-02 | 2 | -13/+38 |
|
|
| * | | | Optimized graphics effects to not needlessly invalidate cache. | Samuel Rødal | 2009-11-02 | 2 | -2/+9 |
| |/ / |
|
* | | | Fixed test, QGraphicsSourceEffect::pixmap(), caching caused failure. | Gunnar Sletta | 2009-11-02 | 1 | -0/+8 |
|/ / |
|
* | | Added some optimizations to the blur and drop shadow GL filters. | Samuel Rødal | 2009-10-29 | 2 | -4/+20 |
|
|
* | | Made blur and drop shadow APIs use qreal instead of int for blur radius. | Samuel Rødal | 2009-10-27 | 2 | -16/+16 |
|
|
* | | Options on how to get a pixmap from an effect source | Gunnar Sletta | 2009-10-27 | 3 | -7/+28 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-10-26 | 2 | -3/+7 |
|\ \ |
|
| * | | Made sure we invalidate the cache when the effect rect changes. | Samuel Rødal | 2009-10-26 | 1 | -2/+6 |
| |/ |
|
| * | Fixed crash in QGraphicsEffects | Gunnar Sletta | 2009-10-23 | 1 | -1/+1 |
|
|
* | | Removed pixelize, bloom and grayscale filter | Gunnar Sletta | 2009-10-23 | 3 | -574/+4 |
|/ |
|
* | Added caching of graphics effect source pixmaps to speed up effects. | Samuel Rødal | 2009-10-22 | 3 | -2/+30 |
|
|
* | Compile | Eskil Abrahamsen Blomfeldt | 2009-10-15 | 1 | -1/+1 |
|
|
* | Optimized bloom graphics effect implementation. | Samuel Rødal | 2009-10-14 | 1 | -9/+13 |
|
|
* | Fixed wrong use of graphics effects for pixmap graphics items. | Samuel Rødal | 2009-10-14 | 1 | -27/+7 |
|
|
* | Fix compilation with -pedantic | David Faure | 2009-10-07 | 1 | -1/+1 |
|
|
* | warning fix in qgraphicseffect_p.h for qreal == float | Joerg Bornemann | 2009-10-01 | 1 | -1/+1 |
|
|
* | Doc: Remaining pieces of the Graphics effect documentation. | Bjørn Erik Nilsen | 2009-09-30 | 1 | -0/+21 |
|
|
* | Added QGraphicsBloomEffect::blurHint. | Bjørn Erik Nilsen | 2009-09-30 | 2 | -0/+38 |
|
|
* | Add Qt::RenderHint to control rendering operations. | Bjørn Erik Nilsen | 2009-09-30 | 2 | -34/+15 |
|
|
* | Readd QGraphicsBloomEffect. | Bjørn Erik Nilsen | 2009-09-30 | 3 | -0/+224 |
|
|
* | Added BlurType to blur graphics effect API. | Samuel Rødal | 2009-09-24 | 2 | -2/+59 |
|
|
* | Made QGraphicsBlurEffect use the high blur quality setting. | Samuel Rødal | 2009-09-15 | 1 | -0/+2 |
|
|
* | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-15 | 1 | -0/+12 |
|
|
* | Add filter strength to QGraphics[Colorize,Grayscale]Effect. | Ariya Hidayat | 2009-09-14 | 3 | -1/+86 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 3 | -12/+12 |
|
|
* | Make QGraphicsShaderEffect private API for 4.6 | Rhys Weatherley | 2009-09-06 | 1 | -1/+0 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Michael Brasser | 2009-09-04 | 3 | -9/+71 |
|\ |
|