Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 30 | -39/+33 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | Animations are running by default when used as property source value | Leonardo Sobral Cunha | 2010-02-11 | 5 | -2/+69 |
| | | | | | | | | When you assign an animation to a property (used as source value), the animation will automatically start running, which is the most common behavior for this use case. Reviewed-by: Michael Brasser | ||||
* | Fix QmlEngine offlineStoragePath test. | Martin Jones | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | Fix Image test on Windows. | Martin Jones | 2010-02-11 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-11 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-11 | 1 | -9/+9 |
| |\ | |||||
| * | | Test should use ceil() not floor() since ceil() is used for calculating | Bea Lam | 2010-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | width in QmlGraphicsTextPrivate::setupTextLayout(). | ||||
* | | | Fix FontLoader test on Windows. | Martin Jones | 2010-02-11 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-11 | 13 | -25/+41 |
|\ \ | |||||
| * | | Test should use ceil() not floor() since ceil() is used for calculating | Bea Lam | 2010-02-11 | 1 | -2/+2 |
| |/ | | | | | | | with in QmlGraphicsTextPrivate::setupTextLayout(). | ||||
| * | Clean up | Bea Lam | 2010-02-11 | 5 | -6/+8 |
| | | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-11 | 183 | -6146/+3261 |
| |\ | |||||
| | * | QML Object toString should use 64-bit address on 64-bit platforms | Aaron Kennedy | 2010-02-11 | 1 | -1/+1 |
| | | | |||||
| | * | Improve stability of tst_qmlecmascript::dynamicDestruction | Aaron Kennedy | 2010-02-11 | 2 | -3/+7 |
| | | | | | | | | | | | | Tweak timing to be more forgiving to system load. | ||||
| | * | Fix tst_qmlecmascript::callQtInvokables | Aaron Kennedy | 2010-02-11 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | The assert in qmlobjectscriptclass.cpp is valid when the call is running in a correctly created QML environment, but not valid for the test case which bypasses QML. | ||||
| | * | Fixed qmldebug* tests crashing. | Rohan McGovern | 2010-02-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Tests would crash with `QThread: Destroyed while thread is still running' one in a billion runs, since wait() was not called on the test thread. Reviewed-by: leo | ||||
| | * | Fix declarative/qmldom::loadDynamicProperty autotest | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Reviewed-by: akennedy | ||||
| | * | Fix declarative/animatedimage autotest | Leonardo Sobral Cunha | 2010-02-11 | 1 | -2/+0 |
| | | | |||||
| | * | Removed the tests/auto/declarative/visual(&examples) from .pro | Leonardo Sobral Cunha | 2010-02-11 | 1 | -2/+0 |
| | | | |||||
| | * | Add EXPECT_FAIL to js parser tests in declarative ui | Leonardo Sobral Cunha | 2010-02-11 | 1 | -2/+12 |
| | | | | | | | | | | | | Created QTBUG-8108 for handling these failures. | ||||
| * | | Must pass app arguments onto qExec() or else test system cannot | Bea Lam | 2010-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | get test results with -xml mode. | ||||
* | | | Fix BorderImage tests on Windows. | Martin Jones | 2010-02-11 | 1 | -9/+9 |
| |/ |/| | |||||
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵ | Qt Continuous Integration System | 2010-02-10 | 2596 | -40/+318839 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (3377 commits) Expect fail. Expect fails. Attempt to clairify highlight range docs Make sure item release isn't deferred indefinately Expect fail. Missing file Exclude plugins example in test. Test Crash Fix tests Compile. Remove pathview test. Remove unneeded Fix repeater test. Revert "Remove unimplemented methods from header" Revert "Replace QList<>* support with QmlListProperty" Revert "Compile" Add expected fail and created QTBUG-8072 for qml animation auto-test Fix expected error message. Consolidate the two pathview tests and fix them all. ... | ||||
| * \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Alan Alpert | 2010-02-10 | 6 | -9/+50 |
| |\ \ | |||||
| | * | | Expect fail. | Martin Jones | 2010-02-10 | 1 | -0/+4 |
| | | | | |||||
| | * | | Expect fails. | Martin Jones | 2010-02-10 | 1 | -0/+3 |
| | | | | |||||
| | * | | Make sure item release isn't deferred indefinately | Martin Jones | 2010-02-10 | 2 | -9/+16 |
| | | | | |||||
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-10 | 1 | -0/+25 |
| | |\ \ | |||||
| | | * | | Missing file | Aaron Kennedy | 2010-02-10 | 1 | -0/+25 |
| | | | | | |||||
| | * | | | Expect fail. | Martin Jones | 2010-02-10 | 1 | -0/+2 |
| | |/ / | |||||
| * | | | Attempt to clairify highlight range docs | Alan Alpert | 2010-02-10 | 1 | -0/+10 |
| |/ / | |||||
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-10 | 4 | -1/+23 |
| |\ \ | |||||
| | * | | Test | Aaron Kennedy | 2010-02-10 | 1 | -0/+17 |
| | |/ | |||||
| | * | Crash | Aaron Kennedy | 2010-02-10 | 1 | -0/+2 |
| | | | |||||
| | * | Fix tests | Bea Lam | 2010-02-10 | 2 | -1/+4 |
| | | | |||||
| * | | Exclude plugins example in test. | Martin Jones | 2010-02-10 | 1 | -0/+1 |
| |/ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-10 | 2 | -0/+5 |
| |\ | |||||
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-10 | 7 | -321/+96 |
| | |\ | |||||
| | | * | Add expected fail and created QTBUG-8072 for qml animation auto-test | Leonardo Sobral Cunha | 2010-02-10 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-09 | 74 | -1703/+2707 |
| | |\ \ | |||||
| | * | | | Reproduce bug. | Warwick Allison | 2010-02-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-6203 | ||||
| * | | | | Compile. | Martin Jones | 2010-02-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Remove pathview test. | Martin Jones | 2010-02-10 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Remove unneeded | Martin Jones | 2010-02-10 | 1 | -8/+0 |
| | | | | | |||||
| * | | | | Fix repeater test. | Martin Jones | 2010-02-10 | 2 | -5/+8 |
| | | | | | |||||
| * | | | | Revert "Remove unimplemented methods from header" | Martin Jones | 2010-02-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit e712ecee850e04084643243a096befbf47e4e8b9. | ||||
| * | | | | Revert "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 24 | -248/+350 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit d914555badcd4761864657e1e335e657b791453f. | ||||
| * | | | | Revert "Compile" | Martin Jones | 2010-02-10 | 1 | -2/+2 |
| | |_|/ | |/| | | | | | | | | | | This reverts commit 0286ecdb8fc87b2c42d215aaabcbbffb5c508f01. | ||||
| * | | | Fix expected error message. | Martin Jones | 2010-02-10 | 1 | -3/+1 |
| | | | | |||||
| * | | | Consolidate the two pathview tests and fix them all. | Martin Jones | 2010-02-10 | 4 | -315/+89 |
| | | | |