summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix deployment for declarative tests, examples on SymbianDamian Jansen2011-10-041-1/+1
| | | | | Task-number: QTBUG-21306 Reviewed-by: Rohan McGovern
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-041-0/+1
| | | | | | | | | | | | | | now has an overview of different approaches to QML/C++ integration and demonstrates how to pass data between QML and C++ through properties/functions/signals. The part in the old docs that focused on QDeclarativeContext has been merged into the QDeclarativeContext class docs (although most of the info was largely covered in there already) and the part that covered Network Components has been moved to the QDeclarativeComponent class docs. The custom enum types example previously in extending-tutorial.qdoc has been moved to these new docs. Task-number: QTBUG-14923
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-0/+1
| | | | other minor doc fixes
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* 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
|
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* 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-152-79/+26
| | | | 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-132-0/+98
|
* 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-052-0/+4
|
* 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-043-3/+5
| | | | Tweak for QTBUG-5296 (lots of other examples hang too though)
* Allow example-specific test.Warwick Allison2009-11-032-2/+12
| | | | | Allow examples to report failure via error property. Workaround QTBUG-5296 by running webbrowser demo for longer.
* fix headersWarwick Allison2009-10-291-0/+40
|
* Make more mac friendlyAaron Kennedy2009-10-281-1/+2
|
* Allow paths to be excluded from testAaron Kennedy2009-09-211-0/+17
|
* Add an autotest to ensure all our examples/demos launchAaron Kennedy2009-09-213-0/+147