aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the signal expression rewriterSimon Hausmann2013-07-031-95/+66
* Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-281-1/+1
* Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+1
* Remove some leftovers from the v8bindingsLars Knoll2013-05-291-1/+0
* Move QQmlJavascriptExression::evaluate over to v4Lars Knoll2013-05-211-2/+2
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-1/+1
* Make the default constructor of PersistentValue not allocate a d pointerLars Knoll2013-05-071-4/+4
* Rename Value::deletedValue() to Value::emptyValue()Lars Knoll2013-05-071-1/+1
* Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-6/+4
* Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-1/+1
* Remove v8::HandleScopeLars Knoll2013-05-031-2/+0
* Cleanup v8 Context handlingLars Knoll2013-05-031-2/+0
* Fix conversion of values to QStringsLars Knoll2013-04-291-1/+3
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Declare QQmlV8Handle as a metatype where it is defined.Stephen Kelly2012-12-041-2/+0
* Deliver parameters to bound signals.Frederik Gladhorn2012-11-211-0/+1