aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-191-0/+22
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* 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
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-8/+9
* Cleanup variant conversion codeLars Knoll2015-01-091-2/+2
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-2/+2
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-3/+2
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-291-1/+1
* Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-231-1/+1
* QQmlBoundSignalExpression: Remove extra padding.Robin Burchell2014-09-151-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-1/+1
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-0/+24
* Save another 4/8 bytes per QQmlBoundSignalExpressionSimon Hausmann2014-03-271-1/+1
* Fix QQmlBoundSignalExpression::Data object leakLiang Jian2014-03-131-0/+1
* Add some leading white space to generated code for QML signals.Ulf Hermann2014-03-051-1/+4
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-041-30/+11
* Reduce size of QQmlBoundSignalExpression in the common case.Michael Brasser2014-03-041-27/+70
* Add dedicated QML profiler and adapterUlf Hermann2014-02-151-5/+4
* Rename some filesLars Knoll2014-01-311-1/+1
* Retrieve detailed location information when profiling signal handlersUlf Hermann2014-01-211-0/+11
* Fix change-of-sign warning in the new QML compilerThiago Macieira2013-12-031-2/+2
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-13/+9
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Fix API of QQmlV4HandleLars Knoll2013-09-261-1/+1
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+8
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* [new compiler] Initial implementation of signal handler supportSimon Hausmann2013-09-201-0/+13
* QmlDebugging: Replace QV8DebugService with QV4DebugServiceAurindam Jana2013-09-191-2/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-3/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* change calling convention for JS function callsLars Knoll2013-09-021-3/+6
* Fix regression in tst_qqmlecmascript::signalAssignmentSimon Hausmann2013-07-051-33/+20