aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache_p.h
Commit message (Expand)AuthorAgeFilesLines
* Smaller cleanupsLars Knoll2015-09-251-4/+2
* Remove some unused codeLars Knoll2015-09-251-7/+0
* Cleanup code in the VMEMOLars Knoll2015-08-191-0/+2
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-3/+3
* Reorder members to save some bytesLars Knoll2015-04-251-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
* The property() calls in the proeprty cache only require a QJSEngine nowLars Knoll2015-01-081-2/+2
* Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-071-0/+4
* Some minimal changes to make qmlpuppet compile againhjk2015-01-061-0/+2
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-291-5/+5
* Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-291-14/+9
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-231-1/+19
* Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-231-4/+4
* Changed value type property index encodingSimon Hausmann2014-12-101-2/+8
* 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
* [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-201-0/+1
* Fix error reporting timingSimon Hausmann2013-09-121-5/+2
* Fix error reporting for wrong signal parameter declarationsSimon Hausmann2013-09-081-2/+2
* Beginning of a new qml parserSimon Hausmann2013-09-081-0/+5
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-1/+1
* Revert partially "Remove some unused code and forward declarations"Marco Bubke2013-07-181-0/+2
* Fix regression in tst_qqmlecmascript::signalAssignmentSimon Hausmann2013-07-051-0/+2
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-1/+0
* Remove some unused code and forward declarationsLars Knoll2013-06-281-4/+0
* Get rid of QHashedV4StringLars Knoll2013-06-281-1/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-1/+1
|\
| * Fix -Wpedantic warningsAlbert Astals Cid2013-06-071-1/+1
* | Replace QV8QObjectResource with QV4::QObjectWrapperSimon Hausmann2013-05-231-3/+0
* | 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-1/+1
* | Get rid of v8::LocalLars Knoll2013-05-061-1/+1
* | Convert QQmlPropertyCache to use QV4::persistentValue instead of the v8 versionLars Knoll2013-05-061-1/+3
* | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-3/+3
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* QQmlPropertyCache: adding setParent()Thomas Hartmann2012-11-051-0/+1
* Adding invalidate function to QQmlPropertyCacheThomas Hartmann2012-10-231-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Refactor QQmlPropertyCacheMethodArguments creation.Michael Brasser2012-08-281-0/+3
* Fix leak introduced in 0853343c33e394f35c31c161b019b2aed17f9256.Michael Brasser2012-08-281-1/+3
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-15/+33
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-1/+7
* Trim trailing whitespace.Stephen Kelly2012-08-221-4/+4
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-5/+5
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-21/+23
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-221-0/+2
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-1/+5