summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlpropertycache.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/+1
|
* Ensure cleanup happens before the destruction of QScriptEngineAaron Kennedy2009-10-261-2/+12
| | | | This was causing crashes on windows.
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-5/+5
|
* Use QMetaObject::indexOfProperty()Aaron Kennedy2009-10-051-8/+4
| | | | | This is both more efficient, and allows the creation of dynamic properties.
* Fix test failuresAaron Kennedy2009-10-051-0/+2
|
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-6/+6
|
* Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-051-0/+37
|
* QmlMetaProperty cleanupAaron Kennedy2009-10-051-12/+43
|
* Improve script lookup cachingAaron Kennedy2009-10-051-5/+15
|
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-0/+137