Update of /cvsroot/qooxdoo/qooxdoo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31891
Modified Files:
Tag: renderer
TODO
Log Message:
Reduced buildURI calls for image handling
Index: TODO
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v
retrieving revision 1.1.2.44
retrieving revision 1.1.2.45
diff -u -d -r1.1.2.44 -r1.1.2.45
--- TODO 23 Jan 2006 11:14:09 -0000 1.1.2.44
+++ TODO 23 Jan 2006 12:04:34 -0000 1.1.2.45
@@ -4,7 +4,6 @@
* Discuss property names: "html", "text" and "content" for QxText, QxHtml and QxLabel.
* isDisplayed vs. isDisplayable (cleanups naming)
-* Reduce buildURI calls from Image handling stuff.
* Optimize addProperty, use multiple functions for setters which themselves only call submethods and send the "p" variable to the handlers. Build setters which only do the stuff, which is needed for this property. Try to remove these "hasXXX" stuff.
* Optimize unit detection and unit handling and storage for dimension and location properties. Try to remove all these boolean flags.
* Rework and cleanup disposer code - do we really need to dispose all this stuff?
@@ -22,6 +21,8 @@
h4. Later
+* Support for images from custom path (resource like: application/...)
+
* Add generated debug console (which does not need a "div" inside the document)
* Add behaviour support
|