On 11/06/07, Nick Glencross <[EMAIL PROTECTED]> wrote:
> On 11/06/07, Sebastian Werner <[EMAIL PROTECTED]> wrote:
> > Maybe you would like to add a new functionality to qx.core.Object to
> > allow this more easily e.g. _disposeProperty("tooltip", ...);
>
> I think _disposeProperty is exactly what's needed. I shall write it!I have attached 4 patches for review. They were created against r8461, but also apply against r8531. * disposeProperties.patch adds the feature discussed above. It needs reviewing to make sure that what I've done makes sense (it seems to work) * table.patch makes use of this routine. From what I can tell none of these structures are intended to be shared, so what I've done makes sense * dateChooser.patch addresses a leak in the tooltips and a date format, as discussed before * comboBoxEx.patch removes some noise when debugging is enabled In particular, freeing up the table model and the tooltips should make a large difference to some applications. There are still quite a lot of LocalizedStrings being leaked, but I don't know what the best way to address this is. Thanks! Nick ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
