Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for QTBUG-9949 | Martin Jones | 2010-04-16 | 1 | -0/+17 |
| | | | | Task-number: QTBUG-9949 | ||||
* | Update examples autotest to use the runtime directly | Aaron Kennedy | 2010-04-15 | 2 | -79/+26 |
| | | | | This improves the test execution time | ||||
* | Support valuetypes as method return values | Aaron Kennedy | 2010-04-15 | 4 | -1/+34 |
| | | | | QTBUG-9818 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-15 | 6 | -5/+52 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-15 | 49 | -1443/+184 |
| |\ | |||||
| * | | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 6 | -5/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This property complements Component.onCompleted. It is emitted before the destruction actually begins (for the most part) so the objects are still alive and accessible. The QtObject.onDestroyed signal is now blocked as it never really worked properly anyway. | ||||
* | | | Simplify dynamic resource loading to avoid cluttering Text API. | Warwick Allison | 2010-04-15 | 1 | -1/+5 |
| | | | | | | | | | | | | Task-number: QTBUG-9900 QT-3287 | ||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-15 | 20 | -1422/+91 |
|\ \ \ | | |/ | |/| | |||||
| * | | Visual test updates. | Michael Brasser | 2010-04-15 | 20 | -1422/+91 |
| | | | |||||
* | | | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 5 | -20/+28 |
|/ / | | | | | | | Task-number: QTBUG-9908 | ||||
* | | Correctly resolve, and load, IMG tags in Text element. | Warwick Allison | 2010-04-15 | 7 | -0/+72 |
| | | | | | | | | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones | ||||
* | | Rename "sql" test so autotester doesn't get confused. | Warwick Allison | 2010-04-15 | 20 | -20/+20 |
| | | |||||
* | | Should work now, don't skip. | Warwick Allison | 2010-04-15 | 1 | -1/+0 |
| | | |||||
* | | ignore autotester logs | Warwick Allison | 2010-04-15 | 1 | -0/+1 |
|/ | |||||
* | Add flow property to Grid, adding TopToBottom mode. | Martin Jones | 2010-04-15 | 2 | -0/+73 |
| | | | | Task-number: QTBUG-9183 | ||||
* | Make sure richtext wraps correctly with a fixed height set. | Martin Jones | 2010-04-15 | 1 | -0/+20 |
| | |||||
* | Revert "qdeclarativefocusscope works fine as a parallel test" | Aaron Kennedy | 2010-04-14 | 1 | -1/+0 |
| | | | | | | | Scratch that, qdeclarativefocusscope does not work fine as a parallel test. This reverts commit 72fe46a6c72eb14cfc50cf59f372eb2872e867a0. | ||||
* | qdeclarativefocusscope works fine as a parallel test | Aaron Kennedy | 2010-04-14 | 1 | -0/+1 |
| | |||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 3 | -0/+33 |
| | | | | | | QTBUG-9799 Reviewed-by: Alexis Menard | ||||
* | 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 | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 2 | -0/+27 |
| | | | | QTBUG-9799 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 30 | -233/+233 |
|\ | |||||
| * | Fix qdeclarativedom test | Yann Bodson | 2010-04-14 | 1 | -9/+9 |
| | | |||||
| * | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 30 | -224/+224 |
| | | | | | | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | | Temporarily disable tests that require compilation | Aaron Kennedy | 2010-04-14 | 1 | -0/+3 |
| | | |||||
* | | Further improve failure output | Aaron Kennedy | 2010-04-14 | 1 | -57/+7 |
|/ | | | | Now prints all the failures, not just the first. | ||||
* | Remove double fail message | Aaron Kennedy | 2010-04-14 | 1 | -2/+0 |
| | |||||
* | Improve test failure message | Aaron Kennedy | 2010-04-14 | 1 | -1/+2 |
| | |||||
* | Fix qdeclarativeloader test on Windows | Yann Bodson | 2010-04-14 | 1 | -4/+5 |
| | |||||
* | Bring support of anchors in QML for QGraphicsWidget derived classes. | Alexis Menard | 2010-04-14 | 2 | -0/+253 |
| | | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 42 | -29/+65 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 1 | -0/+27 |
| |\ | |||||
| * | | Stabilize test. | Warwick Allison | 2010-04-14 | 8 | -12/+24 |
| | | | | | | | | | | | | Uses built-in server. | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 4 | -271/+85 |
| |\ \ | |||||
| * | | | More verbose message on failure. | Warwick Allison | 2010-04-14 | 1 | -1/+4 |
| | | | | |||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 9 | -26/+100 |
| |\ \ \ | |||||
| * | | | | Pass even if $LANG is not set to en_US.* | Warwick Allison | 2010-04-14 | 33 | -16/+37 |
| | | | | | |||||
* | | | | | Missing file | Aaron Kennedy | 2010-04-14 | 1 | -0/+5 |
| |_|_|/ |/| | | | |||||
* | | | | Don't warn on signals emitted after the context has been destroyed | Aaron Kennedy | 2010-04-14 | 1 | -0/+27 |
| |_|/ |/| | | | | | | | | QTBUG-9792 | ||||
* | | | fillmode is a static visual test, so only record one frame. | Michael Brasser | 2010-04-14 | 1 | -269/+1 |
| | | | |||||
* | | | Support recording visual snapshot tests. | Michael Brasser | 2010-04-14 | 1 | -2/+11 |
| | | | |||||
* | | | Don't crash when columns == 0 | Martin Jones | 2010-04-14 | 2 | -0/+73 |
| |/ |/| | | | | | Task-number: QTBUG-9805 | ||||
* | | Use different ports for network tests to avoid clashes in parallel testing. | Martin Jones | 2010-04-13 | 6 | -20/+20 |
| | | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-13 | 2 | -22/+33 |
|\ \ | |||||
| * | | Speed up borderimage test. | Yann Bodson | 2010-04-13 | 1 | -6/+6 |
| | | | |||||
| * | | Exclude webview examples when compiled without webview | Aaron Kennedy | 2010-04-13 | 1 | -0/+6 |
| |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-13 | 1 | -15/+19 |
| |\ | |||||
| | * | Use SRCDIR to make examples test work with shadow builds. | Yann Bodson | 2010-04-13 | 1 | -15/+19 |
| | | | |||||
| * | | Fix test | Aaron Kennedy | 2010-04-13 | 1 | -1/+2 |
| |/ | |||||
* | | Ensure view position is correct for highlight range modes that have a static ↵ | Martin Jones | 2010-04-13 | 2 | -0/+68 |
|/ | | | | | | highlight Task-number: QTBUG-9791 |