[Qooxdoo-commit] qooxdoo TODO,1.1.2.47,1.1.2.48
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-23 16:02:04
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26303 Modified Files: Tag: renderer TODO Log Message: Minor improvements Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.47 retrieving revision 1.1.2.48 diff -u -d -r1.1.2.47 -r1.1.2.48 --- TODO 23 Jan 2006 13:28:25 -0000 1.1.2.47 +++ TODO 23 Jan 2006 16:01:52 -0000 1.1.2.48 @@ -4,9 +4,6 @@ * Discuss property names: "html", "text" and "content" for QxText, QxHtml and QxLabel. * isDisplayed vs. isDisplayable (cleanups naming) -* 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. - - 40% done - * Additional Namespace for QxSetter, QxGetter, QxResetter? * Optimize unit detection and unit handling and storage for dimension and location properties. Try to remove all these boolean flags. |