On Sat, Jan 21, 2012 at 1:59 AM, Kern Handa <[email protected]> wrote: > LOL, thanks for telling me about java2py. I was going to do it by hand ;)
pffh :) > Not sure who kees is, but I'll probably get around to porting them this > weekend. What's the process around submitting a patch? drop it here, http://code.google.com/p/pyjamas/issues then notify the list. if you're familiar with git, use git format-patch, it'll make your own life easier. also please remember to add copyright notices, add yourself to pyjamas/copyright and also add a note to the CHANGELOG. or if you're a confident developer send me an ssh public key and a sourceforget username, and read DEVELOPER.RULES. as you'll be adding entirely new functionality which nobody else will have used you can bypass most of the "safety" checks - but as it's a new widget please add an example to kitchensink and maybe showcase as well. or, i think, actually, last time i did this was for the pretty decorated tab panels, i just created an entirely new example. apart from anything, an example will be a good test-bed for what you're doing, and will show other people how to use the widget. rather important, that :) l.

