aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativepropertycache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-889/+0
* Reduce size of QDeclarativePropertyDataAaron Kennedy2012-02-201-2/+2
* Reduce the memory used by QStringHashAaron Kennedy2012-02-161-1/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-4/+3
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-121-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-221-1/+36
* Remove hardcoded assumptions about methods in QObjectChris Adams2011-12-201-4/+7
* Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-201-13/+33
* Introduce more generic fast property handlingAaron Kennedy2011-12-051-90/+142
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-74/+78
* Cache QObject method argumentsAaron Kennedy2011-10-251-6/+113
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-191-4/+11
* Clean up declarative includesKent Hansen2011-10-171-4/+4
* Asynchronous component instantiationAaron Kennedy2011-09-291-4/+13
* Compile fix.Michael Brasser2011-09-091-2/+2
* Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-011-0/+33
* Fix property lookup in QDeclarativePropertyCache::create.Roberto Raggi2011-08-301-3/+4
* Fix wrong usage of QStringHash iterators.Roberto Raggi2011-08-301-12/+17
* Optimize default property resolution in compilerAaron Kennedy2011-08-301-0/+8
* Improve performance of the QML front-endAaron Kennedy2011-08-301-0/+8
* Improve QStringHashAaron Kennedy2011-08-301-17/+40
* Revert "Set IsDirect flag of property cache data if appropriate"Kent Hansen2011-08-171-4/+0
* Set IsDirect flag of property cache data if appropriateKent Hansen2011-08-111-0/+4
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-4/+4
* Allow object to be accessed by multiple QDeclarativeEnginesAaron Kennedy2011-07-251-13/+9
* Correct handling of QObject* and QWidget* propertiesAaron Kennedy2011-07-071-2/+5
* Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-041-88/+162
* Performance improvementsAaron Kennedy2011-06-141-0/+19
* Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-141-2/+2
* Implement global handle trackingAaron Kennedy2011-06-081-4/+2
* Implement ListModel in V8Aaron Kennedy2011-06-071-13/+16
* Merge branch 'master' into v8Michael Brasser2011-06-071-17/+17
|\
| * Merge branch 'qtquick2'Martin Jones2011-05-311-0/+2
| |\
| * | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
* | | Initial V8 integrationAaron Kennedy2011-06-061-31/+37
| |/ |/|
* | Revert "cache the arguments in property cache data"Charles Yin2011-05-251-30/+1
* | cache the arguments in property cache dataCharles Yin2011-05-131-1/+30
* | Initial import from qtquick2.Qt by Nokia2011-04-271-0/+2
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+471