Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-15 | 4 | -10/+15 |
|\ | |||||
| * | Make tst_qmlecmascript::dynamicDestruction stable | Aaron Kennedy | 2010-02-15 | 1 | -5/+4 |
| | | |||||
| * | Make tst_qmlmetatype stable | Aaron Kennedy | 2010-02-15 | 1 | -3/+6 |
| | | |||||
| * | Make tests compile without webkit | Aaron Kennedy | 2010-02-15 | 2 | -2/+5 |
| | | |||||
* | | Update as test running qmakery changes. | Warwick Allison | 2010-02-15 | 1 | -1/+7 |
|/ | |||||
* | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-13 | 1519 | -5/+175336 |
|\ | | | | | | | | | | | Conflicts: tests/auto/qlineedit/tst_qlineedit.cpp tests/benchmarks/benchmarks.pro | ||||
| * | Cleanup public QmlMetaType API | Aaron Kennedy | 2010-02-12 | 1 | -15/+24 |
| | | | | | | | | Remove some unnecessary methods from the QmlMetaType class | ||||
| * | Fix case sensitivity bug in previous commit | Joona Petrell | 2010-02-12 | 2 | -2/+2 |
| | | |||||
| * | Adds inputMethodHint property to TextEdit and TextInput. | Joona Petrell | 2010-02-12 | 4 | -0/+44 |
| | | | | | | | | Reviewed-by: Martin Jones | ||||
| * | Decouple Loader from QmlGraphicsItem | Joona Petrell | 2010-02-12 | 5 | -5/+112 |
| | | | | | | | | | | Task-number: QT-2823 Reviewed-by: Aaron Kennedy | ||||
| * | Make test more stable. | Rohan McGovern | 2010-02-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | qApp->processEvents() has the same effect as QTest::qWait(0) and should already `Let the animation start'. The additional events processing would let the animation progress too far on a slow machine. Timing tested by running under Valgrind. | ||||
| * | Fixed race condition in tst_qmlgraphicswebview::multipleWindows | Rohan McGovern | 2010-02-12 | 2 | -1/+5 |
| | | | | | | | | This timer must not be started until the web view has finished loading. | ||||
| * | Fix qmlgraphicswebview:pixelCache autotest by setting defaults on html | Leonardo Sobral Cunha | 2010-02-12 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Michael Brasser | ||||
| * | Fixed compile of these recently renamed tests. | Rohan McGovern | 2010-02-11 | 9 | -9/+9 |
| | | | | | | | | | | Renaming the source file requires renaming the .moc file too. Unfortunately the problem is hidden when not doing a clean build. | ||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵ | Qt Continuous Integration System | 2010-02-11 | 1508 | -0/+175059 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (3397 commits) Update QmlChanges.txt Adds qml prefix to all declarative autotests Removed "running: true" for animations used as propertyvaluesource Animations are running by default when used as property source value Fix QmlEngine offlineStoragePath test. Fix Image test on Windows. Fix FontLoader test on Windows. Test should use ceil() not floor() since ceil() is used for calculating Fix BorderImage tests on Windows. Test should use ceil() not floor() since ceil() is used for calculating Clean up Must pass app arguments onto qExec() or else test system cannot QML Object toString should use 64-bit address on 64-bit platforms Improve stability of tst_qmlecmascript::dynamicDestruction Fix tst_qmlecmascript::callQtInvokables Fixed qmldebug* tests crashing. Fix declarative/qmldom::loadDynamicProperty autotest Fix declarative/animatedimage autotest Removed the tests/auto/declarative/visual(&examples) from .pro Add EXPECT_FAIL to js parser tests in declarative ui ... | ||||
| | * | Adds qml prefix to all declarative autotests | Leonardo Sobral Cunha | 2010-02-11 | 215 | -19/+19 |
| | | | |||||
| | * | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 18 | -19/+14 |
| | | | | | | | | | | | | | | | | | | 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 | 3 | -0/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | | |||||
| | * | 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 | 12 | -18/+32 |
| | |\ | |||||
| | | * | 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 | 28 | -175/+798 |
| | | |\ | |||||
| | | | * | Improve stability of tst_qmlecmascript::dynamicDestruction | Aaron Kennedy | 2010-02-11 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | Tweak timing to be more forgiving to system load. | ||||
| | | | * | 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 | 1506 | -0/+174992 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ... | ||||
| | | * | | Expect fail. | Martin Jones | 2010-02-10 | 1 | -0/+4 |
| | | | | | |||||
| | | * | | Expect fails. | Martin Jones | 2010-02-10 | 1 | -0/+3 |
| | | | | | |||||
| | | * | | 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 |
| | | |/ / | |||||
| | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-10 | 3 | -1/+21 |
| | | |\ \ | |||||
| | | | * | | Test | Aaron Kennedy | 2010-02-10 | 1 | -0/+17 |
| | | | |/ | |||||
| | | | * | 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 | 6 | -318/+91 |
| | | | |\ | |||||
| | | | | * | 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 | 8 | -33/+77 |
| | | | |\ \ | |||||
| | | | * | | | 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 |
| | | | | | | |