summaryrefslogtreecommitdiffstats
path: root/tests/arthur/common
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers as requested by the marketing department.Jason McDonald2009-06-168-16/+16
| | | | Reviewed-by: Trust Me
* Fixed compile of arthur tests when Qt is configured without opengl orRohan McGovern2009-06-101-1/+1
| | | | qt3support.
* Ensured correct rounding of scaled image drawing at non-integer coords.Samuel Rødal2009-05-052-0/+1
| | | | | | | | | | | | | Images coordinates should simply be rounded and are not to be subject to the aliased coordinate delta. The patch also adds a tiny delta in QSpanData::setupMatrix() to ensure coordinates for fetching from source images are rounded the opposite direction of the target rectangle. This removes a lot of artifacts when trying to do border-image based drawing on non-integer coordinates. A new qps test for border-image drawing is included. Task-number: 251561 Reviewed-by: Trond
* Remove obsolete code from autotests.Jason McDonald2009-04-162-22/+1
| | | | | | | | Each version of Qt has its own set of autotests, therefore preprocessor directives relating to obsolete QT_VERSION's are not necessary. Reviewed-by: Carlos Duclos
* Long live Qt 4.5!Lars Knoll2009-03-2339-0/+4502