[GRASS-dev] Mini project 2022: Week 6: Redesigning a map display status bar combo box into a new settings dialog

Hello guys,

I am sending my sixth weekly report, it is also available here [1].

1) What did I complete this week?
This week was mostly about finishing PR [2] which projects all changes to other Map Display applications. I am still working on combobox removal and moving stuff to Map Display settings [3]. 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. In the meantime, I fixed a bug caused by [2] in [4] and improved statusbar update when ‘Use defined projection’ toggled [5].

2) What am I going to achieve for next week?
The main task for the next week is to finish the PR for combobox removal [2]. There is still quite much work to do. On Sunday I also worked on a new icon for Map Display settings so I plan to open another PR for that.

3) Is there any blocking issue?
No, it isn’t.

Have a nice week.

Linda

[1] https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/RedesigningStatusbar

[2] https://github.com/OSGeo/grass/pull/2155

[3] https://github.com/OSGeo/grass/pull/2153

[4] https://github.com/OSGeo/grass/pull/2190

[5] ​https://github.com/OSGeo/grass/pull/2178