summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qmatrix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* implement equality operator in a more sane wayLars Knoll2009-06-151-0/+11
| | | | | | | | | | | | Using qFuzzyCompare for checking whether two transformations are equal doesn't give us too much and is inconsistent with our other matrix classes. Using simple floating point equality is a lot faster as well. Added qFuzzyCompare overloads for QMatrix and QTransform to still allow for fuzzy comparisons. Reviewed-By: Samuel Rødal
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-1/+1
| | | | | | | Wherever I found that we were using a string instead of a single char I fixed the code. Reviewed-by: olivier
* Optimise QMatrix and QTransformLars Knoll2009-04-071-23/+40
| | | | | | Add some private inline constructors and do inlining other places. All test still pass.
* Long live Qt!Lars Knoll2009-03-231-0/+1180