Most of the annoying/critical bugs fixable have been fixed. Remaining
problems are:
- Missing lessons languages: I think it can wait until 1.2 as 1.1 is
supposed to be internal
- Other are mainly enhancements
Except Chinese language issues (or non-latin languages and languages
without space between words)
- doesn't break in wx.html -> wxPython 5 years old bug still not fixed
- can't fix it without upstream fix or rewriting the 1st tab
- comments can be typed in anything else than the strict 127 ASCII
characters -> is this fixable?
which can't be fixed in a short time.
I also have this non-critical bug when using wxPython 2.8 and quitting
the application:
File "./rur_start.py", line 128, in OnPageChanged
arg = self.parent.status_bar.notebook_new_page, event.GetSelection()
File
"/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line
14564, in __getattr__
raise PyDeadObjectError(self.attrStr % self._name)
wx._core.PyDeadObjectError: The C++ part of the rurStatusBar object has
been deleted, attribute access no longer allowed.
We have an updated pot file as well, and I would like to improved the
Open / Save experience. I think both could be done by the end of the week.
I wrote the Open/Save behavior I have in mind here:
http://code.google.com/p/rur-ple/wiki/OpenSaveFilesRequirements
So all in all I think we can get new pot files by the end of the week
maybe as well as this open / save feature completed.
I'm targeting around next weekend to make the release if above schedule
stands.
Comments and answers welcome ;-)