Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed missing clip when computing the graphics item effect source rect. | Samuel Rødal | 2010-07-02 | 1 | -0/+15 |
| | | | | | | | | | | If item clips children to shape we should take that into account when computing the source rect, to avoid creating unnecessary large source pixmaps which might have a significant performance impact. Task-number: QT-3551 Reviewed-by: Gunnar Reviewed-by: Trond | ||||
* | Remove qWait functions as it is used in QTRY_* macros. | Toby Tomkins | 2010-04-07 | 1 | -14/+11 |
| | | | | Reviewed-by: jason mcdonald | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed qgraphicseffectsource autotest. | Samuel Rødal | 2009-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | Prevent crashing when asking for a source pixmap in logical coordinates and PadToEffectiveBoundingRect mode. Also, change the expected values for the test that uses LogicalCoordinates and PadToEffectiveBoundingRect mode to reflect that the boundingRectFor() function applies padding in device coordinates (and in this case there is a scale by 2 when drawing the effect). Reviewed-by: Bjørn Erik Nilsen | ||||
* | Fixed QGraphicsEffectSource autotest after graphics effect API changes. | Samuel Rødal | 2009-11-11 | 1 | -30/+20 |
| | |||||
* | Adapt testcase to cosmetic pen workarounds in code | Gunnar Sletta | 2009-11-03 | 1 | -2/+2 |
| | | | | Reviewed-by: Samuel | ||||
* | Fixed compilation of QGraphicsEffectSource autotest. | Samuel Rødal | 2009-10-27 | 1 | -3/+3 |
| | |||||
* | Options on how to get a pixmap from an effect source | Gunnar Sletta | 2009-10-27 | 1 | -0/+99 |
| | | | | | | Usable for future optimizations. Reviewed-by: Samuel | ||||
* | 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 | ||||
* | Add tests/auto/qgraphicseffectsource. | Bjørn Erik Nilsen | 2009-08-04 | 2 | -0/+326 |