Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 tests | Bea Lam | 2010-02-10 | 2 | -1/+4 |
| | |||||
* | 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 | 7 | -33/+57 |
| |\ \ | |||||
| * | | | 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 "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 5 | -33/+32 |
| |_|/ |/| | | | | | | | | This reverts commit d914555badcd4761864657e1e335e657b791453f. | ||||
* | | | 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 |
| |/ |/| | |||||
* | | Get test compiling | Alan Alpert | 2010-02-09 | 1 | -1/+1 |
| | | | | | | | | commit d914555badcd4761864657e1e335e657b791453f missed a spot | ||||
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Alan Alpert | 2010-02-09 | 7 | -35/+50 |
|\ \ | |||||
| * | | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-09 | 5 | -32/+33 |
| |/ | |||||
| * | Remove old implicit module support. | Warwick Allison | 2010-02-09 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | Previously, it was allowed to use type qualification to refer to types defined in subdirectories - indeed, this was the only form of modularity. This is no longer desirable since we have good import features. Task-number: QTBUG-7721 | ||||
| * | Merge branch 'master' of git://git-nokia.trolltech.com.au/qtsoftware/qt/qt-qml | Bea Lam | 2010-02-08 | 2 | -7/+186 |
| |\ | |||||
| * | | Connect to localhost instead of QHostAddress::Any. Fixes test on Windows. | Bea Lam | 2010-02-08 | 1 | -3/+4 |
| | | | |||||
* | | | Missed a file | Alan Alpert | 2010-02-09 | 1 | -0/+23 |
| |/ |/| | |||||
* | | Support the other validators | Alan Alpert | 2010-02-08 | 1 | -6/+89 |
| | | | | | | | | | | | | | | Note that a resolution will be required for QTBUG-8025 before the QRegExpValidator is useful. Task-number: QTBUG-7068 | ||||
* | | The virtual keyboard is now working for TextEdit and TextInput components. | Alexis Menard | 2010-02-08 | 2 | -1/+97 |
|/ | | | | | | | | | In order to show the virtual keyboard we need to send RequestSoftwareInputPanel. I also fixed TextInput regarding the inputQuery implementation. Task-number:QTBUG-7602 Reviewed-by:akennedy | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-08 | 34 | -200/+237 |
|\ | |||||
| * | Allow objects to be shared between QmlEngines | Aaron Kennedy | 2010-02-08 | 2 | -0/+29 |
| | | | | | | | | QTBUG-7957 | ||||
| * | Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes). | Bea Lam | 2010-02-08 | 32 | -200/+208 |
| | | | | | | | | Was causing some test failures on Windows. | ||||
* | | Fix test. | Martin Jones | 2010-02-08 | 1 | -6/+22 |
|/ | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-08 | 2 | -0/+10 |
|\ | |||||
| * | Fix autotest. | Michael Brasser | 2010-02-08 | 2 | -0/+10 |
| | | |||||
* | | Fix test. | Martin Jones | 2010-02-05 | 1 | -2/+1 |
|/ | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-05 | 2 | -0/+46 |
|\ | |||||
| * | Fix Behaviors for object-type properties. | Michael Brasser | 2010-02-05 | 2 | -0/+46 |
| | | | | | | | | Task-number: QT-2269 | ||||
* | | Fix test. | Martin Jones | 2010-02-05 | 1 | -2/+1 |
|/ | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-05 | 13 | -24/+24 |
|\ | |||||
| * | Test fixes. | Michael Brasser | 2010-02-05 | 8 | -12/+12 |
| | | |||||
| * | More test fixes. | Michael Brasser | 2010-02-05 | 5 | -12/+12 |
| | | |||||
* | | Fix ListView tests. | Martin Jones | 2010-02-05 | 1 | -11/+27 |
|/ | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-05 | 4 | -2/+5 |
|\ | |||||
| * | Test fixes. | Michael Brasser | 2010-02-05 | 3 | -2/+3 |
| | | |||||
| * | Add a QEXPECT_FAIL for known bug. | Michael Brasser | 2010-02-05 | 1 | -0/+2 |
| | | |||||
* | | Update test to handle QmlNetworkAccessManagerFactory | Martin Jones | 2010-02-05 | 1 | -19/+22 |
|/ | |||||
* | Fix autotest. | Michael Brasser | 2010-02-05 | 1 | -49/+43 |
| | | | | The vme instruction set has changed. | ||||
* | Re-add accidentally deleted file | Aaron Kennedy | 2010-02-04 | 1 | -0/+6 |
| | |||||
* | Test SizeItemToLoader to SizeLoaderToItem resizeMode change. | Martin Jones | 2010-02-04 | 1 | -0/+7 |
| | | | | Task-number: QT-2376 | ||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Michael Brasser | 2010-02-04 | 94 | -307/+560 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | XMLHttpRequest redirection | Aaron Kennedy | 2010-02-03 | 7 | -0/+149 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2010-02-03 | 6 | -0/+109 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Test case for QTBUG-7860 | Aaron Kennedy | 2010-02-03 | 2 | -0/+16 |
| | | | |||||
| | * | Missing files | Aaron Kennedy | 2010-02-03 | 3 | -0/+44 |
| | | | |||||
| | * | Test for default property ordering | Aaron Kennedy | 2010-02-03 | 2 | -0/+49 |
| | | |