Changes between Version 1 and Version 2 of wxGUIDevelopment/RedesigningStatusbar


Ignore:
Timestamp:
Dec 29, 2021, 5:09:53 AM (2 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/RedesigningStatusbar

    v1 v2  
    1515The 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.
    1616
     17A nice description of whole notion how it could like is here: https://github.com/OSGeo/grass/issues/2017 .
    1718== Timeline ==
    1819
     
    3738{{{#!td
    3839'''New Map Display settings dialog'''
    39 - Create Map Display settings dialog accessible from Map Display toolbar and move checkbox items there
     40- Create Map Display settings dialog accessible from Map Display toolbar and move checkbox items there, see https://github.com/OSGeo/grass/pull/2031
    4041}}}
    4142{{{#!td
     
    5152{{{#!td
    5253'''Mask widget'''
    53 - Move mask to main statusbar, see https://github.com/OSGeo/grass/pull/1621
     54- Move mask to main statusbar
    5455}}}
    5556{{{#!td