summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicseffect.h
Commit message (Expand)AuthorAgeFilesLines
* Add ChangeFlags to QGraphicsEffect and pass flags to sourceChanged.Bjørn Erik Nilsen2009-08-071-2/+10
* First round of documentation for QGraphicsEffect.Andreas Aardal Hanssen2009-08-051-0/+2
* More QGraphicsEffect API cleanup.Bjørn Erik Nilsen2009-08-041-5/+1
* Notify QGraphicsEffect about source bounding rect changes.Bjørn Erik Nilsen2009-07-311-0/+1
* Compile fix.Bjørn Erik Nilsen2009-07-301-0/+1
* Make sure we don't create pixmaps that are bigger than the device rect.Bjørn Erik Nilsen2009-07-301-0/+1
* QGraphicsEffect cleanup.Bjørn Erik Nilsen2009-07-291-34/+19
* QGraphicsEffect optimizations for pixmap based items.Bjørn Erik Nilsen2009-07-291-0/+1
* Notify sub-classes of QGraphicsEffect whenever the source changes.Bjørn Erik Nilsen2009-07-291-0/+2
* Add support for updating the source when bounding rect changes.Bjørn Erik Nilsen2009-07-291-0/+2
* Make it possible to disable graphics effects.Bjørn Erik Nilsen2009-07-291-2/+7
* Add new enum to global namespace: Qt::CoordinateSystemBjørn Erik Nilsen2009-07-291-2/+2
* Remove drawIntoPixmap and implement all the effects with the new API.Bjørn Erik Nilsen2009-07-291-1/+0
* Add QGraphicsEffectSource::pixmap.Bjørn Erik Nilsen2009-07-291-1/+7
* Add QGraphicsSourceEffect.Bjørn Erik Nilsen2009-07-291-19/+45
* Make QGraphicsEffect independent of QGraphicsItem.Bjørn Erik Nilsen2009-07-241-32/+26
* QGraphicsEffect API cleanup.Bjørn Erik Nilsen2009-07-231-27/+10
* Sprinkle Q_OBJECT in all graphics classes.Ariya Hidayat2009-06-051-0/+16
* Refactor: QGraphicsEffect is now a subclass of QObject.Ariya Hidayat2009-06-031-53/+58
* Another n-th attempt at making an API for the effect framework.Ariya Hidayat2009-06-021-0/+258