Changes between Version 28 and Version 29 of wxGUIDevelopment/RedesigningStatusbar


Ignore:
Timestamp:
Feb 13, 2022, 10:20:03 PM (2 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/RedesigningStatusbar

    v28 v29  
    221221== Week 6 ==
    222222'''1) What did I complete this week?'''\\
    223 This week was mostly about finishing PR https://github.com/OSGeo/grass/pull/2155 which projects all changes to other Map Display applications. I am still working on combobox removal and moving stuff to Map Display settings (https://github.com/OSGeo/grass/pull/2153). Some problems have occured here - we need to take into account two things: other Map Display apps with a different number of widget inputs and dynamic change of elements in statusbar combobox (when switching to 3D). Both these things complicate the task.
     223This week was mostly about finishing PR https://github.com/OSGeo/grass/pull/2155 which projects all changes to other Map Display applications. I am still working on combobox removal and moving stuff to Map Display settings (https://github.com/OSGeo/grass/pull/2153). Some problems have occured here - we need to take into account two things: other Map Display apps with a different number of elements in statusbar combobox and possible dynamic change of elements in statusbar combobox (when switching to 3D). Both these things complicate the task.
    224224
    225225In the meantime I fixed a bug caused by https://github.com/OSGeo/grass/pull/2155 - see https://github.com/OSGeo/grass/pull/2190 and improved statusbar update when 'Use defined projection' toggled (https://github.com/OSGeo/grass/pull/2178).