On Thu, Oct 30, 2008 at 2:52 PM, Edward K. Ream <[EMAIL PROTECTED]> wrote:
> - Finish hooking up headlines. This now has high priority because any > changes to the tree code have the potential to crash the Qt tree > widget. Naturally, I'll look for the minimum possible changes, but > real changes may be needed. What do you mean by hooking up headlines? BTW, I don't know what the exact cause of crashes is, but if it's about referring to tree items that don't exist anymore in the tree, we could try using weak references to map model postitions to tree widget items. That way, if a tree widget item is not referred to from the treewidget side (e.g. when removed by takeChild), we would see that we have invalid tree item data for our postiton (and possibly do some kind of recalculation). Yeah, I'm back from Rome (which, needless to say, rocks), but haven't had time to see all that has been going on yet... -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
