summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativecontext
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-9/+9
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
| | | | Also rearrange the parameter order to be more clear.
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+5
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-151-5/+5
| | | | | | | | | This property complements Component.onCompleted. It is emitted before the destruction actually begins (for the most part) so the objects are still alive and accessible. The QtObject.onDestroyed signal is now blocked as it never really worked properly anyway.
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-9/+9
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Replace "var" with "variant" in testsAaron Kennedy2010-04-091-8/+8
|
* Block modifications to internal QDeclarativeContextsAaron Kennedy2010-03-181-0/+31
|
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-27/+5
| | | | It is faster and easier to use to just support a single context object.
* QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-0/+20
| | | | QT-2800
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-10/+10
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-0/+440
QDeclarativeXXX.