aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8bindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-285/+0
* Don't store object and property in QDeclarativeAbstractBindingAaron Kennedy2012-02-201-5/+14
* Reduce size of QV8BindingsAaron Kennedy2012-02-201-26/+39
* Reduce size of QDeclarativeJavaScriptExpressionAaron Kennedy2012-02-201-5/+13
* Reduce size of QV8Bindings::BindingAaron Kennedy2012-02-201-25/+29
* Reduce the size of QDeclarative*ExpressionAaron Kennedy2012-02-201-14/+21
* Use Utf8 for javascript source codeAaron Kennedy2012-02-201-2/+4
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-101-1/+1
* Handle exceptions while compiling v8 bindingsChris Adams2012-02-091-6/+32
* QmlProfiler: profiling binding loopsChristiaan Janssen2012-02-011-1/+2
* QmlProfiler: profiling compiled v8 bindingsChristiaan Janssen2012-02-011-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add a tracing API for the QML engineAaron Kennedy2011-12-141-2/+10
* Introduce more generic fast property handlingAaron Kennedy2011-12-051-1/+1
* Don't crash if contexts are deleted during refreshExpressionsAaron Kennedy2011-11-041-1/+1
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-1/+1
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-171-6/+11
* Optimize signal handlingAaron Kennedy2011-10-121-74/+23
* Fix outdated license headers.Jason McDonald2011-08-051-17/+17
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-1/+1
* Ouptut non-NOTIFYable warnings againAaron Kennedy2011-07-261-0/+8
* Support refreshing V8 bindingsAaron Kennedy2011-06-221-0/+8
* Optimize common binding writesAaron Kennedy2011-06-201-2/+2
* Reenable shared bindingsAaron Kennedy2011-06-201-4/+4
* Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-171-0/+235