summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Add test for QTBUG-9949Martin Jones2010-04-161-0/+17
| | | | Task-number: QTBUG-9949
* Update examples autotest to use the runtime directlyAaron Kennedy2010-04-152-79/+26
| | | | This improves the test execution time
* Support valuetypes as method return valuesAaron Kennedy2010-04-154-1/+34
| | | | QTBUG-9818
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-156-5/+52
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-1549-1443/+184
| |\
| * | Add Component.onDestruction attached propertyAaron Kennedy2010-04-156-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 Allison2010-04-151-1/+5
| | | | | | | | | | | | Task-number: QTBUG-9900 QT-3287
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-1520-1422/+91
|\ \ \ | | |/ | |/|
| * | Visual test updates.Michael Brasser2010-04-1520-1422/+91
| | |
* | | Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-155-20/+28
|/ / | | | | | | Task-number: QTBUG-9908
* | Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-157-0/+72
| | | | | | | | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones
* | Rename "sql" test so autotester doesn't get confused.Warwick Allison2010-04-1520-20/+20
| |
* | Should work now, don't skip.Warwick Allison2010-04-151-1/+0
| |
* | ignore autotester logsWarwick Allison2010-04-151-0/+1
|/
* Add flow property to Grid, adding TopToBottom mode.Martin Jones2010-04-152-0/+73
| | | | Task-number: QTBUG-9183
* Make sure richtext wraps correctly with a fixed height set.Martin Jones2010-04-151-0/+20
|
* Revert "qdeclarativefocusscope works fine as a parallel test"Aaron Kennedy2010-04-141-1/+0
| | | | | | | Scratch that, qdeclarativefocusscope does not work fine as a parallel test. This reverts commit 72fe46a6c72eb14cfc50cf59f372eb2872e867a0.
* qdeclarativefocusscope works fine as a parallel testAaron Kennedy2010-04-141-0/+1
|
* Reduce warnings at shutdownAaron Kennedy2010-04-143-0/+33
| | | | | | QTBUG-9799 Reviewed-by: Alexis Menard
* Image with PreserveAspect enabled with either width or height defined should ↵Joona Petrell2010-04-142-1/+30
| | | | | | | implicitly update the undefined axis to follow the aspect ratio Task-number: Reviewed-by: Martin Jones
* Reduce warnings at shutdownAaron Kennedy2010-04-142-0/+27
| | | | QTBUG-9799
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-1430-233/+233
|\
| * Fix qdeclarativedom testYann Bodson2010-04-141-9/+9
| |
| * Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-1430-224/+224
| | | | | | | | | | Task-number: Reviewed-by: Martin Jones
* | Temporarily disable tests that require compilationAaron Kennedy2010-04-141-0/+3
| |
* | Further improve failure outputAaron Kennedy2010-04-141-57/+7
|/ | | | Now prints all the failures, not just the first.
* Remove double fail messageAaron Kennedy2010-04-141-2/+0
|
* Improve test failure messageAaron Kennedy2010-04-141-1/+2
|
* Fix qdeclarativeloader test on WindowsYann Bodson2010-04-141-4/+5
|
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-142-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.7Aaron Kennedy2010-04-1442-29/+65
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-141-0/+27
| |\
| * | Stabilize test.Warwick Allison2010-04-148-12/+24
| | | | | | | | | | | | Uses built-in server.
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-144-271/+85
| |\ \
| * | | More verbose message on failure.Warwick Allison2010-04-141-1/+4
| | | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-149-26/+100
| |\ \ \
| * | | | Pass even if $LANG is not set to en_US.*Warwick Allison2010-04-1433-16/+37
| | | | |
* | | | | Missing fileAaron Kennedy2010-04-141-0/+5
| |_|_|/ |/| | |
* | | | Don't warn on signals emitted after the context has been destroyedAaron Kennedy2010-04-141-0/+27
| |_|/ |/| | | | | | | | QTBUG-9792
* | | fillmode is a static visual test, so only record one frame.Michael Brasser2010-04-141-269/+1
| | |
* | | Support recording visual snapshot tests.Michael Brasser2010-04-141-2/+11
| | |
* | | Don't crash when columns == 0Martin Jones2010-04-142-0/+73
| |/ |/| | | | | Task-number: QTBUG-9805
* | Use different ports for network tests to avoid clashes in parallel testing.Martin Jones2010-04-136-20/+20
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-132-22/+33
|\ \
| * | Speed up borderimage test.Yann Bodson2010-04-131-6/+6
| | |
| * | Exclude webview examples when compiled without webviewAaron Kennedy2010-04-131-0/+6
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-131-15/+19
| |\
| | * Use SRCDIR to make examples test work with shadow builds.Yann Bodson2010-04-131-15/+19
| | |
| * | Fix testAaron Kennedy2010-04-131-1/+2
| |/
* | Ensure view position is correct for highlight range modes that have a static ↵Martin Jones2010-04-132-0/+68
|/ | | | | | highlight Task-number: QTBUG-9791