summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/tst_examples.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples autotest when compiled without webkit or xmlpatternsBea Lam2010-05-171-2/+2
|
* graphicsWidgets doc example was previously removedBea Lam2010-05-161-1/+0
|
* Fix autotestsAaron Kennedy2010-05-071-15/+8
|
* Fix autotestAaron Kennedy2010-05-061-0/+1
|
* Don't test snippets with C++ componentsBea Lam2010-04-281-0/+2
|
* These examples should not be included in this testAlan Alpert2010-04-261-0/+1
| | | | This test doesn't cover examples with a C++ component
* Update examples autotest to use the runtime directlyAaron Kennedy2010-04-151-79/+24
| | | | This improves the test execution time
* Temporarily disable tests that require compilationAaron Kennedy2010-04-141-0/+3
|
* Further improve failure outputAaron Kennedy2010-04-141-57/+7
| | | | Now prints all the failures, not just the first.
* Remove double fail messageAaron Kennedy2010-04-141-2/+0
|
* Improve test failure messageAaron Kennedy2010-04-141-1/+2
|
* More verbose message on failure.Warwick Allison2010-04-141-1/+4
|
* Exclude webview examples when compiled without webviewAaron Kennedy2010-04-131-0/+6
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-131-15/+19
|\
| * Use SRCDIR to make examples test work with shadow builds.Yann Bodson2010-04-131-15/+19
| |
* | Fix testAaron Kennedy2010-04-131-1/+2
|/
* Fix test (run with -qws on QWS).Michael Brasser2010-04-131-0/+4
|
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+95
|
* Don't test XmlListModel examples on platforms without QtXmlPatternsAlan Alpert2010-04-121-0/+6
|
* Fix declarative examples autotest, avoid using native separatorsLeonardo Sobral Cunha2010-04-121-2/+2
| | | | Reviewed-by: Joona Petrell
* Fix test on QWS.Michael Brasser2010-04-121-0/+4
|
* Exclude gestures from examples autotestAaron Kennedy2010-04-121-0/+1
|
* Exclude proxywidgets from examples autotestAaron Kennedy2010-04-121-0/+1
|
* Verbose failure outputWarwick Allison2010-04-091-0/+2
|
* Add running of examples to quality gate.Warwick Allison2010-04-081-2/+2
| | | | Fix broken examples too.
* Include QML doc snippets in examples autotestAaron Kennedy2010-03-051-0/+2
|
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-1/+0
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-5/+6
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Exclude plugins example in test.Martin Jones2010-02-101-0/+1
|
* Ensure root object is at least created.Warwick Allison2009-11-041-2/+3
| | | | Tweak for QTBUG-5296 (lots of other examples hang too though)
* Allow example-specific test.Warwick Allison2009-11-031-2/+6
| | | | | Allow examples to report failure via error property. Workaround QTBUG-5296 by running webbrowser demo for longer.
* fix headersWarwick Allison2009-10-291-0/+40
|
* Allow paths to be excluded from testAaron Kennedy2009-09-211-0/+17
|
* Add an autotest to ensure all our examples/demos launchAaron Kennedy2009-09-211-0/+138