Changes between Version 27 and Version 28 of wxGUIDevelopment/RedesigningStatusbar
- Timestamp:
- 02/13/22 22:12:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxGUIDevelopment/RedesigningStatusbar
v27 v28 207 207 No, it isn't. 208 208 209 == Week 4==209 == Week 5 == 210 210 '''1) What did I complete this week?'''\\ 211 211 On Thursday we had a videocall with Anna, Vashek and Martin and we discussed how to arrange further work. We revised our priorities and put off the coding related to move of Projection page for two last project weeks. Now the priority is the statusbar combobox removal. So I have started to work on two PRs - the first one (https://github.com/OSGeo/grass/pull/2155) projects all changes to other Map Display applications (as Map Swipe and others) because before further work we need to unify our code a bit; while the second PR implements statusbar settings via radiobuttons and also removes the combobox. For more info please see https://github.com/OSGeo/grass/pull/2153. … … 219 219 No, it isn't. 220 220 221 == Week 4 == 222 '''1) What did I complete this week?'''\\ 223 On Thursday we had a videocall with Anna, Vashek and Martin and we discussed how to arrange further work. We revised our priorities and put off the coding related to move of Projection page for two last project weeks. Now the priority is the statusbar combobox removal. So I have started to work on two PRs - the first one (https://github.com/OSGeo/grass/pull/2155) projects all changes to other Map Display applications (as Map Swipe and others) because before further work we need to unify our code a bit; while the second PR implements statusbar settings via radiobuttons and also removes the combobox. For more info please see https://github.com/OSGeo/grass/pull/2153. 224 225 In the meantime, I also finished https://github.com/OSGeo/grass/pull/2087 which moves "Use defined projection" checkbox to Map Display Settings. 226 227 '''2) What am I going to achieve for next week?'''\\ 228 The main task for the next week is to finish both opened PRs. It will lead to entire statusbar combobox removal in all Map Display related applications because everywhere the Map Display Settings dialog will be newly available. I will also create a new icon for Map Display settings since the currently used icon is not suitable (we already use the same icon e.g. in Map Swipe for the purpose of settings). 229 230 '''3) Is there any blocking issue?'''\\ 231 No, it isn't. 232 233 == Week 5 == 221 == Week 6 == 234 222 '''1) What did I complete this week?'''\\ 235 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.