Changes between Version 6 and Version 7 of GSoC/2021/SingleWindowLayout


Ignore:
Timestamp:
Jun 5, 2021, 3:35:58 AM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v6 v7  
    225225
    226226'''Three PR already merged'''\\
    227 I created two PR related to the Single-Window layout preparations. The first one (https://github.com/OSGeo/grass/pull/1591) deals with general refactoring. The second one creates the parallel environment where I will further independently develop the Single-Window GUI, see https://github.com/OSGeo/grass/pull/1604. I also created the PR (https://github.com/OSGeo/grass/pull/1598) improving GRASS for version 8.0. It implements easier switching between mapsets in different locations since we would like GRASS to be as user-friendly as possible. Meantime, I played with wx.aui demo in order to create a prototype of the Single-Window GRASS GUI. However, it is still not decided if we use wx.lib.agw.aui python library or traditional wx.aui C++ library. Therefore, I also compared those approaches. The traditional wx.AUI seems the same in terms of functionality except missing pane minimizing. Next week we need to decide which attitude should be selected.
     227I created two PR related to the Single-Window layout preparations. The first one (https://github.com/OSGeo/grass/pull/1591) deals with general refactoring. The second one creates the parallel environment where I will further independently develop the Single-Window GUI, see https://github.com/OSGeo/grass/pull/1604. I also created the PR (https://github.com/OSGeo/grass/pull/1598) improving GRASS for version 8.0. It implements easier switching between mapsets in different locations since we would like GRASS to be as user-friendly as possible. All mentioned PRs are already merged to master. Meantime, I played with wx.aui demo in order to create a prototype of the Single-Window GRASS GUI. However, it is still not decided if we use wx.lib.agw.aui python library or traditional wx.aui C++ library. Therefore, I also compared those approaches. The traditional wx.AUI seems the same in terms of functionality except missing pane minimizing. Next week we need to decide which attitude should be selected.
    228228
    229229
     
    231231- Start developing Single-Window GUI
    232232- Integrate main parts that do not need much refactoring
    233 - Decide which library will be used
    234233- Have a meeting with mentors on Wednesday
     234- Decide which library will be used (but could be probably changed even later)
    235235
    236236(1) https://lists.osgeo.org/pipermail/grass-dev/2021-May/095168.html \\