aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-201-5/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+2
|\|
| * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
* | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-311-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+2
|\|
| * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-5/+0
|\|
| * Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-231-5/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-0/+5
|\|
| * Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-181-0/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-62/+57
|\|
| * CleanupsLars Knoll2015-09-251-32/+22
| * Reduce memory consumption of signal handlersLars Knoll2015-09-251-8/+17
| * Smaller cleanupsLars Knoll2015-09-251-11/+11
| * Move remaining objects to new constructor syntaxLars Knoll2015-09-221-8/+6
| * Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-2/+2
| * Further cleanupsLars Knoll2015-09-151-2/+2
| * Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
| * Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-3/+1
* | Decode signal signatures as UTF-8 rather than Latin1Ulf Hermann2015-09-151-1/+2
|/
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-201-13/+5
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-6/+1
|\
| * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-281-6/+1
* | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-3/+3
* | destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-101-40/+23
* | Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-3/+8
* | Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-4/+4
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-5/+5
* | Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-181-29/+28
* | Simplify property capturing codeLars Knoll2015-06-181-5/+6
* | Remove two ### commentsLars Knoll2015-06-151-2/+0
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-3/+3
* | Make bindings refcountedLars Knoll2015-06-101-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-12/+37
|\|
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-3/+24
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-081-9/+13
* | Simplify binding setup code furtherLars Knoll2015-04-271-4/+4
* | Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-1/+1
* | Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-4/+4
* | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+1
|\|
| * Speed up value type binding creationSimon Hausmann2015-04-161-1/+1
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* | More cleanupsLars Knoll2015-04-211-12/+12
* | Get rid of Value::asDateObject()Lars Knoll2015-04-161-1/+2