summaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2axis2011-04-262-12/+12
|\
| * Fixed item transforms in Scene Graph to match GraphicsView.Kim Motoyoshi Kalland2011-04-262-12/+12
* | Update SceneGraph to use QRawFont APIEskil Abrahamsen Blomfeldt2011-04-263-16/+23
|/
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-262-16/+133
|\
| * compile fixAlan Alpert2011-04-191-2/+2
| * Added QSGPaintedItem documentation.Yoann Lopes2011-04-182-14/+131
* | Introduced beforeRendering and afterRendering signalsGunnar Sletta2011-04-162-2/+15
* | Implement flashing-yellow-update mode for scenegraph rendering.Gunnar Sletta2011-04-162-1/+18
|/
* Update QSGItems.Michael Brasser2011-04-1510-15/+30
* Fix crash in qsggridview autotest.Michael Brasser2011-04-151-0/+1
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-144-0/+37
|\
| * Added renderTarget property to QSGPaintedItem.Yoann Lopes2011-04-144-0/+37
* | expose the textureChanged signalGunnar Sletta2011-04-141-0/+1
* | Crashfix. There is no context when the item is created, so delay fetching itGunnar Sletta2011-04-143-8/+10
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-1413-484/+154
|\|
| * Removed the CustomMesh class.Kim Motoyoshi Kalland2011-04-133-338/+0
| * Implemented fillColor for QSGPaintedItem.Yoann Lopes2011-04-132-4/+14
| * Flipped texture coordinates right way up.Kim Motoyoshi Kalland2011-04-134-14/+11
| * Made QSGPaintedItem public.Yoann Lopes2011-04-137-121/+125
| * Use preprocess for QSGPaintedItem.Yoann Lopes2011-04-131-7/+5
* | Introduced QSGEngine to serve as a public API for certain SG featuresGunnar Sletta2011-04-1311-15/+46
* | Write out the classname in the QtQuick 1.1 warning to helpGunnar Sletta2011-04-131-1/+1
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-132-34/+35
|\|
| * Support for partial updates in QSGPaintedItem.Yoann Lopes2011-04-122-2/+8
| * Re-implemented QSGPaintedItemYoann Lopes2011-04-122-30/+27
* | Remove QSGTextureRef, we're not only using QSGTextureGunnar Sletta2011-04-1210-22/+24
* | Fix painted item againGunnar Sletta2011-04-122-12/+14
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qt-qml-team into qtquick2Gunnar Sletta2011-04-123-40/+33
|\|
| * Revert "Re-implemented QSGPaintedItem."Yoann Lopes2011-04-123-40/+33
| * Revert "Small improvements in QSGPaintedItem."Yoann Lopes2011-04-121-6/+16
| * Small improvements in QSGPaintedItem.Yoann Lopes2011-04-121-16/+6
* | Propegate the texture useage pattern from provider to sourceGunnar Sletta2011-04-123-16/+38
* | Get shader effects mostly working.Gunnar Sletta2011-04-124-29/+39
* | Texture rewrite, part 1Gunnar Sletta2011-04-1216-250/+131
* | TransformNode -> QSGTransformNode and OpacityNode -> QSGOpaictyNodeGunnar Sletta2011-04-125-11/+11
* | Cleanup QSGContextGunnar Sletta2011-04-121-0/+2
|/
* Re-implemented QSGPaintedItem.Yoann Lopes2011-04-113-33/+40
* Fix node leaks in scenegraph and QSGCanvasAaron Kennedy2011-04-111-0/+1
* Implemented custom mesh to be used with ShaderEffectItem.Kim Motoyoshi Kalland2011-04-088-151/+715
* Correctly set mouse position for hover events in QSGCanvas.Michael Brasser2011-04-071-2/+2
* Fixed blending of QSGPaintedItems.Kim Motoyoshi Kalland2011-04-061-4/+5
* Print out the good old QMLSCENE_IMPORT_NAME message when bailing outGunnar Sletta2011-04-061-1/+12
* BorderImage implementation completeGunnar Sletta2011-04-062-49/+95
* Got horizontal tile modes workingGunnar Sletta2011-04-062-4/+114
* Preparations for implementing the full BorderPixmapGunnar Sletta2011-04-063-110/+93
* Update SG PathView with GV PathView changes and fix testsMartin Jones2011-04-062-2/+3
* Fix QSGGridView tests.Martin Jones2011-04-061-1/+0
* Remove root item from dirty list on canvas destruction.Michael Brasser2011-04-061-1/+3
* Compile fix.Samuel Rødal2011-04-051-0/+1
* Cleaned up QSGTextureProvider a little.Kim Motoyoshi Kalland2011-04-057-254/+201