summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetranslate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-3/+0
|
* doc: Fixed many qdoc errors.Martin Smith2010-08-021-8/+0
|
* Remove use of shared NOTIFY signalsMartin Jones2010-07-291-2/+2
| | | | | | | | | Sharing a NOTIFY signal can cause binding loop warnings with no apparent cause. Task-number: QTBUG-12333 Reviewed-by: Aaron Kennedy Reviewed-by: Michael Brasser
* Doc error fixes.Martin Jones2010-07-191-1/+1
|
* 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