| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 1 | -1/+2 |
|
|
| * | Fix rounding bug in QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-09-01 | 1 | -4/+5 |
|
|
| * | Make sure the BSP is updated when a graphics effect changes bounding rect. | Bjørn Erik Nilsen | 2009-09-01 | 2 | -2/+3 |
|
|
| * | QGraphicsDropShadowEffect convenience; setXOffset() and setYOffset(). | Bjørn Erik Nilsen | 2009-09-01 | 2 | -1/+37 |
|
|
| * | Make sure graphics effects updates properly when changing their properties. | Bjørn Erik Nilsen | 2009-09-01 | 2 | -1/+24 |
|
|
* | | Use qreal for QGraphicsOpacityEffect opacity property. | Michael Brasser | 2009-09-04 | 1 | -1/+1 |
|/ |
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
|
|
* | Don't call qFuzzyIsNull on every single frame in QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-08-28 | 2 | -3/+10 |
|
|
* | Add support for setting an opacity mask on QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-08-28 | 3 | -6/+96 |
|
|