aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v4
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2413-7448/+0
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-1/+1
* Don't store object and property in QDeclarativeAbstractBindingAaron Kennedy2012-02-202-0/+12
* Set the type for unary expressions in v4.Michael Brasser2012-02-161-1/+1
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-101-1/+1
* Ensure || expressions in v4 will always exit.Michael Brasser2012-02-031-0/+1
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-036-53/+5
* QmlProfiler: profiling binding loopsChristiaan Janssen2012-02-011-2/+2
* QmlProfiler: moved v4 tracing to run methodChristiaan Janssen2012-02-011-5/+2
* QmlProfiler: profiling compiled v8 bindingsChristiaan Janssen2012-02-011-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3012-12/+12
* Update obsolete contact address.Jason McDonald2012-01-2312-12/+12
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-201-1/+1
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-181-4/+8
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-161-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-0512-12/+12
* Fix IR code generation for member expressionsRoberto Raggi2011-12-151-13/+15
* Add support for QUrl types to V4Roberto Raggi2011-12-155-12/+169
* Add a tracing API for the QML engineAaron Kennedy2011-12-142-3/+15
* Introduce methods to get the source location of the AST nodes.Roberto Raggi2011-12-062-21/+0
* Introduce more generic fast property handlingAaron Kennedy2011-12-054-8/+22
* v4: Get rid of dependency on QQuickAnchorLine typeKent Hansen2011-11-233-13/+9
* Don't disconnect mid binding evaluationAaron Kennedy2011-11-221-0/+2
* Profiler: Preserve line information also for optimized bindingsKai Koehne2011-11-222-2/+7
* Fix MSVC warning about struct vs class declarationKai Koehne2011-11-211-1/+1
* Use the property cache when compiling the V4 instructions.Roberto Raggi2011-11-144-30/+28
* Fix v4 crash when accessing invalid attached propertyAaron Kennedy2011-11-091-1/+2
* Declarative: Fix compiler warnings.Friedemann Kleint2011-11-071-2/+2
* Skip the captured properties step in bindingsAaron Kennedy2011-11-042-1/+8
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-1/+0
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-5/+5
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-213-11/+11
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-191-1/+2
* Clean up declarative includesKent Hansen2011-10-173-7/+5
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-1213-256/+256
* Optimize signal handlingAaron Kennedy2011-10-122-157/+119
* Fix compile of the non-threaded V4 interpreter.Roberto Raggi2011-09-292-2/+2
* Asynchronous component instantiationAaron Kennedy2011-09-291-3/+5
* Get rid of redundant type member from V4 instructionsKent Hansen2011-09-235-665/+500
* Get rid of QDeclarativeUtilsKent Hansen2011-09-191-2/+1
* Reference V4 program dataAaron Kennedy2011-09-162-4/+10
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-305-11/+11
* Replace the hash tables with simple association lists.Roberto Raggi2011-08-303-33/+80
* Merge IR::Module and IR::Function.Roberto Raggi2011-08-305-97/+50
* Speedup the V4 code generation.Roberto Raggi2011-08-305-31/+55
* Use QDeclarativePool to allocate the V4 instructions.Roberto Raggi2011-08-305-100/+188
* Change the V4 IR so it can be stored in a memory pool.Roberto Raggi2011-08-305-64/+119
* Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-301-1/+2
* Improve performance of the QML front-endAaron Kennedy2011-08-303-15/+13
* Cache QML import directories and qmldir files.Martin Jones2011-08-301-0/+1