summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlpropertycache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-081-0/+60
* Cache reset'abilityAaron Kennedy2010-01-281-0/+2
* Implement custom QML slot invokation logicAaron Kennedy2010-01-151-0/+9
* Add basic support for property iteration.Michael Brasser2010-01-131-0/+11
* Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-091-2/+79
* Set correct property flags for custom property types.Michael Brasser2009-12-171-3/+4
* Dynamic metaobject sharing and caching.Martin Jones2009-12-111-11/+18
* Fix leaks.Michael Brasser2009-12-081-1/+0
* fix includesOswald Buddenhagen2009-12-031-3/+4
* OptimizationAaron Kennedy2009-12-031-6/+27
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-021-0/+4
|\
| * Two way WorkerScript communicationsAaron Kennedy2009-11-301-0/+4
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
|/
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* 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
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-5/+5
* Use QMetaObject::indexOfProperty()Aaron Kennedy2009-10-051-8/+4
* 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