Changes between Version 27 and Version 28 of wxGUIDevelopment/RedesigningStatusbar


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

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/RedesigningStatusbar

    v27 v28  
    207207No, it isn't.
    208208
    209 == Week 4 ==
     209== Week 5 ==
    210210'''1) What did I complete this week?'''\\
    211211On 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.
     
    219219No, it isn't.
    220220
    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 ==
    234222'''1) What did I complete this week?'''\\
    235223This 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.