| November 9th - November 15th | ||||||||||
| Task description | Progress this week | Status | ||||||||
| [wxPython 2.5] Merge my recent wxPython work into the main CVS trunk. | Done. | Completed | ||||||||
| More chapter reivews and editing for the wxPython book. | Re-reviewed one chapter and reviewed a new one too. | In progress | ||||||||
| Work on my OSAF bug list | nothing this week | In progress | ||||||||
| [wxPython 2.5] Continue testing and fixing problems with the new wxPython. | Spent a some time chasing my tail on what I thought was another dynamic linker, static initializer issue on OS X, but it turned out to be something that should not have been unexpected if I had been paying attention. A slight change to how I am defining these items for SWIG takes care of the problem. Ran through more of the demo and lib files correcting errors as I go. | In progress | ||||||||
| [wxPython 2.5] Contunue to assist Jeff and others working on the demo and samples conversion. | Done. They seem to be making stellar progress, but I need to provide a preview binary of wxPython 2.5 for everyting to be finished up. | In progress | ||||||||
| [wxPython 2.5] Get the wxPython library converted so the modules "belong" in the new namespace. | Only a couple modules are done. I need to organize things so other people can work on this as they are for the demo. | In progress | ||||||||
| [wxPython 2.5] Start work on a SWIG modification that will assist in autogenerating wxPython class reference documentation. | Mostly done. I added two new features to SWIG. One is %docstring, which attaches its value to the declaration in the parse tree, and then writes it out as the item's docstring in the Python proxy code. The other feature is %autodoc, which can use the information in the parse tree to generate a docstring that shows the parameter names, return type, etc. The two can be combined. Some conversations happened on wxPython-dev discussing this and future plans. Details can be seen here at these links: http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?12:sss:344:200311:fgjidmmbjekcooajmbje#b http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?12:sss:345:200311:lnpfnbhbonkbcbdmmopd#b I still need to work out a couple kinks, make a patch for it and submit it to the SWIG folks. And of course, the comments in the code need to be converted to use %docstring. | In progress | ||||||||