Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't draw null pixmap in QDeclarativeImage paint function | Joona Petrell | 2010-11-30 | 1 | -0/+30 |
| | | | | | Task-number: QTBUG-15690 Reviewed-by: Martin Jones | ||||
* | Image bounding rect should always include the area being painted | Joona Petrell | 2010-11-05 | 2 | -0/+74 |
| | | | | | | | | This didn't always happend with fillMode PreserveAspectCrop, resulting in drawing artifacts. Task-number: QT-3933 Reviewed-by: Martin Jones | ||||
* | Image.sourceSize is incorrect after changing Image.source | Yann Bodson | 2010-10-08 | 1 | -2/+32 |
| | | | | Task-number: QTBUG-14303 | ||||
* | Document and test paintedWidth and paintedHeight properties of Image | Yann Bodson | 2010-10-05 | 1 | -0/+41 |
| | | | | Task-number: QTBUG-14197 | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 3 | -10/+10 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Autotest for QTBUG-13454. | Yann Bodson | 2010-09-10 | 1 | -14/+54 |
| | |||||
* | Setting one dimension of the sourceSize should set the other dimension. | Yann Bodson | 2010-08-25 | 1 | -7/+7 |
| | | | | | | The implicit width and height should also be set to the sourceSize. Task-number: 13002 | ||||
* | Fix Image element svg autotest | Joona Petrell | 2010-08-19 | 9 | -12/+4 |
| | | | | | | | | | | Also, reduced some platform-specific test as the test case is not meant to test regression in the painting routines, but that Image's svg support works. Task-number: Reviewed-by: Martin Jones | ||||
* | Ensure redirects (and indeed all reply process) is done in the right thread. | Warwick Allison | 2010-07-21 | 1 | -0/+2 |
| | | | | | | | i.e. the thread with the QNAM the original reply was created in. Task-number: QTBUG-12302 Reviewed-by: Aaron Kennedy | ||||
* | Remove Image::pixmap property. QML applications should use | Bea Lam | 2010-07-08 | 1 | -31/+0 |
| | | | | | | QDeclarativeImageProvider to provide pixmaps instead. Task-number: QTBUG-11980 | ||||
* | Fix test for N900 (ARM-specific SVG results). | Warwick Allison | 2010-07-02 | 4 | -8/+6 |
| | |||||
* | Make autotests work with qreal == float (in addition to double). | Warwick Allison | 2010-07-02 | 3 | -8/+14 |
| | | | | Task-number: QTBUG-11853 | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+5 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
| | | | | Also rearrange the parameter order to be more clear. | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -1/+1 |
| | | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value. | ||||
* | 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. |