aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | | | | | | Create a copy of the imported script array handlesAaron Kennedy2011-06-081-1/+4
| * | | | | | | | Implement global handle trackingAaron Kennedy2011-06-0819-124/+196
| * | | | | | | | Allow methods to be changed by debuggerAaron Kennedy2011-06-085-58/+10
| * | | | | | | | Implement gc() methodAaron Kennedy2011-06-083-2/+17
| * | | | | | | | Enter context before running bindingsAaron Kennedy2011-06-081-0/+1
| * | | | | | | | Implement ListModel in V8Aaron Kennedy2011-06-0712-200/+408
| * | | | | | | | Dispose of WorkerScripts in correct IsolateAaron Kennedy2011-06-071-3/+4
| * | | | | | | | Allow the same QObject to be used in multiple QDeclarativeEnginesAaron Kennedy2011-06-074-30/+137
| * | | | | | | | Merge branch 'master' into v8Michael Brasser2011-06-07314-5616/+6823
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Initial V8 integrationAaron Kennedy2011-06-0682-5969/+8601
* | | | | | | | | | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-08246-4192/+4192
* | | | | | | | | | Replace the QGraphicsSceneHoverEvent with a QHoverEventLars Knoll2011-07-077-80/+55
* | | | | | | | | | Fix possible index out of bounds exceptionAlan Alpert2011-07-071-1/+5