Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stabilize QGraphicsEffect and QToolTip test | Olivier Goffart | 2009-09-23 | 1 | -8/+6 |
| | |||||
* | Don't do pixel tests in QGraphicsEffect on other than 32-bit display. | Ariya Hidayat | 2009-09-15 | 1 | -0/+11 |
| | | | | Reviewed-by: Paul Olav Tvete | ||||
* | Add filter strength to QGraphics[Colorize,Grayscale]Effect. | Ariya Hidayat | 2009-09-14 | 1 | -0/+40 |
| | | | | | Autotest: included Reviewed-by: Bjørn Erik Nilsen | ||||
* | Add simple autotest for QGraphicsColorizeEffect. | Ariya Hidayat | 2009-09-14 | 1 | -0/+25 |
| | | | | Reviewed-by: Bjørn Erik Nilsen | ||||
* | Add simple autotest for QGraphicsGrayscaleEffect. | Ariya Hidayat | 2009-09-14 | 1 | -0/+24 |
| | | | | Reviewed-by: Bjørn Erik Nilsen | ||||
* | Wrong opacity set on the painter in QGraphicsEffect::draw. | Bjørn Erik Nilsen | 2009-09-10 | 1 | -1/+24 |
| | | | | | | | | We have to initialize the painter with the 'effected' item's opacity before calling QGraphicsEffect::draw; otherwise we'll use the previous rendered item's opacity (which is wrong). Reviewed-by: Michael Brasser | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Notify QGraphicsEffect whenever the source is invalidated. | Bjørn Erik Nilsen | 2009-08-07 | 1 | -0/+1 |
| | | | | | | | In case of caching, the effect must be notified whenever the source has been invalidated; otherwise the cached pixmap will not be up-to-date. Auto-test included. | ||||
* | Add ChangeFlags to QGraphicsEffect and pass flags to sourceChanged. | Bjørn Erik Nilsen | 2009-08-07 | 1 | -18/+12 |
| | | | | | | | | This is way more flexible as it allows for extension in the future. Instead of having several virtual functions, which in most cases when re-implemented have to do exactly the same, we now have one virtual function which takes a ChangedFlags parameter do describe what kind of changes that occurred to the source. | ||||
* | Add tests/auto/qgraphicseffect | Bjørn Erik Nilsen | 2009-08-04 | 2 | -0/+355 |