Changes between Version 20 and Version 21 of GSoC/2018/FullSupportPython3


Ignore:
Timestamp:
Jul 22, 2018, 11:02:03 AM (6 years ago)
Author:
sanjeet
Comment:

Week 10 report added

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/FullSupportPython3

    v20 v21  
    386386'''Is there any blocking issue?'''\\
    387387  Not at the moment.
     388
     389=== Week 10 ===
     390'''What did I complete this week?'''\\
     391- Replaced deprecated code warnings for set-tooltip (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/gui/patch_gui.diff)
     392- Fixed psmap issue for map
     393- Created new wrapper classes for widgets
     394- Fixed animation and mapswipe events binding deprecation warnings
     395- Fixed 'cmp' function calls, created custom function to deal with all instances
     396
     397'''What am I going to achieve for the next week?'''\\
     398- Replace remaining code deprecated warnings in GUI library
     399- Fix remaining gui command files
     400- Work on forms.py to fix string errors
     401- Replace all instances of old wx.* code with wrapper classes where suitable
     402
     403'''Is there any blocking issue?'''\\
     404  Not at the moment.