summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontextscriptclass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-111-1/+2
* Stop using QGuardAaron Kennedy2009-12-231-2/+3
* Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-111-2/+2
* fix includesOswald Buddenhagen2009-12-031-4/+5
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-021-4/+29
|\
| * Cache binding closuresAaron Kennedy2009-12-021-4/+29
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-3/+3
|/
* less compile warningsYann Bodson2009-11-041-0/+1
* fix headersWarwick Allison2009-10-291-16/+16
* Simplify the defaultObjects handlingAaron Kennedy2009-10-271-1/+1
* Don't search non-local context typesAaron Kennedy2009-10-201-3/+6
* Correctly pass context to QmlObjectScriptClassAaron Kennedy2009-10-161-4/+5
* Tweak scope ordering (again)Aaron Kennedy2009-10-091-17/+40
* Improve scope handlingAaron Kennedy2009-10-061-8/+37
* Fix test failuresAaron Kennedy2009-10-051-1/+1
* Fix attached properties/enums from ecmascriptAaron Kennedy2009-10-051-1/+2
* Update to new QScriptDeclarativeClass APIAaron Kennedy2009-10-051-42/+6
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-8/+35
* Improve script lookup cachingAaron Kennedy2009-10-051-0/+190