Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -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 McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -3/+0 |
| | |||||
* | doc: Fixed many qdoc errors. | Martin Smith | 2010-08-02 | 1 | -8/+0 |
| | |||||
* | Remove use of shared NOTIFY signals | Martin Jones | 2010-07-29 | 1 | -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 Jones | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -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 Allison | 2010-03-26 | 1 | -29/+4 |
| | | | | Remove Translate.z since Qt cannot sensibly support it yet. | ||||
* | Fix namespace. | Warwick Allison | 2010-03-26 | 1 | -1/+3 |
| | |||||
* | Control of image rendered size (esp. SVG). | Warwick Allison | 2010-03-26 | 1 | -0/+159 |
Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984 |