aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-12215-6769/+27377
* 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
* Fixed build of declarative against v8 on a x86_64 machine.Samuel Rødal2011-07-081-1/+1
* Merge branch 'v8'Aaron Kennedy2011-07-08136-7944/+18148
|\
| * 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
| * Update V8Aaron Kennedy2011-07-019-162/+1108
| * Add toString for variantsAaron Kennedy2011-07-012-1/+34
| * Merge branch 'master' into v8-cleanAaron Kennedy2011-07-0163-1294/+2352
| |\
| * | 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
| * | windowShown is a property of qtest, not util.Charles Yin2011-06-231-1/+1
| * | get the caller file & line number from v8 stack trace.Charles Yin2011-06-235-85/+66
| * | 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
| * | | | | Update V8Aaron Kennedy2011-06-154-10/+16
| * | | | | 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
| * | | | | | Update V8Aaron Kennedy2011-06-148-56/+215
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | Update v8 to include ARM patchesAaron Kennedy2011-06-101-0/+0
| * | | | | | | Use optimized QObject wrapper whenever it is possibleAaron Kennedy2011-06-101-1/+5
| * | | | | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-09140-6125/+2690
| |\ \ \ \ \ \ \