summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicseffect_p.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't create pixmaps that are bigger than the device rect.Bjørn Erik Nilsen2009-07-301-0/+1
* Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti...Bjørn Erik Nilsen2009-07-291-3/+1
|\
| * Update QGraphicsShaderEffect to match new APIRhys Weatherley2009-07-241-2/+2
* | QGraphicsEffect cleanup.Bjørn Erik Nilsen2009-07-291-2/+11
* | 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/+1
* | Add support for updating the source when bounding rect changes.Bjørn Erik Nilsen2009-07-291-0/+1
* | Make it possible to disable graphics effects.Bjørn Erik Nilsen2009-07-291-2/+3
* | 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-2/+1
* | Add QGraphicsEffectSource::pixmap.Bjørn Erik Nilsen2009-07-291-1/+5
* | Add QGraphicsSourceEffect.Bjørn Erik Nilsen2009-07-291-6/+13
|/
* Make QGraphicsEffect independent of QGraphicsItem.Bjørn Erik Nilsen2009-07-241-3/+24
* QGraphicsEffect API cleanup.Bjørn Erik Nilsen2009-07-231-0/+150