summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicseffectsource
Commit message (Collapse)AuthorAgeFilesLines
* Remove qWait functions as it is used in QTRY_* macros.Toby Tomkins2010-04-071-14/+11
| | | | Reviewed-by: jason mcdonald
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Fixed qgraphicseffectsource autotest.Samuel Rødal2009-12-111-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ødal2009-11-111-30/+20
|
* Adapt testcase to cosmetic pen workarounds in codeGunnar Sletta2009-11-031-2/+2
| | | | Reviewed-by: Samuel
* Fixed compilation of QGraphicsEffectSource autotest.Samuel Rødal2009-10-271-3/+3
|
* Options on how to get a pixmap from an effect sourceGunnar Sletta2009-10-271-0/+99
| | | | | | Usable for future optimizations. Reviewed-by: Samuel
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Fix obsolete license headers.Jason McDonald2009-08-211-2/+2
| | | | Reviewed-by: Trust Me
* Add tests/auto/qgraphicseffectsource.Bjørn Erik Nilsen2009-08-042-0/+326