aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add TextLayout elementwip/textngYann Bodson2011-06-277-5/+360
|
* update canvas exampleCharles Yin2011-06-242-2/+1
| | | | Change-Id: I8a797b85f88370c6ddfe64d40a6888aba06998d7
* update canvas exampleCharles Yin2011-06-242-22/+33
| | | | Change-Id: I901532eafabc0344f3978c0093ee56ed230c74b0
* add drawRegion signal for canvas itemCharles Yin2011-06-244-362/+37
| | | | Change-Id: I8dadcb292b5c99d5f520672ab02db3490b21e8fa
* add svgpath example for canvas context2dCharles Yin2011-06-232-0/+784
| | | | Change-Id: Ia54b5fd842d13c15c7914d1a1e6b2b2d5718bf81
* expose QSGContext2D::setPathString to v8 Javascript APICharles Yin2011-06-231-0/+14
| | | | Change-Id: I97a26c6c5273ba8800b13ca5f1f994eff04a24b8
* add svg style path string support for context2d apiCharles Yin2011-06-232-0/+592
| | | | Change-Id: I6b815f58c1d96e88fe9b592515bf62b749011b8e
* windowShown is a property of qtest, not util.Charles Yin2011-06-231-1/+1
| | | | Change-Id: I3d96b6bd43fc8fdfdf9a916032efd9a7360aafba
* get the caller file & line number from v8 stack trace.Charles Yin2011-06-235-85/+66
| | | | Change-Id: I0ffebd2d22702bc14e1629b8bc0455a9cf8ea416
* Skip broken testAaron Kennedy2011-06-221-0/+2
|
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Aaron Kennedy2011-06-221-0/+2
|\ | | | | | | into v8
| * 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 ↵Aaron Kennedy2011-06-221-0/+7
|\| | | | | | | into v8
| * Correctly wait for render thread to exitAaron Kennedy2011-06-221-0/+7
| |
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Aaron Kennedy2011-06-2298-1607/+2707
|\| | | | | | | | | | | | | | | | | | | into v8 Conflicts: src/declarative/items/qsgcontext2d.cpp src/declarative/qml/qdeclarativexmlhttprequest.cpp tests/auto/declarative/declarative.pro tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp
| * 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
| | | | | | | | | | This preserves the absolute position of a dragged item when its parent is changed.
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-06-211-0/+2
| |\ | | | | | | | | | into qtquick2
| | * 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 ↵Alan Alpert2011-06-2174-856/+1927
| |\| | | | | | | | | | into qtquick2
| | * 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 ↵Gunnar Sletta2011-06-2012-7/+1271
| | |\ | | | | | | | | | | | | into qtquick2
| | | * Add "DELETE" support to XMLHttpRequestAaron Kennedy2011-06-205-6/+35
| | | |
| | | * Add QDeclarativeChangeSet.Andrew den Exter2011-06-206-0/+1234
| | | | | | | | | | | | | | | | | | | | | | | | Takes a sequence of model changes and reorders and compresses them so that like changes are grouped together and are ordered from start to end. The order is Removed, Inserted, Moved then Changed.
| | * | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-201-1/+36
| | |\ \
| | | * | Implement caching of the distance fields...Gunnar Sletta2011-06-201-1/+36
| | | | | | | | | | | | | | | | | | | | Change-Id: I823341b9b53e885dcd004e17e319cf033dc21c45
| | * | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1559-813/+569
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/scenegraph/coreapi/qsgdefaultrenderer.cpp src/declarative/scenegraph/coreapi/qsgdefaultrenderer_p.h tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp Change-Id: Id2267925c4f77b41f63bbbf555b816ca1f55a0ec
| | | * | 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
| | | | | | | | | | | | | | | | | | | | The heap is used to sort non-overlapping children.
| | | * | 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
| | | | | | | | | | | | | | | | | | | | Do not even enter the blocked node.
| | | * | Removed QSGNodeVisitor inheritance from QSGNodeUpdater.Kim Motoyoshi Kalland2011-06-102-14/+54
| | | | | | | | | | | | | | | | | | | | This reduces the number of virtual function calls.
| | | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | If there are no geometry nodes in a sub-graph, there's no need to update it.
| | | * | Fix QDeclarativeInstruction autotest failure.Michael Brasser2011-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ccf706d0bb2d9f70f5a8c18e4aab8ee7e6369817 added additional information to dump for StoreScriptString.
| | | * | 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 ↵Gunnar Sletta2011-06-151-1/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | into qtquick2
| | * | | | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-154-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib1f00d45cecd3b438148adce2f7cf247030b2dfb