Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug where QTransform::type() failed to compute the correct type. | Samuel Rødal | 2009-06-12 | 1 | -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ødal | 2009-04-22 | 1 | -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 Knoll | 2009-03-23 | 3 | -0/+785 |