Changes between Version 36 and Version 37 of GSoC/2021/SingleWindowLayout


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v36 v37  
    283283I 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.
    284284
    285 - This week I changed the way of creating Map Display statusbar (which is now independent of the parent widget) - https://github.com/OSGeo/grass/pull/1646. However, this PR caused the bug related to workspaces (https://github.com/OSGeo/grass/issues/1657) which I corrected ASAP (by https://github.com/OSGeo/grass/pull/1665).
     285- 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. 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).
    286286
    287287- 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.
    288288
    289289'''2) What am I going to achieve for next week?'''\\
    290 I plan to finish GUI refactoring of Map Display creation (see https://github.com/OSGeo/grass/pull/1656) and utilize it in the Single-Window GUI environment. It will lead to a new Map Display notebook widget (composed of wx.Panel Map Displays) which will be used as the content pane.
     290I plan to finish GUI refactoring of Map Display creation (see https://github.com/OSGeo/grass/pull/1656) and utilize it in the Single-Window GUI environment. It will lead to a new Map Display notebook widget (composed of wx.Panel Map Displays). This notebook will be consequently used as the content pane
    291291
    292292'''3) Is there any blocking issue?'''\\