Changes between Version 25 and Version 26 of GSoC/2021/SingleWindowLayout


Ignore:
Timestamp:
Jun 13, 2021, 12:28:42 AM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v25 v26  
    8989\\
    9090\\
     91\\
    9192OK
    9293}}}
     
    99100{{{#!td
    100101'''wxGUI refactoring:'''
    101 - Integrate of the Display toolbar into a new class related to the Display panel
     102- Integrate the Display toolbar into a new class related to the Display panel
    102103- Integrate and move layout functions and superior functions and handlers into the basic GUI frame class in the App directory (Layer Manager will take over the role of the Display tab)
    103104}}}
     
    257258== Weekly reports ==
    258259== Week 1 ==
    259 '''1) What did I complete this week?'''\\
    260 '''2) What am I going to achieve for next week?'''\\
    261 '''3) Is there any blocking issue?'''\\
     260'''1) What did I complete this week?'''\\
     261This week I started to develop Single-Window GUI in the prepared parallel environment. I arranged basic widgets (Data Catalog, Display, Modules, Console, Python), you can have a look at this PR: After a discussion with mentors and other members of the community, it was finally decided to use Map Display as the center content pane. At the same time, we decided to use the wx.lib.agw.aui library for python development, which is more user-friendly and contains a bunch of interesting functions.
     262
     263At the same time, I also fixed a bug https://github.com/OSGeo/grass/issues/1636 (https://github.com/OSGeo/grass/pull/1637).
     264
     265'''2) What am I going to achieve for next week?'''\\
     266The task for the next week will be to add a new Map Display as a wx.Panel (now it is only in the form of wx.Frame) and integrate this Map Display as a center content pane.
     267
     268'''3) Is there any blocking issue?'''\\
     269No, it isn't.
    262270
    263271== Week 2 ==