summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlinstruction
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-591/+0
| | | | QDeclarativeXXX.
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-30/+12
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Fix autotest.Michael Brasser2010-02-051-49/+43
| | | | The vme instruction set has changed.
* CompileAaron Kennedy2010-01-121-1/+1
|
* Compile (will still fail)Warwick Allison2010-01-111-1/+1
|
* Update for change d406a899943c6d56d921bc290a009415a3c4eba5Warwick Allison2009-12-021-3/+3
|
* Use console.log, not print.Warwick Allison2009-11-231-2/+2
|
* QmlInstruction autotestAaron Kennedy2009-11-172-0/+615