summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2010-12-01 19:28:51 +0100
committerGunnar Sletta <gunnar.sletta@nokia.com>2010-12-01 19:28:51 +0100
commit1c8d3423741ce9f9b7a1a193c8bab89c018b54ee (patch)
treec1a6e51de96b652450ccad2841c7b4fcda7c01b9 /TODO
parentcbe801b88ab794db7ba792a1f23767bfba70e49a (diff)
started work on new texture manager
Diffstat (limited to 'TODO')
-rw-r--r--TODO33
1 files changed, 33 insertions, 0 deletions
diff --git a/TODO b/TODO
index e071642..60bf747 100644
--- a/TODO
+++ b/TODO
@@ -3,3 +3,36 @@
-tiling modes in borderimage
-anywhere there is a XXX
-there have been numerous fixes in qt-qml (+ some API changes) that need to be integrated
+
+- Remove the unused nodes in src/scenegraph/convenience, like SolidRectnode...
+- Move QxParticles into its own plugin as it is not part of the QML core API
+- Remove QxPaintedItem and friends from sourcertree..
+
+- New directory structure perhaps?
+ declarative/
+ canvas/
+ view
+ animation driver
+ items/
+ all the qxitems
+ scenegraph/
+ coreapi/
+ node
+ material
+ renderer
+
+ materials/
+ TextureMaterial
+ FlatColorMaterial
+ VertexColorMaterial
+
+ nodes/
+ VertexColorRectNode
+ TextureColorRectNode
+
+ qmladaptation/
+ adaptation interfaces
+ default implementations
+ qmlrenderer
+
+