summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmllistscriptclass_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-87/+0
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-2/+3
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-1/+1
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-1/+1
* Convert lists to variants on assignment.Aaron Kennedy2010-01-281-2/+3
* Compile with Qt 4.6.1Aaron Kennedy2010-01-201-3/+3
* Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-111-1/+1
* fix headersWarwick Allison2009-10-291-16/+16
* Support read-only iteration of list propertiesAaron Kennedy2009-10-141-0/+85