aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add TextLayout elementwip/textngYann Bodson2011-06-277-5/+360
* update canvas exampleCharles Yin2011-06-242-2/+1
* update canvas exampleCharles Yin2011-06-242-22/+33
* add drawRegion signal for canvas itemCharles Yin2011-06-244-362/+37
* add svgpath example for canvas context2dCharles Yin2011-06-232-0/+784
* 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
* Skip broken testAaron Kennedy2011-06-221-0/+2
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-221-0/+2
|\
| * Skip unreliable testAaron Kennedy2011-06-221-0/+2
* | Make test more reliableAaron Kennedy2011-06-221-3/+3
* | 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
|\|
| * Correctly wait for render thread to exitAaron Kennedy2011-06-221-0/+7
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-2298-1607/+2707
|\|
| * Fix autotestsAaron Kennedy2011-06-224-15/+14
| * QSKIP crashing tests until QTBUG-20017 is fixedAaron Kennedy2011-06-222-0/+3
| * Make QSGCanvas::grabFrameBuffer() more reliableAaron Kennedy2011-06-221-2/+2
| * Drag items relative to their scene position.Andrew den Exter2011-06-212-6/+11
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-211-0/+2
| |\
| | * Only print debugging when THREAD_DEBUG is enabledAaron Kennedy2011-06-211-0/+2
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-2174-856/+1927
| |\|
| | * Start out with a distance field cache that fits more charactersGunnar Sletta2011-06-201-2/+3
| | * Compile when qreal is not a doubleGunnar Sletta2011-06-201-2/+2
| | * Compile fix for MSVC.Kim Motoyoshi Kalland2011-06-202-3/+14
| | * Removed unnecessary calls to QSGNode::destroy().Kim Motoyoshi Kalland2011-06-203-14/+23
| | * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-2012-7/+1271
| | |\
| | | * Add "DELETE" support to XMLHttpRequestAaron Kennedy2011-06-205-6/+35
| | | * Add QDeclarativeChangeSet.Andrew den Exter2011-06-206-0/+1234
| | * | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-201-1/+36
| | |\ \
| | | * | Implement caching of the distance fields...Gunnar Sletta2011-06-201-1/+36
| | * | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1559-813/+569
| | |\| |
| | | * | Speed up distance field generation by another 20% or so.Gunnar Sletta2011-06-151-5/+3
| | | * | Speed up distance field generation by 5-20%Gunnar Sletta2011-06-151-1/+4
| | | * | Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-1010-67/+134
| | | * | Removed matrix stacks from QSGRenderer.Kim Motoyoshi Kalland2011-06-1011-605/+36
| | | * | Make min-heap member of QMLRenderer instead of stack variable.Kim Motoyoshi Kalland2011-06-102-46/+60
| | | * | Replaced QStack with QDataBuffer in the node updater.Kim Motoyoshi Kalland2011-06-102-26/+25
| | | * | Cut off blocked sub-trees one node earlier.Kim Motoyoshi Kalland2011-06-102-9/+8
| | | * | Removed QSGNodeVisitor inheritance from QSGNodeUpdater.Kim Motoyoshi Kalland2011-06-102-14/+54
| | | * | Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-103-9/+20
| | | * | Keep track of the number of geometry nodes in a sub-graph.Kim Motoyoshi Kalland2011-06-102-4/+18
| | | * | Fix QDeclarativeInstruction autotest failure.Michael Brasser2011-06-101-1/+1
| | | * | Add QML translation autotests.Michael Brasser2011-06-108-0/+210
| | | * | Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-0935-38/+8
| | * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-151-1/+0
| | |\ \ \
| | * | | | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-154-15/+10