aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-0/+1
| | |\
| | | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-29/+24
|\| | |
| * | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-8/+6
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-21/+18
| * | | QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-051-1/+1
* | | | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-2/+2
|/ / /
* | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-2/+3
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-9/+9
* | | Qml: optimize string usageAnton Kudryavtsev2016-08-091-1/+2
* | | QML: Split off value type information from property dataErik Verbruggen2016-08-091-7/+3
* | | QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-3/+2
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-1/+1
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
|\| |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | | Fix visibility of properties in value typesSimon Hausmann2016-05-151-0/+29
* | | Scrape off a few allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-2/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-2/+8
|\|
| * QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-2/+8
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Set the correct prototype at construction timeLars Knoll2015-09-251-6/+3
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-13/+3
* Further cleanupsLars Knoll2015-09-151-5/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-4/+6
|\
| * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-031-4/+6
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+1
* | Get rid of qv4qmlextensionsLars Knoll2015-06-151-5/+4
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* | Make bindings refcountedLars Knoll2015-06-101-3/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-0/+1
|\|
| * V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* | Simplify binding setup code furtherLars Knoll2015-04-271-32/+29
* | Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-30/+71
|\|
| * Speed up copying of value types in bindingsSimon Hausmann2015-04-161-0/+25
| * Speed up value type binding creationSimon Hausmann2015-04-161-30/+46