aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| |\|
| | * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
* | | Scrape off some more allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-8/+4
* | | Fix invocations of methods taking a QByteArraySimon Hausmann2016-04-121-6/+0
* | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-2/+2
|\| |
| * | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-311-2/+2
* | | Add Qt.callLater() function.Michael Brasser2016-03-081-4/+4
* | | Convert QByteArray in C++ type to ArrayBuffer in QML and vice-versaNobuaki Sukegawa2016-03-051-0/+19
|/ /
* | 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