summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlobjectscriptclass_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-111-2/+2
* Basic QML JS benchmarkAaron Kennedy2010-01-081-1/+1
* Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2009-12-171-0/+1
* Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-111-2/+7
* fix includesOswald Buddenhagen2009-12-031-2/+4
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
* Remove include styles that rely on configure.Warwick Allison2009-12-011-2/+2
* fix headersWarwick Allison2009-10-291-16/+16
* Add binding assignment warningsAaron Kennedy2009-10-161-1/+2
* Correctly pass context to QmlObjectScriptClassAaron Kennedy2009-10-161-1/+2
* Improve scope handlingAaron Kennedy2009-10-061-1/+2
* Fix attached properties/enums from ecmascriptAaron Kennedy2009-10-051-1/+6
* Update to new QScriptDeclarativeClass APIAaron Kennedy2009-10-051-5/+4
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-4/+2
* Prevent writes to the global objectAaron Kennedy2009-10-051-0/+8
* Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-051-0/+2
* Improve script lookup cachingAaron Kennedy2009-10-051-0/+98