Commits (6)
-
Gunnar Sletta authored
Change-Id: Idfa76f9fcdbac61a248b38e1f793a6628af12552 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
4ddeb6e4 -
Gunnar Sletta authored
Change-Id: I6d34571b85f99f780b03f7871f39dbf3be546006 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
474895df -
Simon Hausmann authored
It is generally considered deprecated in JavaScript and its use disables a whole range of optimizations that we would like to apply in the future. Therefore this patch will issue a warning if the with statement is detected. This change is also documented, along with the plan on enabling strict mode in the future. Change-Id: Ie60f0536e0bdd6ecc537d8e34efbd8868bcad743 Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
d8185759 -
Alberto Mardegan authored
QQmlOpenMetaObject does not update the QQmlPropertyCache when new properties are added, meaning that the QQmlPropertyCache might not contain all of the dynamic properties of an object. Therefore, make QQmlPropertyCache fallback to reading the QMetaObject when a property is not found. Task-number: QTBUG-31226 Change-Id: I760aaa155b1952f6f52ab9ce173fb9547f8e34a6 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
84627464 -
Alberto Mardegan authored
When creating the QQmlPropertyData, search within the methods list before searching for properties. The reason is that if the meta object is dynamic, looking up a property will always return a result (if the property doesn't exist, it will be created) and therefore all methods will be obscured. By swapping the search order, we eliminate this risk (methods are not dynamically added). Task-number: QTBUG-29836 Change-Id: Ie367f757c37ef4bc834a6c1c009f27bcf344fe76 Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
843e222b -
Alberto Mardegan authored
Mention the behavioral change introduced by the fix for QTBUG-29836. Task-number: QTBUG-29836 Change-Id: I15ffd32fd5c0d537528f7b1386691103dab371c7 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
6bee1647
Showing