aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-204/+124
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-2/+2
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-081-4/+5
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-3/+5
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-5/+14
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-2/+4
* Reduce size of QQmlNotifierEndpointAaron Kennedy2012-05-241-2/+2
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-8/+15
* QtDeclarative: Fix warning about construction of a QString from ASCII.Friedemann Kleint2012-05-211-1/+2