Changes between Version 40 and Version 41 of GSoC/2021/SingleWindowLayout


Ignore:
Timestamp:
Jun 20, 2021, 9:15:20 AM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v40 v41  
    281281== Week 2 ==
    282282'''1) What did I complete this week?'''\\
    283 I focused on the GUI refactoring. In order to add MapDisplay to the notebook widget, we need to have it in the form of wx.Panel. I divided the work into several steps.
     283I focused on the GUI refactoring. In order to add Map Display to the notebook widget, we need to have it in the form of wx.Panel. I divided the work into several steps.
    284284
    285285- This week I changed the way of creating Map Display status bar (which is now independent of the parent widget) - https://github.com/OSGeo/grass/pull/1646.
    286286 - However, this PR caused the bug related to the workspace saving(https://github.com/OSGeo/grass/issues/1657) which I corrected ASAP (by https://github.com/OSGeo/grass/pull/1665).
    287287
    288 - Meantime, I started more complex PR changing the way the Map Display is built (see https://github.com/OSGeo/grass/pull/1656). The core lies in adding the intermediate wx.Panel widget. This PR aims at more general refactoring of Map Display creation, do not change the code in the Single Layout parallel environment yet.
     288- Meantime, I started more complex PR changing the way the Map Display is built (see https://github.com/OSGeo/grass/pull/1656). The core lies in adding the intermediate wx.Panel widget. This PR aims at more general refactoring of Map Display creation, do not change the code in the Single Layout parallel environment.
    289289
    290290'''2) What am I going to achieve for next week?'''\\