summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmllistscriptclass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-149/+0
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-48/+24
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-36/+21
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-21/+36
* Convert lists to variants on assignment.Aaron Kennedy2010-01-281-2/+27
* Compile with Qt 4.6.1Aaron Kennedy2010-01-201-2/+2
* Update QML following bd3caa48edf2cd53e561cec7ee7ccec6748a4843Aaron Kennedy2010-01-151-6/+6
* Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-111-3/+3
* Stop using QGuardAaron Kennedy2009-12-231-1/+2
* fix includesOswald Buddenhagen2009-12-031-2/+3
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
* less compile warningsYann Bodson2009-11-041-5/+10
* fix headersWarwick Allison2009-10-291-16/+16
* Support read-only iteration of list propertiesAaron Kennedy2009-10-141-0/+141