aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-271-0/+63
* | QObjectWrapper: Try harder to avoid creating wrappers if we canRobin Burchell2017-04-251-57/+99
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-0/+4
|\|
| * QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+4
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-14/+14
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-1/+1
* | New mark table implementationLars Knoll2017-03-091-9/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-8/+18
|\|
| * Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-8/+18
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-3/+6
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-34/+31
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-5/+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
| * Avoid a duplicated wasDeleted() checkLars Knoll2016-11-291-2/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-221-6/+0
|\|
| * QML: allow QObjectWrapper::init to be inlinedErik Verbruggen2016-10-181-6/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-22/+36
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-2/+12
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-0/+4
| | |\
| | | * QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-2/+8
| | |\|
| | | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-2/+8
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-19/+23
| * | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-011-48/+58
|\| | |
| * | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-36/+36
| * | | QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-221-12/+22
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-1/+1
|\| | |
| * | | Fix crash when instantiating new QObject object through QMetaObjectJoni Poikelin2016-09-031-1/+1
* | | | optimize string usage: use fromLatin1() lessAnton Kudryavtsev2016-09-081-6/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devSimon Hausmann2016-08-271-81/+15
|\| | |
| * | | QML: In QV4::QObjectWrapper, use QQmlPropertyData to read valuesErik Verbruggen2016-08-261-81/+15
* | | | Replace QStringLiteral with QL1S in QStringBuilderAnton Kudryavtsev2016-08-241-2/+2
|/ / /
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-75/+75
* | | QML: Split off value type information from property dataErik Verbruggen2016-08-091-3/+6
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-0/+1
* | | QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-2/+2
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-1/+1
* | | QML: Fix property notifier registration for constant propertiesErik Verbruggen2016-07-191-1/+1
* | | QML: Clarify a parameter's usage in QQmlPropertyCacheErik Verbruggen2016-07-061-9/+10
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-271-1/+1
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-23/+33
* | | Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-10/+180
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-5/+2
|\| |
| * | V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-201-5/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+2
| |\|