summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed race condition in tst_qmlgraphicswebview::multipleWindowsRohan McGovern2010-02-122-1/+5
| | | | This timer must not be started until the web view has finished loading.
* Explicitly pass size to standard pixmap icon loaders.Michael Brasser2010-02-121-95/+95
| | | | | | | If no size is passed the pixmaps will always be loaded to determine the size, wasting memory. This change allows the pixmaps to be loaded lazily. Reviewed-by: jbache
* Fix qmlgraphicswebview:pixelCache autotest by setting defaults on htmlLeonardo Sobral Cunha2010-02-121-1/+1
| | | | Reviewed-by: Michael Brasser
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-112598-40/+318918
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (3398 commits) Fixed compile of these recently renamed tests. 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 ...
| * Fixed compile of these recently renamed tests.Rohan McGovern2010-02-119-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 System2010-02-112598-40/+318918
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
| | * Update QmlChanges.txtLeonardo Sobral Cunha2010-02-111-0/+2
| | |
| | * Adds qml prefix to all declarative autotestsLeonardo Sobral Cunha2010-02-11215-19/+19
| | |
| | * Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-1130-39/+33
| | | | | | | | | | | | | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
| | * Animations are running by default when used as property source valueLeonardo Sobral Cunha2010-02-115-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 Jones2010-02-111-1/+1
| | |
| | * Fix Image test on Windows.Martin Jones2010-02-111-4/+4
| | |
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-110-0/+0
| | |\
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-111-9/+9
| | | |\
| | | * | Test should use ceil() not floor() since ceil() is used for calculatingBea Lam2010-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | width in QmlGraphicsTextPrivate::setupTextLayout().
| | * | | Fix FontLoader test on Windows.Martin Jones2010-02-111-1/+1
| | | |/ | | |/|
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-1113-25/+41
| | |\ \
| | | * | Test should use ceil() not floor() since ceil() is used for calculatingBea Lam2010-02-111-2/+2
| | | |/ | | | | | | | | | | | | with in QmlGraphicsTextPrivate::setupTextLayout().
| | | * Clean upBea Lam2010-02-115-6/+8
| | | |
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-11183-6146/+3261
| | | |\
| | | | * QML Object toString should use 64-bit address on 64-bit platformsAaron Kennedy2010-02-111-1/+1
| | | | |
| | | | * Improve stability of tst_qmlecmascript::dynamicDestructionAaron Kennedy2010-02-112-3/+7
| | | | | | | | | | | | | | | | | | | | Tweak timing to be more forgiving to system load.
| | | | * Fix tst_qmlecmascript::callQtInvokablesAaron Kennedy2010-02-111-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 McGovern2010-02-111-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 autotestLeonardo Sobral Cunha2010-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | Reviewed-by: akennedy
| | | | * Fix declarative/animatedimage autotestLeonardo Sobral Cunha2010-02-111-2/+0
| | | | |
| | | | * Removed the tests/auto/declarative/visual(&examples) from .proLeonardo Sobral Cunha2010-02-111-2/+0
| | | | |
| | | | * Add EXPECT_FAIL to js parser tests in declarative uiLeonardo Sobral Cunha2010-02-111-2/+12
| | | | | | | | | | | | | | | | | | | | Created QTBUG-8108 for handling these failures.
| | | * | Must pass app arguments onto qExec() or else test system cannotBea Lam2010-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | get test results with -xml mode.
| | * | | Fix BorderImage tests on Windows.Martin Jones2010-02-111-9/+9
| | | |/ | | |/|
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-102596-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-qmlAlan Alpert2010-02-106-9/+50
| | | |\ \
| | | | * | Expect fail.Martin Jones2010-02-101-0/+4
| | | | | |
| | | | * | Expect fails.Martin Jones2010-02-101-0/+3
| | | | | |
| | | | * | Make sure item release isn't deferred indefinatelyMartin Jones2010-02-102-9/+16
| | | | | |
| | | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-101-0/+25
| | | | |\ \
| | | | | * | Missing fileAaron Kennedy2010-02-101-0/+25
| | | | | | |
| | | | * | | Expect fail.Martin Jones2010-02-101-0/+2
| | | | |/ /
| | | * | | Attempt to clairify highlight range docsAlan Alpert2010-02-101-0/+10
| | | |/ /
| | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-104-1/+23
| | | |\ \
| | | | * | TestAaron Kennedy2010-02-101-0/+17
| | | | |/
| | | | * CrashAaron Kennedy2010-02-101-0/+2
| | | | |
| | | | * Fix testsBea Lam2010-02-102-1/+4
| | | | |
| | | * | Exclude plugins example in test.Martin Jones2010-02-101-0/+1
| | | |/
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-102-0/+5
| | | |\
| | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-107-321/+96
| | | | |\
| | | | | * Add expected fail and created QTBUG-8072 for qml animation auto-testLeonardo Sobral Cunha2010-02-101-0/+1
| | | | | |
| | | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-0974-1703/+2707
| | | | |\ \
| | | | * | | Reproduce bug.Warwick Allison2010-02-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-6203
| | | * | | | Compile.Martin Jones2010-02-101-1/+1
| | | | | | |