aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-15/+21
* Make property interceptors work on alias properties againLars Knoll2015-11-261-14/+42
* Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-2/+1
* CleanupsLars Knoll2015-09-251-2/+1
* Get rid of the special handling of list properties in the vmemoLars Knoll2015-09-251-9/+2
* Get rid of the aConnected bit array in the vmemoLars Knoll2015-09-251-1/+0
* Cleanups to property allocation in the VMEMOLars Knoll2015-09-251-2/+0
* Smaller cleanupsLars Knoll2015-09-251-2/+0
* Cleanup code in the VMEMOLars Knoll2015-08-191-1/+1
* Switch to the non compat metacall overloadLars Knoll2015-08-191-1/+1
* Get rid of special handling of var propertiesLars Knoll2015-08-181-2/+4
* Remove special case for var propertiesFrank Meerkoetter2015-08-181-3/+2
* Use QV4::MemberData for property storageFrank Meerkoetter2015-08-181-0/+1
* Update copyright notice.Frank Meerkoetter2015-08-181-0/+1
* Remove the QQmlVMEVariant array memberFrank Meerkoetter2015-08-181-1/+0
* Port QObject* away from QQmlVMEVariantFrank Meerkoetter2015-08-181-1/+3
* Port QDate/QDateTime/QRectF away from QQmlVmeVariantFrank Meerkoetter2015-08-181-0/+6
* Port QUrl/QSizeF away from QQmlVmeVariantFrank Meerkoetter2015-08-181-0/+4
* Store all properties in one Javascript arrayFrank Meerkoetter2015-08-181-10/+2
* Store int/bool/double/string and sizef as QV4::Value in a Javascript arrayFrank Meerkoetter2015-08-181-0/+20
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Changed value type property index encodingSimon Hausmann2014-12-101-5/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix property caches out of sync with grouped properties that have a VME meta ...Simon Hausmann2014-03-131-0/+3
* Rename some filesLars Knoll2014-01-311-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Compile JS functions as part of the QQmlCompiler run in the loader threadSimon Hausmann2013-10-111-3/+3
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-4/+4
* Remove some unused code and forward declarationsLars Knoll2013-06-281-2/+0
* Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-2/+0
* Implement JS ownership policy for var and variant propertiesSimon Hausmann2013-05-241-5/+6
* Get rid of some v8 based codeLars Knoll2013-05-241-6/+6
* Remove the remaining traces of v8::persistentLars Knoll2013-05-081-1/+1
* Move qqmlvmemetaobject over to use QV4::PersistentValueLars Knoll2013-05-081-1/+3
* Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* We need to export QQmlVMEMetaObject to support the designerThomas Hartmann2012-10-121-1/+1
* Fix a crash in QQmlPropertyCache::findPropertyJocelyn Turcotte2012-09-281-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-0/+17
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-2/+2
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-4/+5