Changes between Version 10 and Version 11 of GSoC/2021/SingleWindowLayout


Ignore:
Timestamp:
Jun 5, 2021, 4:09:48 AM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v10 v11  
    221221I have chosen !GitHub (5) as a public repository for the development of this project. I added the link to the GSoC 2020 Accepted proposals page (3), to my wiki page (2) and I shared it with my mentors. My repository is licensed under the GNU General Public License v3.0, according to the license of GRASS GIS.
    222222
    223 '''Set up a developer environment'''\\
    224 I checked and updated my developer environment so as to be ready to start coding after the bonding period.
    225 
    226223'''Two PRs regarding Single-Window GUI already merged'''\\
    227224The first PR (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.