Changes between Version 60 and Version 61 of GSoC/2021/SingleWindowLayout


Ignore:
Timestamp:
Aug 8, 2021, 12:12:32 PM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v60 v61  
    229229'''Adapting the code for Single-Window GUI:'''
    230230 - Adapt single-window GUI based on the locally merged branch (https://github.com/OSGeo/grass/pull/1732)
    231 }}}
    232 {{{#!td
    233 \\
    234 \\
    235 WIP
    236 \\
     231 - New change page event for AuiNotebook (https://github.com/OSGeo/grass/pull/1780)
     232}}}
     233{{{#!td
     234\\
     235\\
     236WIP
     237\\
     238\\
     239WIP
    237240\\
    238241WIP
     
    245248}}}
    246249{{{#!td
    247 '''Simple Single-Window GUI:'''
    248 - Switch to Single-Window layout representing the default settings through a new button
     250'''wxGUI refactoring:'''
     251 - Utilize Map Display panel into Map Display frame (see https://github.com/OSGeo/grass/pull/1675)
     252'''Adapting the code for Single-Window GUI:'''
     253 - Adapt single-window GUI based on the locally merged branch (https://github.com/OSGeo/grass/pull/1732)
    249254}}}
    250255{{{#!td
     
    436441== Week 9 ==
    437442'''1) What did I complete this week?'''\\
    438 '''2) What am I going to achieve for next week?'''\\
    439 '''3) Is there any blocking issue?'''\\
     443
     444First of all, I completed the big refactoring PR ​https://github.com/OSGeo/grass/pull/1675. It is ready for review and will be merged after GRASS 8 release.
     445
     446Secondly, I  implemented the layout which will be used for startup https://github.com/OSGeo/grass/pull/1775. It looks exactly like the third option presented here: https://github.com/OSGeo/grass/issues/1747. Unfortunately, I am a bit stuck here with size settings for the automatic notebook I made. As for this PR, we had a video call with Anna on Thursday and agreed to not deal with perspectives now because there are still more crucial things that need to be fixed or reorganized. Lastly, I started to work on events. This PR https://github.com/OSGeo/grass/pull/1780 deals with the first of two events in this Issue https://github.com/OSGeo/grass/issues/1750 - AuiNotebook changing event.
     447
     448'''2) What am I going to achieve for next week?'''\\
     449
     450The priorities for the next week are first to finish PRs https://github.com/OSGeo/grass/issues/1747 and https://github.com/OSGeo/grass/pull/1780 and to set up a new PR for the AuiNotebook closing event. We also decided to move the New Display button to a different place and to have one independent toolbar for each Display tab. So if some time remains, I would also implement this reorganizing stuff. But generally speaking, the closing event for AuiNotebook is the last thing that is needed to do for the working Single-Window GUI prototype.
     451
     452'''3) Is there any blocking issue?'''\\
     453No, It is not.
    440454
    441455== Week 10 ==
    442456'''1) What did I complete this week?'''\\
    443457'''2) What am I going to achieve for next week?'''\\
    444 '''3) Is there any blocking issue?'''\\
     458
    445459
    446460== Week 11 ==