Changes between Version 19 and Version 20 of GSoC/2021/SingleWindowLayout


Ignore:
Timestamp:
Jun 12, 2021, 11:46:24 PM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v19 v20  
    4646- Familiarize with the object-oriented patterns in wxPython programming
    4747- Discuss the elements of the Single-Window layout and the necessary changes in GUI needed for implementing the proposed design
    48 - Discuss the elements of the startup window and get acquainted with the whole design (video call on May 14)
    49 - Contribute some feature related to refactoring
    50 
    51 }}}
    52 {{{#!td
     48- Contribute some feature related to refactoring - https://github.com/OSGeo/grass/pull/1591
     49- Create a parallel environment for independently developing of the Single-Window GUI - https://github.com/OSGeo/grass/pull/1604
     50
     51}}}
     52{{{#!ok
    5353
    5454}}}
     
    5959}}}
    6060{{{#!td
    61 '''wxGUI refactoring:'''
    62 - Create separate class for workspace management
    63 - Separate functions related to the Display Panel into a separate class (main GUI script needs to be lightened)
    64 - Establishing all signals and solving the connection when creating a 3D tab
    65 }}}
    66 {{{#!td
     61'''The basic skeleton: arrangement of basic widgets'''
     62- Create a basic arrangement of simple widgets that do not need much refactoring, see https://github.com/OSGeo/grass/pull/1621
     63
     64- According to this arrangement:
     65-- Decide which panel used for the content pane
     66-- Decide which library will be more suitable for our development
     67
     68- GUI refactoring PR regarding the new workspace manager: https://github.com/OSGeo/grass/pull/1437 (made before the bonding period) corrected by https://github.com/OSGeo/grass/pull/1637
     69}}}
     70{{{#!td
     71\\
     72WIP
    6773\\
    6874OK
    6975\\
    70 tbd
    71 \\
    72 tbd
     76OK
    7377\\
    7478}}}