summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix repeater test.Martin Jones2010-02-102-5/+8
|
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-105-33/+32
| | | | This reverts commit d914555badcd4761864657e1e335e657b791453f.
* Fix expected error message.Martin Jones2010-02-101-3/+1
|
* Consolidate the two pathview tests and fix them all.Martin Jones2010-02-104-315/+89
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-091574-2/+178222
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (3355 commits) Get test compiling Remove unimplemented methods from header Properly insert objects into the context's object list Missed a file Compile Replace QList<>* support with QmlListProperty Remove old implicit module support. Use networkAccessManagerFactory() for worker threads too. Connect to localhost instead of QHostAddress::Any. Fixes test on Windows. Support the other validators Add empty constructor for validators. Add getter functions to QAbstractDynamicMetaObject and QmlOpenMetaObjectType Document QtObject Changed define name to reflect change in Creator. re-enable QT_USE_FAST_CONCATENATION XMLHttpRequest collection bug For local fonts, we can just addApplicationFont() rather than loading data. The virtual keyboard is now working for TextEdit and TextInput components. Fix viewport size update. Make transformOrigin Center by default ...
| * Get test compilingAlan Alpert2010-02-091-1/+1
| | | | | | | | commit d914555badcd4761864657e1e335e657b791453f missed a spot
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-097-35/+50
| |\
| | * Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-095-32/+33
| | |
| | * Remove old implicit module support.Warwick Allison2010-02-092-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-qmlBea Lam2010-02-082-7/+186
| | |\
| | * | Connect to localhost instead of QHostAddress::Any. Fixes test on Windows.Bea Lam2010-02-081-3/+4
| | | |
| * | | Missed a fileAlan Alpert2010-02-091-0/+23
| | |/ | |/|
| * | Support the other validatorsAlan Alpert2010-02-081-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 Menard2010-02-082-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-qmlMartin Jones2010-02-0834-200/+237
| |\
| | * Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-082-0/+29
| | | | | | | | | | | | QTBUG-7957
| | * Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes).Bea Lam2010-02-0832-200/+208
| | | | | | | | | | | | Was causing some test failures on Windows.
| * | Fix test.Martin Jones2010-02-081-6/+22
| |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-085-30/+29
| |\
| | * Fix autotest.Michael Brasser2010-02-082-0/+10
| | |
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-051571-2/+177943
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (3324 commits) Fix test. Remove hacky fix (breaks autotest). Fix Behaviors for object-type properties. Pass symbols::prefix (Action -> QmlAction) Add license header. Fix bad merge (compile) Pass tst_headers::licenseCheck Fix ListView tests. Test fixes. More test fixes. Clean up QmlImageReader thread on engine destruction. Update test to handle QmlNetworkAccessManagerFactory Test fixes. Add a QEXPECT_FAIL for known bug. Fix autotest. Add some painting benchmarks. Make sure cookies are saved. Fix headers::licenseCheck autotest failure Re-add accidentally deleted file Test SizeItemToLoader to SizeLoaderToItem resizeMode change. ...
| * | | Fix test.Martin Jones2010-02-051-2/+1
| | |/ | |/|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-052-0/+46
| |\ \
| | * | Fix Behaviors for object-type properties.Michael Brasser2010-02-052-0/+46
| | | | | | | | | | | | | | | | Task-number: QT-2269
| * | | Fix test.Martin Jones2010-02-051-2/+1
| |/ /
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-052-85/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tests/benchmarks/declarative/painting/paintbenchmark.cpp
| | * | Fix bad merge (compile)Warwick Allison2010-02-051-83/+0
| | | |
| | * | Pass tst_headers::licenseCheckWarwick Allison2010-02-051-0/+40
| | | |
| * | | Add license header.Martin Jones2010-02-051-1/+41
| |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-0513-24/+24
| |\ \
| | * | Test fixes.Michael Brasser2010-02-058-12/+12
| | | |
| | * | More test fixes.Michael Brasser2010-02-055-12/+12
| | | |
| * | | Fix ListView tests.Martin Jones2010-02-051-11/+27
| |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-054-2/+5
| |\ \
| | * | Test fixes.Michael Brasser2010-02-053-2/+3
| | | |
| | * | Add a QEXPECT_FAIL for known bug.Michael Brasser2010-02-051-0/+2
| | | |
| * | | Update test to handle QmlNetworkAccessManagerFactoryMartin Jones2010-02-051-19/+22
| |/ /
| * | Fix autotest.Michael Brasser2010-02-051-49/+43
| | | | | | | | | | | | The vme instruction set has changed.
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-051571-2/+177925
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (3309 commits) Add some painting benchmarks. Make sure cookies are saved. Fix headers::licenseCheck autotest failure Re-add accidentally deleted file Test SizeItemToLoader to SizeLoaderToItem resizeMode change. Document QmlContext ownership. Add bug note. Fix elision and multilength strings when resizing a Text element. Document calling C++ methods from QML. Document margins property Augment documentation doc: There is no easeNone, it is called easeLinear doc: Converted the basic types page to use \qmlbasictype Focus focusScope from focusing for focusOnPress Really run image reader in its own thread. Don't create one QNetworkAccessManager per XMLHttpRequest We use JavaScript, not ECMAScript. XMLHttpRequest redirection update Image.paintedWidth and Image.paintedHeight when the source changes Remove debug. ...
| | * | Add some painting benchmarks.Martin Jones2010-02-052-0/+282
| | | | | | | | | | | | | | | | Task-number: QT-2780
| | * | Fix headers::licenseCheck autotest failureLeonardo Sobral Cunha2010-02-041-0/+40
| | | |
| | * | Re-add accidentally deleted fileAaron Kennedy2010-02-041-0/+6
| | | |
| | * | Test SizeItemToLoader to SizeLoaderToItem resizeMode change.Martin Jones2010-02-041-0/+7
| | | | | | | | | | | | | | | | Task-number: QT-2376
| | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-02-041568-2/+177590
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git-nokia.trolltech.com.au/qtsoftware/qt/kinetic Conflicts: src/xmlpatterns/type/qprimitives_p.h tools/linguist/lupdate/main.cpp
| | | * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2010-02-04172-372/+2155
| | | |\ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | | * | XMLHttpRequest redirectionAaron Kennedy2010-02-037-0/+149
| | | | | |
| | | | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2010-02-036-0/+109
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | | | * | Test case for QTBUG-7860Aaron Kennedy2010-02-032-0/+16
| | | | | | |
| | | | | * | Missing filesAaron Kennedy2010-02-033-0/+44
| | | | | | |
| | | | | * | Test for default property orderingAaron Kennedy2010-02-032-0/+49
| | | | | | |