User:Aakash: Difference between revisions
Jump to navigation
Jump to search
| Line 36: | Line 36: | ||
* {{bug|501}} pygtk/ascdev fails to load solvers under Windows 7 | * {{bug|501}} pygtk/ascdev fails to load solvers under Windows 7 | ||
* {{bug|507}} propagate var/relation 'solved' status up through model hierarchy in processVarStatus | * {{bug|507}} propagate var/relation 'solved' status up through model hierarchy in processVarStatus | ||
* {{bug|429}} | * {{bug|429}} default units often not very useful | ||
* {{bug|472}} | * {{bug|472}} slvreq: with SOLVER statement before FIX/FREE methods, model is not updated | ||
* {{bug|294}} | * {{bug|294}} Implement 'STUDY' function in PyGTK GUI | ||
[[Category:GSOC2011]] | [[Category:GSOC2011]] | ||
Revision as of 06:02, 29 June 2011
Aakash is a Google Summer of Code 2011 Student. He has undertaken a project for GUI Improvements & Bug Squashing for the PyGTK GUI.
Development branch: aakash:
Project goals
The primary goals, in order of importance would be –
- Porting extra features of old GUI to the new GUI.
- Addition of requested features. (will think of some too)
- Add whatever more that the GTK library has to offer.
- Check for and fix bugs in my code.
Progress reports
27 Jun 2011
Almost completed the port from libglade to GTK Builder. A few warnings related to missing signal connect handlers remain.
Tried it on OS X, Ubuntu and Windows 7. Need to talk to Richard regarding easier setup in OS X. The main issue I am facing is whether to use Apple's Python or Python.org python.
Presently looking into :
12 Jun 2011
Some work on replacing libglade with Gtk Builder in the PyGTK GUI changeset 3483.
14 May 2011
After a discussion with John, the more important bugs to be fixed are
- bug 423 Changing value of solved variable should force removal of 'solved' indication
- bug 501 pygtk/ascdev fails to load solvers under Windows 7
- bug 507 propagate var/relation 'solved' status up through model hierarchy in processVarStatus
- bug 429 default units often not very useful
- bug 472 slvreq: with SOLVER statement before FIX/FREE methods, model is not updated
- bug 294 Implement 'STUDY' function in PyGTK GUI