aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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 '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
|\| |
| * | Fix crash for prematurely deleted QSGItemPrivate::itemNodeInstanceGabriel de Dietrich2011-06-061-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
|/ /
* | 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