aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-3/+3
* Smaller cleanupsLars Knoll2015-09-251-5/+3
* Remove some unused codeLars Knoll2015-09-251-129/+0
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-10/+10
* 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
* | Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh2015-06-251-2/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-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