summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtransform
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug where QTransform::type() failed to compute the correct type.Samuel Rødal2009-06-121-0/+7
| | | | | | | Since QTransform::type() now uses a switch based on m_dirty, we can't treat m_dirty as a bit mask anymore. Reviewed-by: Ariya
* Prevent QTransform::type() from returning TxScale instead of TxProject.Samuel Rødal2009-04-221-0/+10
| | | | | | | | We have code that assumes that m33 = 1 if the type is TxScale. Instead of changing all that code it's better to just return TxProject as type when m33 is different from 1. Reviewed-by: Simon Hausmann
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+785