aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-1/+1
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix compiler warning about use of uninitialized variableLars Knoll2015-01-101-0/+1
* QML: fix uninitialized variable use.Erik Verbruggen2015-01-091-0/+1
* The property() calls in the proeprty cache only require a QJSEngine nowLars Knoll2015-01-081-4/+4
* Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-071-2/+38
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-291-7/+6
* Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-291-21/+17
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-231-0/+8
* Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-231-140/+131
* Read and write QObject pointer properties in QML without registration.Mitch Curtis2014-12-131-1/+23
* Fix QQmlPropertyCache population with gadgetsSimon Hausmann2014-12-121-2/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Make QQmlPropertyData::name constAlbert Astals Cid2014-03-031-2/+2
* Fix nasty bug in property cache leading to inaccessible signal parametersSimon Hausmann2014-02-031-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-061-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-161-2/+1
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-2/+3
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-101-1/+1
* Change access mode for functions declared in qmlCaroline Chao2013-09-101-1/+1
* Optimize lookups in the property cacheLars Knoll2013-08-051-3/+3
* Revert partially "Remove some unused code and forward declarations"Marco Bubke2013-07-181-0/+5
* Fix regression in tst_qqmlecmascript::signalAssignmentSimon Hausmann2013-07-051-2/+75
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-55/+0
* Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-281-1/+1
* Remove some unused code and forward declarationsLars Knoll2013-06-281-13/+2
* Get rid of QHashedV4StringLars Knoll2013-06-281-6/+6
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-20/+31
|\
| * QQmlPropertyCache: check methods before propertiesAlberto Mardegan2013-05-311-21/+25
| * Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-311-2/+9
* | Cleanup: It's QQmlV4Function and so the flag should also be called V4Function...Simon Hausmann2013-05-221-2/+2
* | Remove v8 dependencies in qhashedstringLars Knoll2013-05-221-4/+4
* | Fix invocation of QQmlV4Functions in JS/QMLSimon Hausmann2013-05-151-2/+2
* | Make the default constructor of PersistentValue not allocate a d pointerLars Knoll2013-05-071-3/+3
* | Rename Value::deletedValue() to Value::emptyValue()Lars Knoll2013-05-071-3/+3
* | Convert QQmlPropertyCache to use QV4::persistentValue instead of the v8 versionLars Knoll2013-05-061-4/+3
* | Fix conversion of values to QStringsLars Knoll2013-04-291-1/+3
* | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-2/+2
|/
* Stabilize CodeAlan Alpert2013-04-021-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-2/+0
* Declare QQmlV8Handle as a metatype where it is defined.Stephen Kelly2012-12-041-1/+0
* QQmlPropertyCache: adding setParent()Thomas Hartmann2012-11-051-0/+5
* Adding invalidate function to QQmlPropertyCacheThomas Hartmann2012-10-231-0/+33
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix property overriding lookup to exclude functionsv5.0.0-beta1Matthew Vogt2012-08-281-8/+28
* Refactor QQmlPropertyCacheMethodArguments creation.Michael Brasser2012-08-281-57/+21