aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Update SG items with GV item changes.Martin Jones2011-05-0420-261/+545
| | * Code cleanup in QSGShaderEffectTexture.Kim Motoyoshi Kalland2011-05-032-17/+15
| | * Removed unused properties in QSGPaintedItem.Yoann Lopes2011-05-032-30/+0
| | * Added antialiasing property to QSGPaintedItem.Yoann Lopes2011-05-033-1/+36
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-05-026-16/+25
| |\ \
| * | | Added a runtime option to enable consistent timing for animationsGunnar Sletta2011-05-021-2/+7
| * | | Don't round flickable positions while panningGunnar Sletta2011-05-022-8/+8
* | | | Model Particle fixesAlan Alpert2011-05-051-0/+2
| |_|/ |/| |
* | | Set ChildenDoNotOverlap flag on grids, lists and positioners.Kim Motoyoshi Kalland2011-05-025-2/+7
| |/ |/|
* | Support mirroring the source rectangle of ShaderEffectSource.Kim Motoyoshi Kalland2011-04-291-2/+2
* | Revert "Flipped texture coordinates right way up."Kim Motoyoshi Kalland2011-04-294-11/+14
* | Fixed signal passing between nested ShaderEffectItems.Kim Motoyoshi Kalland2011-04-293-3/+9
|/
* Make text align in the same baselineJiang Jiang2011-04-292-11/+8
* Sort gradient stops for the convenience of the scenegraphAlan Alpert2011-04-281-2/+6
* Pre-accept eventsAlan Alpert2011-04-281-0/+2
* Initial import from qtquick2.Qt by Nokia2011-04-27103-0/+40226