aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-1/+1
|\
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-1/+4
|\|
| * Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-1/+4
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-44/+24
|\|
| * Get rid of QQmlJavaScriptExpression::setFunctionObject()Lars Knoll2016-12-091-1/+2
| * Pass a QV4::Function to the QQmlBoundSignalExpression constructorLars Knoll2016-12-091-3/+4
| * Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-6/+14
| * Limit access to m_function to QQmlJavaScriptExpressionLars Knoll2016-12-091-3/+7
| * Don't create a QML function is the signal parameters are invalidLars Knoll2016-12-091-3/+1
| * Remove some dead codeLars Knoll2016-12-091-4/+0
| * Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-091-17/+2
| * Add sourceLocation() accessor to QQmlJavascriptExpressionLars Knoll2016-12-091-13/+0
* | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-1/+1
|/
* Qml: optimize string usageAnton Kudryavtsev2016-08-091-2/+2
* QML: Clarify a parameter's usage in QQmlPropertyCacheErik Verbruggen2016-07-061-2/+2
* Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-301-1/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-1/+4
| |\
| | * Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-2/+2
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+0
* | | 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
* | | Scrape off a few allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-7/+2
* | | Cleanup QStringBuilder usageFrank Meerkoetter2016-05-091-1/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+22
|\|
| * Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-191-0/+22
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-1/+1
|\|
| * Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* | Decode signal signatures as UTF-8 rather than Latin1Ulf Hermann2015-09-151-3/+3
* | Add enabled property to the QML Connections elementDan Cape2015-09-091-2/+17
|/
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-3/+6
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-1/+1
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-2/+2
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-1/+2
* Fix some function signatures and remove an unused functionLars Knoll2015-06-181-23/+5
* Move setting the callback type for the endpoint to the constructorLars Knoll2015-06-181-2/+2
* Save another pointer in QQmlBoundSignalLars Knoll2015-06-181-5/+2
* No need to store the same data twiceLars Knoll2015-06-181-13/+4
* Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll2015-06-181-115/+75
* Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-181-30/+24
* Move m_function into the base classLars Knoll2015-04-271-3/+3
* Cleanup: remove context argument from evaluate methodsLars Knoll2015-04-261-1/+1
* Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-12/+6
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* More cleanupsLars Knoll2015-04-211-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7