aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-0/+11
* QQmlValueTypeWrapper: Move setData method inlineUlf Hermann2023-06-231-1/+13
* QtQml: Use QMetaType in QQmlValueTypeWrapperUlf Hermann2023-05-171-10/+11
* QML: Allow as-casting to value typesUlf Hermann2023-03-031-0/+1
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-251-1/+1
* Recursively write back value types and sequencesUlf Hermann2022-10-191-30/+38
* V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::SequenceUlf Hermann2022-10-131-47/+16
* QML: Optimize QObject method callsUlf Hermann2022-09-201-0/+2
* Implement virtualHasProperty for QQmValueTypeWrapperFabian Kosmale2022-07-131-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* V4: Write back value type references after function callsUlf Hermann2021-05-051-0/+40
* Redesign the AOT lookupsUlf Hermann2021-04-301-0/+2
* Optimize ExecutionEngine::metaTypeToJS()Ulf Hermann2021-03-131-1/+2
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-2/+3
* Remove the property cache from QQmlValueTypeWrapperLars Knoll2020-12-021-10/+13
* Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-101-7/+30
* Enable lookups in QMLSimon Hausmann2019-03-191-0/+3
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-2/+1
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-1/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-5/+5
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-3/+3
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-1/+1
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-3/+3
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-1/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-1/+1
* Don't use the ISel's anymoreLars Knoll2017-06-221-0/+1
* Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-1/+1
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-4/+14
|\
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+14
* | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-1/+1
|/
* Fix visibility of properties in value typesSimon Hausmann2016-05-151-0/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Remove dead fwd-dclFrank Meerkoetter2015-12-151-1/+0
* Set the correct prototype at construction timeLars Knoll2015-09-251-0/+1
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-4/+6
|\
| * Speed up copying of value types in bindingsSimon Hausmann2015-04-161-0/+1
| * Speed up value type binding creationSimon Hausmann2015-04-161-4/+5
* | Further cleanupsLars Knoll2015-04-161-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-021-0/+1
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-2/+7
* Reduce dependencies on QQmlValueType being a QObjectSimon Hausmann2014-12-231-0/+1