summaryrefslogtreecommitdiffstats
path: root/src/gui/effects/qgraphicseffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: remove graphics for effects that are no longer in scope.Volker Hilsheimer2009-11-101-1/+11
* Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-90/+143
* Merge branch '4.6-s60' into 4.6axis2009-11-061-0/+5
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-051-0/+2
| |\
| * | Fix for link error when building QtSvgGareth Stockwell2009-11-041-0/+5
* | | Doc: Fixed qdoc warnings.David Boddie2009-11-051-1/+17
| |/ |/|
* | Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-041-0/+2
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-031-51/+21
|\
| * Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-301-51/+21
| |\
| | * Get rid of QPainter warnings generated from QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-10-291-49/+20
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-021-11/+53
|\ \ \
| * | | Made QGraphicsEffectSource::draw() use cached pixmap if possible.Samuel Rødal2009-11-021-1/+17
| * | | Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint.Samuel Rødal2009-11-021-9/+28
| * | | Optimized graphics effects to not needlessly invalidate cache.Samuel Rødal2009-11-021-1/+8
| |/ /
* / / Fixed test, QGraphicsSourceEffect::pixmap(), caching caused failure.Gunnar Sletta2009-11-021-0/+8
|/ /
* | Added some optimizations to the blur and drop shadow GL filters.Samuel Rødal2009-10-291-3/+13
* | Made blur and drop shadow APIs use qreal instead of int for blur radius.Samuel Rødal2009-10-271-8/+8
* | Options on how to get a pixmap from an effect sourceGunnar Sletta2009-10-271-5/+17
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-261-2/+6
|\ \
| * | Made sure we invalidate the cache when the effect rect changes.Samuel Rødal2009-10-261-2/+6
| |/
* / Removed pixelize, bloom and grayscale filterGunnar Sletta2009-10-231-449/+4
|/
* Added caching of graphics effect source pixmaps to speed up effects.Samuel Rødal2009-10-221-1/+18
* CompileEskil Abrahamsen Blomfeldt2009-10-151-1/+1
* Optimized bloom graphics effect implementation.Samuel Rødal2009-10-141-9/+13
* Fixed wrong use of graphics effects for pixmap graphics items.Samuel Rødal2009-10-141-27/+7
* Fix compilation with -pedanticDavid Faure2009-10-071-1/+1
* Doc: Remaining pieces of the Graphics effect documentation.Bjørn Erik Nilsen2009-09-301-0/+21
* Added QGraphicsBloomEffect::blurHint.Bjørn Erik Nilsen2009-09-301-0/+34
* Add Qt::RenderHint to control rendering operations.Bjørn Erik Nilsen2009-09-301-25/+11
* Readd QGraphicsBloomEffect.Bjørn Erik Nilsen2009-09-301-0/+178
* Added BlurType to blur graphics effect API.Samuel Rødal2009-09-241-2/+50
* Made QGraphicsBlurEffect use the high blur quality setting.Samuel Rødal2009-09-151-0/+2
* doc: Fixed some qdoc errors.Martin Smith2009-09-151-0/+12
* Add filter strength to QGraphics[Colorize,Grayscale]Effect.Ariya Hidayat2009-09-141-0/+63
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-071-1/+0
* doc: Fixed several qdoc errors.Martin Smith2009-09-021-1/+2
* Fix rounding bug in QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-09-011-4/+5
* Make sure the BSP is updated when a graphics effect changes bounding rect.Bjørn Erik Nilsen2009-09-011-2/+2
* QGraphicsDropShadowEffect convenience; setXOffset() and setYOffset().Bjørn Erik Nilsen2009-09-011-1/+19
* Make sure graphics effects updates properly when changing their properties.Bjørn Erik Nilsen2009-09-011-0/+23
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Don't call qFuzzyIsNull on every single frame in QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-08-281-2/+6
* Add support for setting an opacity mask on QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-08-281-5/+88
* doc: Add Graphics Effect images.Bjørn Erik Nilsen2009-08-261-3/+17
* doc: Misspelled class names.Bjørn Erik Nilsen2009-08-261-2/+2
* doc: fixes qdoc warnings/errors related to the Graphics Effect framework.Bjørn Erik Nilsen2009-08-261-71/+135
* Doc - Completed review of documentation for the QGraphicsEffect group ofKavindra Devi Palaraja2009-08-261-77/+95
* Doc - Removed a trailing whitespace and more cleanupsKavindra Devi Palaraja2009-08-251-11/+6
* Doc - Reviewing documentation for QGraphicsEffect and QGraphicsEffectSourceKavindra Devi Palaraja2009-08-251-24/+30