Re: [Pytrainer-devel] Development environment

2012-02-02 Thread Rodolfo Gonzalez
Hi everybody,  I´ve uploaded my last version of the fix for ticket #81.  The athlete, heart rate, sport and equipment section of the profile are now being checked. I´ve also made a bit of refactoring after the Nathan's suggestions.  Regarding David's suggestion with the units I said why I would

[Pytrainer-devel] Input validation (ticket #81)

2012-02-02 Thread Rodolfo Gonzalez
Hi,  I've seen that when changing to the sports tab in the profile window all the profile options are saved. The code can be find in the windowprofile.py file:     def on_switch_page(self,widget,pointer,frame):         #print widget, pointer, frame         if frame==2:             self.saveOpt