aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix leak introduced in 0853343c33e394f35c31c161b019b2aed17f9256.Michael Brasser2012-08-281-6/+9
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-100/+140
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-14/+128
* Remove the use of QWidgetStar from QtQml.Stephen Kelly2012-08-151-2/+2
* Trim trailing whitespaceStephen Kelly2012-07-171-13/+13
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-0/+8
* Don't AssertAlan Alpert2012-06-251-1/+2
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-0/+50
* QtQuick: Fix warnings about unused variables.Friedemann Kleint2012-06-131-2/+0
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-6/+45
* Fix crash in lazy meta object generation.Aaron Kennedy2012-06-041-1/+1
* Simplify method name extraction in property cacheKent Hansen2012-05-241-15/+9
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-47/+483