Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QDeclarativeImage should stretch in one direction when tiling in the other. | Yann Bodson | 2010-04-19 | 3 | -1/+92 |
| | | | | | Task-number: QTBUG-6716 Reviewed-by: Michael Brasser | ||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -3/+3 |
| | | | | QTBUG-9726 | ||||
* | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 1 | -4/+5 |
| | | | | Task-number: QTBUG-9908 | ||||
* | Image with PreserveAspect enabled with either width or height defined should ↵ | Joona Petrell | 2010-04-14 | 2 | -1/+30 |
| | | | | | | | implicitly update the undefined axis to follow the aspect ratio Task-number: Reviewed-by: Martin Jones | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -8/+8 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Use different ports for network tests to avoid clashes in parallel testing. | Martin Jones | 2010-04-13 | 1 | -2/+2 |
| | |||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-29 | 5 | -3/+20 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/examples.qdoc doc/src/declarative/focus.qdoc doc/src/declarative/modules.qdoc doc/src/declarative/network.qdoc doc/src/declarative/qdeclarativedebugging.qdoc doc/src/declarative/qdeclarativei18n.qdoc doc/src/declarative/qmlruntime.qdoc doc/src/declarative/tutorial.qdoc tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp | ||||
| * | Fix svg and big image auto tests on win32. | Martin Jones | 2010-03-29 | 3 | -2/+8 |
| | | |||||
| * | Autotest tweaks. | Michael Brasser | 2010-03-28 | 1 | -0/+3 |
| | | |||||
| * | Fix qdeclarativeimage autotest on the mac. | Yann Bodson | 2010-03-28 | 3 | -2/+9 |
| | | |||||
* | | doc | Warwick Allison | 2010-03-28 | 1 | -0/+3 |
|/ | |||||
* | sourceWidth/sourceHeight -> sourceSize | Warwick Allison | 2010-03-26 | 1 | -4/+3 |
| | |||||
* | Control of image rendered size (esp. SVG). | Warwick Allison | 2010-03-26 | 6 | -8/+112 |
| | | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984 | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-24 | 2 | -6/+12 |
|\ | |||||
| * | Add an "asynchonous" property to Image. | Martin Jones | 2010-02-24 | 2 | -6/+12 |
| | | | | | | | | | | Allows loading/decoding local images in an asynchronous thread (already the case for network images). | ||||
* | | Manually merge 0f761d9d95bc187cb786ce7dc03a7d8c9ad9d779 | Warwick Allison | 2010-02-24 | 1 | -1/+1 |
|/ | |||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -11/+11 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 3 | -0/+256 |
QDeclarativeXXX. |