[Qooxdoo-commit] qooxdoo TODO,1.1.2.40,1.1.2.41
Brought to you by:
ecker,
martinwittemann
|
From: Andreas E. <ec...@us...> - 2006-01-16 13:58:33
|
Update of /cvsroot/qooxdoo/qooxdoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1629 Modified Files: Tag: renderer TODO Log Message: Minor changes Index: TODO =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/TODO,v retrieving revision 1.1.2.40 retrieving revision 1.1.2.41 diff -C2 -d -r1.1.2.40 -r1.1.2.41 *** TODO 16 Jan 2006 13:27:39 -0000 1.1.2.40 --- TODO 16 Jan 2006 13:58:23 -0000 1.1.2.41 *************** *** 11,14 **** --- 11,15 ---- * Reduce buildURI calls from Image handling stuff. + * Optimize application load time * 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. *************** *** 21,24 **** --- 22,26 ---- * Discuss if it is useful to also cache hasPercentX, hasAutoX, ... * Reimplement cached properties so that the invaliation will not set the old value to null, but set a isInvalid flag which will define that the next get must re-evaluate the value first. + * Add depth property to widgets. Sort job queue according to depth before flush. * Speed-up toggling (tree, tabView) without re-layouting of children |