aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some QHash and QLists.Aaron Kennedy2011-08-302-4/+5
* More efficient type name cacheAaron Kennedy2011-08-301-46/+45
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-292-25/+21
* Fix alias warnings in V4Aaron Kennedy2011-07-291-26/+20
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-125-23/+45
* Merge branch 'v8'Aaron Kennedy2011-07-082-10/+11
|\
| * Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-041-7/+7
| * Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-171-0/+1
| * Initial V8 integrationAaron Kennedy2011-06-062-3/+3
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-0812-204/+204
|/
* Fix evaluation of boolean conditionsRoberto Raggi2011-05-051-2/+2
* Support variable length instructions in QML bytecodeAaron Kennedy2011-05-053-197/+197