summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativecontext
Commit message (Collapse)AuthorAgeFilesLines
* Fixed QtDeclarative autotest deployment for WinCE devices.jaanttil2012-02-061-1/+3
| | | | | | Change-Id: Id42aefd69484d5cfe1f44566dffce4b05db5aa19 Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri 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
* 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.