aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-301-21/+1
* QML: Switch from using accessors to static_metacallErik Verbruggen2016-08-241-16/+18
* QML: Remove hasAccessors flag from QQmlPropertyRawDataErik Verbruggen2016-08-181-1/+0
* QML: Get rid of propTypeName in QQmlPropertyRawDataErik Verbruggen2016-08-171-5/+12
* QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-108/+107
* Qml: optimize string usageAnton Kudryavtsev2016-08-091-1/+3
* Qml: use const (and const APIs) moreAnton Kudryavtsev2016-08-091-3/+3
* QQmlPropertyCache: remove unused varAnton Kudryavtsev2016-08-081-1/+0
* QQmlPropertyCache: remove unused method propertyNames()Anton Kudryavtsev2016-08-081-8/+0
* QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-76/+71
* Fix android buildOlivier Goffart2016-08-041-0/+1
* Add a checksum to QQmlPropertyCacheSimon Hausmann2016-08-011-0/+42
* Add a function to QQmlPropertyCache to calculate the meta-object sizesSimon Hausmann2016-08-011-0/+167
* QML: QQmlPropertyCache: prevent repeated QMeta* callsErik Verbruggen2016-07-141-11/+17
* QML: QQmlPropertyCache: Allow for more inliningErik Verbruggen2016-07-131-68/+0
* QML: Clarify a parameter's usage in QQmlPropertyCacheErik Verbruggen2016-07-061-8/+15
* Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-1/+1
* Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-27/+52
* Fix bug in designer support reference countingSimon Hausmann2016-05-301-0/+5
* Introduce delegating constructors.Friedemann Kleint2016-05-061-4/+1
* QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-21/+0
* QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-311-1/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* 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