Okay, wxWidgets 2.5.3 was tagged and bagged over the weekend. So if there are any updates to contribs and such that you guys need to send to me this week is the time to do it. I'm currently finishing up some build/installer changes and then I'll start making some test builds again, which will hopefully lead to release cantidates and a release by next week or so.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Okay, wxWidgets 2.5.3 was tagged and bagged over the weekend. So if there are any updates to contribs and such that you guys need to send to me this week is the time to do it.
A have a few, but I would like to check first if you are willing to merge them.
Can you ACK/NACK them?
I am sure it is documented somewhere but do you prefer patches or files?
* mixins/listctrl.py
* ListCtrlAutoWidthMixin: support to expand all headers instead of only the last one
* TextEditMixin: support for cursor up/down + scrolling on large lists under Windows + some more key bindings + support for virtual lists
* wxpTag.py: some robustness fixes like:
- self.ctx.kwargs[str(name)] = value
+ if self.ctx:
+ self.ctx.kwargs[str(name)] = value
return False
Let me know,
Pim.
···
I'm currently finishing up some build/installer changes and then I'll start making some test builds again, which will hopefully lead to release cantidates and a release by next week or so.
Okay, wxWidgets 2.5.3 was tagged and bagged over the weekend. So if there are any updates to contribs and such that you guys need to send to me this week is the time to do it.
A have a few, but I would like to check first if you are willing to merge them.
Can you ACK/NACK them?
ok.
I am sure it is documented somewhere but do you prefer patches or files?