summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlobjectscriptclass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* fix headersWarwick Allison2009-10-291-16/+16
|
* Fix more warnings.Michael Brasser2009-10-261-1/+0
|
* Add binding assignment warningsAaron Kennedy2009-10-161-6/+17
|
* Correctly pass context to QmlObjectScriptClassAaron Kennedy2009-10-161-3/+12
|
* Fix dynamic exampleAlan Alpert2009-10-151-0/+1
| | | | | | Had some accidental global vars Task-number: One of the QT-2270s
* Support read-only iteration of list propertiesAaron Kennedy2009-10-141-3/+9
| | | | Eventually this should be extended to support modifying list properties.
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-1/+1
|
* Small optimizationAaron Kennedy2009-10-081-3/+4
|
* Fix crashAaron Kennedy2009-10-081-1/+1
|
* Update to use new QScriptDeclarativeClass APIAaron Kennedy2009-10-081-2/+2
|
* Remove bogus assertAaron Kennedy2009-10-071-1/+0
|
* Add Object.destroy(int delay) parameterAaron Kennedy2009-10-071-3/+5
|
* Improve scope handlingAaron Kennedy2009-10-061-22/+34
|
* Share QScriptValue's where possibleAaron Kennedy2009-10-061-1/+10
| | | | Also add an autotest for object comparisons
* Fix test failuresAaron Kennedy2009-10-051-4/+7
|
* Fix attached properties/enums from ecmascriptAaron Kennedy2009-10-051-2/+28
|
* Update to new QScriptDeclarativeClass APIAaron Kennedy2009-10-051-15/+8
|
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-9/+13
|
* Prevent writes to the global objectAaron Kennedy2009-10-051-36/+47
| | | | Also add toString() method to qobjects
* Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-051-75/+35
|
* Improve script lookup cachingAaron Kennedy2009-10-051-0/+283