From: Frans S. <fra...@gm...> - 2009-03-30 09:59:07
|
Hi Francesco, Are you through with your exam? I hope everything went smoothly... I have gone through your great work on the piklab xml files and all the code around it. I also implemented the relation between the hexfile and the config generator and everything seems to work now. What would you think if I would merge the thing back into trunk? Cheers, Frans Francesco Montorsi wrote: > Frans Schreuder ha scritto: > >> Hi Francesco, >> >>> These things are going to require me more knowledge about the exact meaning of >>> the values stored in the Piklab files (some of them are not clear to me) and >>> some bit-by-bit operations. If you have time to help, it would be very welcome :) >>> >>> >>> >> Of course I will help implementing these things :) >> > Great; since today I must focus on studying for an incoming exam :/ > so I want have much free time to put in UPP. > > The GUI code anyway is practically complete; I'm aware of three small problems > with it currently: > - the drawing code for various package types yet needs to be written; > - the loading of floating values from Piklab files doesn't work correctly when > locale != en_US. This is because wxString::ToDouble() expects the floating point > separator to be in the right form for the current locale (in my case it should > be ',') but in Piklab files a dot is always used. I'm fixing this in wx now > (enhancing wxString::ToDouble); > - wxGTK package drawing at startup isn't correct and you need to manually force > a redraw changing the package variant to get it right > > I'll focus on these tasks so that if you want to work on the "backend" part we > won't make conflicting changes... > > Francesco > > > |