aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* Add TextLayout elementwip/textngYann Bodson2011-06-273-3/+38
* 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
* 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-2237-73/+39
|\|
| * Make QSGCanvas::grabFrameBuffer() more reliableAaron Kennedy2011-06-221-2/+2
| * Drag items relative to their scene position.Andrew den Exter2011-06-212-6/+11
| * Only print debugging when THREAD_DEBUG is enabledAaron Kennedy2011-06-211-0/+2
| * Compile fix for MSVC.Kim Motoyoshi Kalland2011-06-201-2/+13
| * Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1535-60/+24
| |\
| | * Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-105-19/+16
| | * Removed matrix stacks from QSGRenderer.Kim Motoyoshi Kalland2011-06-102-2/+2
| | * Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-101-8/+4
| | * Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-0932-31/+2
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-151-1/+0
| |\ \
| * | | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-151-5/+0
* | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-173-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Remove annoying warningGunnar Sletta2011-06-151-1/+0
| |/ /
| * | Disable attributes from shader effectsGunnar Sletta2011-06-151-0/+1
| * | Initialize member variableGunnar Sletta2011-06-141-0/+1
* | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-153-14/+65
|\| |
| * | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-101-1/+1
| |\|
| | * Use the Qt 4 function for updatesEnabled()Gunnar Sletta2011-06-091-1/+1
| * | Disable vsync animations by defaultGunnar Sletta2011-06-103-13/+64
* | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-1013-9/+955
|\| |
| * | Add a DragTarget element.Andrew den Exter2011-06-0913-8/+943
| * | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-092-1/+12
| |\|
| | * Support calling update while syncing scenegraph.Gunnar Sletta2011-06-092-1/+12
* | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-0912-256/+1951
|\| |
| * | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-094-230/+549
| |\|
| | * Merge branch 'threaded3'Gunnar Sletta2011-06-094-236/+557
| | |\
| | | * Wake render thread when doing paint() and grab() as in resize()Gunnar Sletta2011-06-081-4/+5
| | | * A better threaded rendererGunnar Sletta2011-06-063-228/+548
| | | * Removed warningGunnar Sletta2011-06-061-8/+8
| * | | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-091-0/+1
| |\| |
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-082-36/+49
| |\ \ \
| | * | | Don't crash if GL context initialization failedAaron Kennedy2011-06-082-36/+49
| * | | | Immense Particles Refactor Part AAlan Alpert2011-06-078-0/+1363
| |/ / /
* | | | Port Canvas and Context2D to V8Aaron Kennedy2011-06-095-435/+795
* | | | Merge branch 'master' into v8Michael Brasser2011-06-071-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix crash for prematurely deleted QSGItemPrivate::itemNodeInstanceGabriel de Dietrich2011-06-061-0/+1
| | |/ | |/|
* | | Initial V8 integrationAaron Kennedy2011-06-062-26/+52
| |/ |/|
* | rewrite context2d with direct QtScript bindingCharles Yin2011-06-034-336/+614
* | Make complex rich text works with the threaded renderer.Yoann Lopes2011-06-013-9/+26
* | Fix images not being rendered when embedded in a rich text.Yoann Lopes2011-06-012-10/+9
* | Fix Text's underline, overline and strikeout properties for plain text.Yoann Lopes2011-06-011-14/+9
* | Avoid recursive updates in QSGText.Yoann Lopes2011-05-311-2/+7
|/
* Export more VisualModel symbolsAlan Alpert2011-05-311-2/+2