aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the canvas item's paint logic.Charles Yin2011-07-125-173/+416
* Fixed rendering errors in complex particle system.Samuel Rødal2011-07-111-10/+7
* Remove references to demos.Casper van Donderen2011-07-111-1/+1
* Merge branch 'v8'Aaron Kennedy2011-07-08113-7858/+12602
|\
| * Remove unused fieldsAaron Kennedy2011-07-075-35/+4
| * Register QDeclarativeV8Handle during constructionAaron Kennedy2011-07-071-0/+1
| * Correct handling of QObject* and QWidget* propertiesAaron Kennedy2011-07-071-2/+5
| * Implement translation functions for V8Aaron Kennedy2011-07-042-1/+127
| * Remove ASCII cache from QStringHashAaron Kennedy2011-07-041-12/+1
| * Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-049-146/+244
| * Don't exceed SMI boundsAaron Kennedy2011-07-041-7/+7
| * CompileAaron Kennedy2011-07-041-2/+2
| * Improve performance of v8 string hashes by using symbol idAaron Kennedy2011-07-011-11/+38
| * Variants should compare as equalAaron Kennedy2011-07-012-0/+33
| * Add toString for variantsAaron Kennedy2011-07-012-1/+34
| * Merge branch 'master' into v8-cleanAaron Kennedy2011-07-0118-79/+176
| |\
| * | add drawRegion signal for canvas itemCharles Yin2011-06-244-362/+37
| * | expose QSGContext2D::setPathString to v8 Javascript APICharles Yin2011-06-231-0/+14
| * | add svg style path string support for context2d apiCharles Yin2011-06-232-0/+592
| * | Support refreshing V8 bindingsAaron Kennedy2011-06-221-0/+8
| * | Correct rounding behaviorAaron Kennedy2011-06-221-8/+21
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-221-0/+7
| |\ \
| * \ \ Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-2279-1570/+1714
| |\ \ \
| * | | | Optimize common binding writesAaron Kennedy2011-06-205-59/+98
| * | | | Reenable shared bindingsAaron Kennedy2011-06-208-11/+19
| * | | | Temporarily disable shared V8 bindingsAaron Kennedy2011-06-171-1/+1
| * | | | Compare QDeclarativeProperty's in a flag agnostic wayAaron Kennedy2011-06-171-2/+3
| * | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-174-1/+17
| |\ \ \ \
| * | | | | Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-1719-131/+623
| * | | | | Add "shared mode" to QML contextsAaron Kennedy2011-06-162-7/+38
| * | | | | CleanupAaron Kennedy2011-06-165-294/+358
| * | | | | Output the rewritten binding with QML_REWRITE_DUMPAaron Kennedy2011-06-161-1/+1
| * | | | | Fix autotestsAaron Kennedy2011-06-157-18/+43
| * | | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-1514-87/+207
| |\ \ \ \ \
| * | | | | | Register QList<QObject*> metatypeAaron Kennedy2011-06-151-0/+1
| * | | | | | Correct handling of CONSTANT propertiesAaron Kennedy2011-06-151-1/+1
| * | | | | | Performance improvementsAaron Kennedy2011-06-146-67/+187
| * | | | | | Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-1410-70/+180
| * | | | | | Use fast property accessors for readonly propertiesAaron Kennedy2011-06-101-2/+20
| * | | | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-1017-23/+995
| |\ \ \ \ \ \
| * | | | | | | Use optimized QObject wrapper whenever it is possibleAaron Kennedy2011-06-101-1/+5
| * | | | | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-09102-284/+11242
| |\ \ \ \ \ \ \
| * | | | | | | | Minor XXX fixupsAaron Kennedy2011-06-0920-172/+204
| * | | | | | | | Remove QtScript code from QDeclarativeExpressionAaron Kennedy2011-06-092-13/+0
| * | | | | | | | Fix initialization bugs in d9d952d3c0475b1e7f7b8df2b062f85f24387acaAaron Kennedy2011-06-091-1/+3
| * | | | | | | | Remove QtScript code from QDeclarativeEngineAaron Kennedy2011-06-095-62/+5
| * | | | | | | | Remove QtScript code from XmlListModelAaron Kennedy2011-06-092-9/+13
| * | | | | | | | Remove leftover QtScript code from ListModelAaron Kennedy2011-06-094-107/+1
| * | | | | | | | Port Canvas and Context2D to V8Aaron Kennedy2011-06-095-435/+795
| * | | | | | | | Allow extensions to register with the QV8EngineAaron Kennedy2011-06-092-2/+74