Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix deployment for declarative tests, examples on Symbian | Damian Jansen | 2011-10-04 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-21306 Reviewed-by: Rohan McGovern | ||||
* | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -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 McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Largely rewrite the Using QML in C++ Applications documentation. It | Bea Lam | 2010-11-04 | 1 | -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 Lam | 2010-06-09 | 1 | -0/+1 |
| | | | | other minor doc fixes | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Fix examples autotest when compiled without webkit or xmlpatterns | Bea Lam | 2010-05-17 | 1 | -2/+2 |
| | |||||
* | graphicsWidgets doc example was previously removed | Bea Lam | 2010-05-16 | 1 | -1/+0 |
| | |||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Fix autotests | Aaron Kennedy | 2010-05-07 | 1 | -15/+8 |
| | |||||
* | Fix autotest | Aaron Kennedy | 2010-05-06 | 1 | -0/+1 |
| | |||||
* | Don't test snippets with C++ components | Bea Lam | 2010-04-28 | 1 | -0/+2 |
| | |||||
* | These examples should not be included in this test | Alan Alpert | 2010-04-26 | 1 | -0/+1 |
| | | | | This test doesn't cover examples with a C++ component | ||||
* | Update examples autotest to use the runtime directly | Aaron Kennedy | 2010-04-15 | 2 | -79/+26 |
| | | | | This improves the test execution time | ||||
* | Temporarily disable tests that require compilation | Aaron Kennedy | 2010-04-14 | 1 | -0/+3 |
| | |||||
* | Further improve failure output | Aaron Kennedy | 2010-04-14 | 1 | -57/+7 |
| | | | | Now prints all the failures, not just the first. | ||||
* | Remove double fail message | Aaron Kennedy | 2010-04-14 | 1 | -2/+0 |
| | |||||
* | Improve test failure message | Aaron Kennedy | 2010-04-14 | 1 | -1/+2 |
| | |||||
* | More verbose message on failure. | Warwick Allison | 2010-04-14 | 1 | -1/+4 |
| | |||||
* | Exclude webview examples when compiled without webview | Aaron Kennedy | 2010-04-13 | 1 | -0/+6 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-13 | 1 | -15/+19 |
|\ | |||||
| * | Use SRCDIR to make examples test work with shadow builds. | Yann Bodson | 2010-04-13 | 1 | -15/+19 |
| | | |||||
* | | Fix test | Aaron Kennedy | 2010-04-13 | 1 | -1/+2 |
|/ | |||||
* | Fix test (run with -qws on QWS). | Michael Brasser | 2010-04-13 | 1 | -0/+4 |
| | |||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 2 | -0/+98 |
| | |||||
* | Don't test XmlListModel examples on platforms without QtXmlPatterns | Alan Alpert | 2010-04-12 | 1 | -0/+6 |
| | |||||
* | Fix declarative examples autotest, avoid using native separators | Leonardo Sobral Cunha | 2010-04-12 | 1 | -2/+2 |
| | | | | Reviewed-by: Joona Petrell | ||||
* | Fix test on QWS. | Michael Brasser | 2010-04-12 | 1 | -0/+4 |
| | |||||
* | Exclude gestures from examples autotest | Aaron Kennedy | 2010-04-12 | 1 | -0/+1 |
| | |||||
* | Exclude proxywidgets from examples autotest | Aaron Kennedy | 2010-04-12 | 1 | -0/+1 |
| | |||||
* | Verbose failure output | Warwick Allison | 2010-04-09 | 1 | -0/+2 |
| | |||||
* | Add running of examples to quality gate. | Warwick Allison | 2010-04-08 | 1 | -2/+2 |
| | | | | Fix broken examples too. | ||||
* | Include QML doc snippets in examples autotest | Aaron Kennedy | 2010-03-05 | 2 | -0/+4 |
| | |||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 1 | -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 Allison | 2010-02-24 | 1 | -5/+6 |
| | | | | QDeclarativeXXX. | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Exclude plugins example in test. | Martin Jones | 2010-02-10 | 1 | -0/+1 |
| | |||||
* | Ensure root object is at least created. | Warwick Allison | 2009-11-04 | 3 | -3/+5 |
| | | | | Tweak for QTBUG-5296 (lots of other examples hang too though) | ||||
* | Allow example-specific test. | Warwick Allison | 2009-11-03 | 2 | -2/+12 |
| | | | | | Allow examples to report failure via error property. Workaround QTBUG-5296 by running webbrowser demo for longer. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -0/+40 |
| | |||||
* | Make more mac friendly | Aaron Kennedy | 2009-10-28 | 1 | -1/+2 |
| | |||||
* | Allow paths to be excluded from test | Aaron Kennedy | 2009-09-21 | 1 | -0/+17 |
| | |||||
* | Add an autotest to ensure all our examples/demos launch | Aaron Kennedy | 2009-09-21 | 3 | -0/+147 |