aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-211-2/+2
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-5/+5
* Adapt to qtbase changesFabian Kosmale2020-08-231-2/+2
* Weak compare for value types in QMLFawzi Mohamed2020-08-201-1/+47
* Fix tst_qqmlvaluetypes::toStringConversionFawzi Mohamed2020-08-061-8/+2
* Fix QQmlValueTypeWrapper::method_toString()Ulf Hermann2020-07-091-3/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-241-4/+4
|\
| * QQmlValueTypeWrapper: Avoid compile warningsUlf Hermann2020-03-231-4/+4
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-1/+1
|/
* Check that value type exists before creating wrapperFabian Kosmale2020-03-121-2/+12
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-101-43/+43
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-37/+114
|\
| * Enable lookups in QMLSimon Hausmann2019-03-191-37/+114
* | Reduce size of QQmlValueTypeJędrzej Nowacki2018-10-091-6/+6
|/
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-28/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+40
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-10/+10
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-3/+3
* Cleanups in the Identifier APILars Knoll2018-07-021-3/+3
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-6/+7
* Unify put and putIndexedLars Knoll2018-07-021-5/+6
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-9/+9
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-4/+17
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-2/+6
|\
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-2/+6
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-16/+16
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+2
| |\
| | * Fix memory leak with value typesSimon Hausmann2018-02-021-0/+2
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-8/+7
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-2/+2
|\ \ \
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-2/+2
| |/ /
* | | Move line number information into a side tableLars Knoll2017-08-251-1/+1
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-2/+3
* | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-2/+2
|/ /
* | QML: emit messages when breaking bindingsOlivier JG2017-05-171-4/+22
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-1/+3
|\|
| * Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-151-1/+3
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-6/+8
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-6/+6
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-3/+4
|\
| * Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-091-1/+2
| * Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-091-1/+1