Changes between Version 14 and Version 15 of wxGUIDevelopment/RedesigningStatusbar


Ignore:
Timestamp:
Jan 28, 2022, 11:56:47 PM (2 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/RedesigningStatusbar

    v14 v15  
    1313== Goal ==
    1414
    15 The core part of the work will be devoted to the reorganization of the map display status bar. At the moment, the status bar at the bottom of the map display window consists of a text section, a combo box, a mask and a check box. For the Single-Window GUI, the number of widgets must be reduced so that the check box on the right side of the status bar is not shrunk. The solution is to cancel the combo box occupying too much space and implement a new settings dialog accessible from the top map display toolbar. So, the goal of the project is to create the fully functional testable Single-Window GUI mode which addresses the map display window settings through a new dialog.
     15The core part of the work will be devoted to the reorganization of the map display status bar. At the moment, the status bar at the bottom of the map display window consists of a text section, a combo box, a mask and a check box. For the Single-Window GUI, the number of widgets must be reduced so that the check box on the right side of the status bar is not shrunk. The solution is to cancel the combo box occupying too much space and implement a new settings dialog accessible from the top map display toolbar. So, the goal of the project is to create a fully functional testable Single-Window GUI mode which addresses the map display window settings through a new dialog.
    1616
    1717A nice description of how it could look like is here: https://github.com/OSGeo/grass/issues/2017 .
     
    5757{{{#!td
    5858\\
    59 WIP
     59DONE
    6060\\
    6161}}}
     
    189189'''3) Is there any blocking issue?'''\\
    190190No, it isn't.
     191
     192== Week 4 ==
     193'''1) What did I complete this week?'''\\
     194This week the PR devoted to moving the Mask widget to the main status bar was finally merged (https://github.com/OSGeo/grass/pull/2089). It means that now the Mask is a part of the main window status bar and GUI much better reacts to any change related to Mask (creation, removal). Another merged PR is the fix for the behavior of Single-Window GUI when console content has been changed (https://github.com/OSGeo/grass/pull/2121). In the meantime, I was working on https://github.com/OSGeo/grass/pull/2087 which is still not finished since we need to discuss further proceeding with Anna. This PR is a bit related to the Projection page which is nowadays a part of GUI settings but we plan to move it to Map Display settings. It is quite a big step because we also change the logic (general settings vs. local settings) and we need to first discuss it so we plan the video call.
     195
     196'''2) What am I going to achieve for next week?'''\\
     197The task for the next week is mainly to finish https://github.com/OSGeo/grass/pull/2087 and to start working on a new bigger PR related to the GUI settings Projection page. Last but not least we need to decide on the final appearance of Map Display settings.
     198
     199'''3) Is there any blocking issue?'''\\
     200No, it isn't.