aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | QML: Remove hasAccessors flag from QQmlPropertyRawDataErik Verbruggen2016-08-181-5/+2
* | | QML: Change storage types of QQmlPropertyRawData fieldsErik Verbruggen2016-08-181-41/+55
* | | QML: Get rid of propTypeName in QQmlPropertyRawDataErik Verbruggen2016-08-171-7/+1
* | | QML: Move flag from QQmlPropertyRawData fields into its flagsErik Verbruggen2016-08-111-9/+8
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-75/+123
* | | QML: Split off value type information from property dataErik Verbruggen2016-08-091-42/+6
* | | QQmlPropertyCache: remove unused method propertyNames()Anton Kudryavtsev2016-08-081-1/+0
* | | QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-90/+169
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-9/+5
* | | Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-011-0/+5
* | | Add a function to QQmlPropertyCache to calculate the meta-object sizesSimon Hausmann2016-08-011-0/+2
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-0/+37
* | | Split out creation of alias properties in the property cachesSimon Hausmann2016-07-151-0/+2
* | | QML: QQmlPropertyCache: Allow for more inliningErik Verbruggen2016-07-131-0/+66
* | | QML: Clarify a parameter's usage in QQmlPropertyCacheErik Verbruggen2016-07-061-3/+7
* | | Convert QQmlPropertyCacheCreator to a templateSimon Hausmann2016-06-161-2/+2
* | | Clean up property cache array handlingSimon Hausmann2016-06-161-0/+43
* | | Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-1/+19
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-041-8/+8
|\| |
| * | QQmlPropertyCache: Fix developer build with MinGW.Friedemann Kleint2016-04-191-8/+8
* | | QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-0/+2
|/ /
* | QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-0/+20
* | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-311-1/+0
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Remove dead fwd-dclFrank Meerkoetter2015-12-151-1/+0
|/
* 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