Changes between Version 28 and Version 29 of wxGUIDevelopment/RedesigningStatusbar
- Timestamp:
- 02/13/22 22:20:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/RedesigningStatusbar
v28 v29 221 221 == Week 6 == 222 222 '''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 anddynamic change of elements in statusbar combobox (when switching to 3D). Both these things complicate the task.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 elements in statusbar combobox and possible dynamic change of elements in statusbar combobox (when switching to 3D). Both these things complicate the task. 224 224 225 225 In 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).