aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update SG items with recent GV item changes.Martin Jones2011-05-304-11/+31
* Export QSGVisualItemModelAlan Alpert2011-05-301-1/+1
* Revert "Make QSGTextNode back-end for QML's TextInput"Martin Jones2011-05-275-374/+47
* Implement "mirror" property for BorderImage.Martin Jones2011-05-253-0/+22
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-235-47/+374
|\
| * Make QSGTextNode back-end for QML's TextInputEskil Abrahamsen Blomfeldt2011-05-235-47/+374
* | Set paintNode to 0 after deleting it.Gunnar Sletta2011-05-231-0/+1
* | Don't store texture references after the view has gone awayGunnar Sletta2011-05-233-7/+22
|/
* Support 'mirror: true' in SG Image element.Martin Jones2011-05-201-1/+6
* Some of the QML C++ methods should be slots.Martin Jones2011-05-201-1/+3
* Re-apply "Support mirroring the source rectangle of ShaderEffectSource."Kim Motoyoshi Kalland2011-05-191-2/+2
* Link item focus to canvas widget focus.Martin Jones2011-05-192-65/+91
* Fixed crash when Image/ShaderEffectSource source is missing.Kim Motoyoshi Kalland2011-05-182-5/+13
* Added documentation for GridMesh.Kim Motoyoshi Kalland2011-05-181-1/+52
* Revert "Support mirroring the source rectangle of ShaderEffectSource."Chris Adams2011-05-181-2/+2
* Apply 2081a3d0fd7266ffba83849fee967e048e991270 to SG TextInputMartin Jones2011-05-172-2/+1
* Added documentation for ShaderEffectItem.Kim Motoyoshi Kalland2011-05-162-1/+141
* Added documentation for ShaderEffectSource.Kim Motoyoshi Kalland2011-05-161-0/+184
* Compile without qt3supportYann Bodson2011-05-161-1/+1
* register canvas and related classessCharles Yin2011-05-161-0/+7
* canvasitem implementation based on painteditemCharles Yin2011-05-166-0/+3887
* Call QSGPaintedItem::paint() when the scene graph is synced.Yoann Lopes2011-05-131-1/+2
* When calling update() on a QSGItem during the sync phase, we did not update.Gunnar Sletta2011-05-122-0/+10
* Fixed incorrect usage of `signals', `slots' in headersRohan McGovern2011-05-121-2/+2
* Documentation and API cleanup of QSGMaterialGunnar Sletta2011-05-111-15/+15
* Delete the rendering thread when shutting downGunnar Sletta2011-05-111-1/+3
* Stop the render thread before deleting the QSGCanvas.Gunnar Sletta2011-05-112-9/+20
* Replaced grab() with scheduleUpdate().Kim Motoyoshi Kalland2011-05-102-16/+30
* Documented which thread gets the QSGPaintedItem::paint() call.Yoann Lopes2011-05-101-0/+5
* Update to work with QGlyphs -> QGlyphRun renamingEskil Abrahamsen Blomfeldt2011-05-102-8/+8
* Added a separate property to enable mipmapping on QSGPaintedItem.Yoann Lopes2011-05-103-1/+41
* Fix Rectangle implementation.Kim Motoyoshi Kalland2011-05-092-27/+50
* Renamed of texture material classes to be more intuitivly namedGunnar Sletta2011-05-091-2/+2
* Removed a few warningsGunnar Sletta2011-05-091-0/+1
* Enable mipmapping for QSGPaintedItem's texture.Yoann Lopes2011-05-091-0/+1
* Fixed issues with ShaderEffectSource and threaded rendering.Kim Motoyoshi Kalland2011-05-092-8/+33
* Added 'recursive' property to ShaderEffectSource.Kim Motoyoshi Kalland2011-05-092-22/+107
* Fix potential crash when displaying multiscripted textEskil Abrahamsen Blomfeldt2011-05-062-1/+8
* Make animation driver pluggable through the QSGContextGunnar Sletta2011-05-061-2/+2
* Implemented contentsSize and contentsScale for QSGPaintedItem.Yoann Lopes2011-05-053-16/+88
* Enable the threaded renderer.Gunnar Sletta2011-05-053-54/+27
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-05-0526-318/+610
|\
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-0428-310/+602
| |\