summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetranslate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Test and fix order of transform application.Warwick Allison2010-03-261-29/+4
| | | | Remove Translate.z since Qt cannot sensibly support it yet.
* Fix namespace.Warwick Allison2010-03-261-1/+3
|
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-0/+159
Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984