summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlpropertycache_p.h
Commit message (Expand)AuthorAgeFilesLines
* Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-091-6/+14
* Set correct property flags for custom property types.Michael Brasser2009-12-171-1/+1
* Dynamic metaobject sharing and caching.Martin Jones2009-12-111-0/+2
* fix includesOswald Buddenhagen2009-12-031-3/+5
* OptimizationAaron Kennedy2009-12-031-6/+17
* 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-1/+2
|\
| * Two way WorkerScript communicationsAaron Kennedy2009-11-301-1/+2
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-2/+2
|/
* fix headersWarwick Allison2009-10-291-16/+16
* Ensure cleanup happens before the destruction of QScriptEngineAaron Kennedy2009-10-261-2/+6
* Fix buildThierry Bastian2009-10-091-1/+1
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-4/+6
* Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-051-7/+9
* QmlMetaProperty cleanupAaron Kennedy2009-10-051-2/+33
* Improve script lookup cachingAaron Kennedy2009-10-051-10/+27
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-0/+100