Re: GSOC 2015: Configuration GUI

2015-07-04 Thread Amar Takhar
On 2015-07-04 19:10 +0530, Anand Krishnan wrote: > Hi, > > Thanks for approving my midterm evaluation. You're welcome. > Anyways, I have added the GUI class for String options. Will work on > StringList > now. OK, this week I want to clean up the classes to simplify how it's stored internall

Re: GSOC 2015: Configuration GUI

2015-07-04 Thread Anand Krishnan
Hi, Thanks for approving my midterm evaluation. Anyways, I have added the GUI class for String options. Will work on StringList now. Anand. On Sat, Jun 27, 2015 at 7:16 AM, Anand Krishnan wrote: > Hi, > > The GUI is partially done. The set up for Boolean and Integer options is > done. > > Fin

Re: GSOC 2015: Configuration GUI

2015-06-26 Thread Anand Krishnan
Hi, The GUI is partially done. The set up for Boolean and Integer options is done. Find the files here: https://github.com/anandkp92/waf/tree/waf/gui [Run gui.py]. Please let me know if you are facing any issue while running this file or any changes I have to make. Thanks, Anand On Thu, Jun 18

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Anand Krishnan
Hi, On Thu, Jun 18, 2015 at 10:45 AM, Anand Krishnan wrote: > > > On Thu, Jun 18, 2015 at 6:18 AM, Amar Takhar wrote: > >> On 2015-06-18 05:57 +0530, Anand Krishnan wrote: >> > Hi all, >> > >> > I've almost prepared the basic layout for the GUI. Also added some >> dummy event >> > handlers for

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Anand Krishnan
On Thu, Jun 18, 2015 at 6:18 AM, Amar Takhar wrote: > On 2015-06-18 05:57 +0530, Anand Krishnan wrote: > > Hi all, > > > > I've almost prepared the basic layout for the GUI. Also added some dummy > event > > handlers for File Menu. > > > > Any more suggestions before fetching the options? > > Thi

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Amar Takhar
On 2015-06-18 05:57 +0530, Anand Krishnan wrote: > Hi all, > > I've almost prepared the basic layout for the GUI. Also added some dummy event > handlers for File Menu. > > Any more suggestions before fetching the options? This is a great start! Have you thought about how you are going to lay ou

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Anand Krishnan
Hi all, I've almost prepared the basic layout for the GUI. Also added some dummy event handlers for File Menu. Any more suggestions before fetching the options? Code at : https://github.com/anandkp92/waf/tree/waf/gui Thanks, Anand On Tue, Jun 16, 2015 at 10:45 AM, Anand Krishnan wrote: > Thom

Re: GSOC 2015: Configuration GUI

2015-06-15 Thread Anand Krishnan
Thomas: Apologies. This is the right link: https://github.com/anandkp92/waf/blob/waf/gui/menu.py Thanks for the other input. I'll take care of in-code documentation and making the code modular. I'll work on the tabs next. Regards, Anand On Tue, Jun 16, 2015 at 4:37 AM, Gedare Bloom wrote: >

Re: GSOC 2015: Configuration GUI

2015-06-15 Thread Gedare Bloom
I just had one comment from reading the code, it lacks any code-level documentation. Granted it is simple now, but as it grows so should the doc. Also, make sure to watch out for when to break out into more functions/modules. Avoid the pitfall of "one block of code to rule them all" -Gedare On M

Re: GSOC 2015: Configuration GUI

2015-06-15 Thread Amar Takhar
On 2015-06-15 23:52 +0530, Anand Krishnan wrote: > Hi all, > > Currently I have uploaded the first part of the gui - just plain menus (with > no > event handlers yet) to my github: github.com/anandkp92/waf/gui/menu.py . The > purpose of the GUI is for creating the config.cfg file for "waf config"

GSOC 2015: Configuration GUI

2015-06-15 Thread Anand Krishnan
Hi all, Currently I have uploaded the first part of the gui - just plain menus (with no event handlers yet) to my github: github.com/anandkp92/waf/gui/menu.py . The purpose of the GUI is for creating the config.cfg file for "waf config" of the waf version of RTEMS. I think you might need wxpython

Re: GSOC 2015: Configuration GUI

2015-03-22 Thread Amar Takhar
On 2015-03-22 01:21 +0530, Anand Krishnan wrote: > So just to be clear again, we build a cross platform GUI to configure the > classes in /defaults/options.py (eg: ALLOW_IRQ_NESTING, ARM_CL etc) -> this > would be our output file, the file which we are supposed to change and put new > values right?

Re: GSOC 2015: Configuration GUI

2015-03-21 Thread Anand Krishnan
So just to be clear again, we build a cross platform GUI to configure the classes in /defaults/options.py (eg: ALLOW_IRQ_NESTING, ARM_CL etc) -> this would be our output file, the file which we are supposed to change and put new values right? Out of the three variables in each class above, "value"

Re: GSOC 2015: Configuration GUI

2015-03-20 Thread Anand Krishnan
Ok then, I'll work on it. I'll check out WxPython and PyQt? Please let me know if they arent suitable. In the options.py file ( https://git.rtems.org/amar/waf.git/tree/rtems_waf/defaults/options.py), there are multiple classes. The configuration supposed to set values for each of this classes, isn

GSOC 2015: Configuration GUI

2015-03-19 Thread Anand Krishnan
Dear Mentors, I hope I am not too late. I am Anand Krishnan and I'd like to contribute to the Configuration GUI project. I am a final year student at BITS Goa, India campus and currently pursuing my Bachelor's thesis at IIT Bombay. By cross platform, do we mean - different boards or OS or both? D

Re: GSOC 2015: Configuration GUI

2015-03-12 Thread Amar Takhar
On 2015-03-10 22:59 +0530, siddharth singh wrote: > Dear Mentors, > > I am Siddharth Singh currently pursuing B.Tech at IIIT-Delhi, India. > > I am willing to contribute to Configuration GUI project, I have a past > experience of working on PyQt(GUI) and would like to contribute in the same > fie

Re: GSOC 2015: Configuration GUI

2015-03-11 Thread siddharth singh
Dear Amar, I have build rtems on my system on my system, went a bit through docmentation and wikis, wxPython(quite similar to PyQt). I have a query, Is this project related to this(https://github.com/shubhamsomani/GUI) or it is a fresh project or its something else? Secondly, I didn't complete unde

GSOC 2015: Configuration GUI

2015-03-10 Thread siddharth singh
Dear Mentors, I am Siddharth Singh currently pursuing B.Tech at IIIT-Delhi, India. I am willing to contribute to Configuration GUI project, I have a past experience of working on PyQt(GUI) and would like to contribute in the same field. Here is my github profile : https://github.com/siddharth7 I