Changes between Version 79 and Version 80 of GSoC/2021/SingleWindowLayout


Ignore:
Timestamp:
Aug 18, 2021, 3:08:54 AM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v79 v80  
    7979 - Decide which library will be more suitable for our development
    8080
    81 - 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
     81- GUI refactoring PR regarding the new workspace manager: https://github.com/OSGeo/grass/pull/1437 (made before the bonding period) corrected by the PR https://github.com/OSGeo/grass/pull/1637 (Issue https://github.com/OSGeo/grass/issues/1636)
    8282}}}
    8383{{{#!td
     
    101101'''wxGUI refactoring'''
    102102- Create a more general Map Display (wx.Panel) which can be used for Single Layout as well as current Multi Layout
    103  - Create Map Display status bar based on wx.StatusBar widget, see https://github.com/OSGeo/grass/pull/1646 and https://github.com/OSGeo/grass/pull/1665
    104  - Utilize Map Display panel into Map Display frame (see https://github.com/OSGeo/grass/pull/1656)
     103 - Create Map Display status bar based on wx.StatusBar widget, see PR https://github.com/OSGeo/grass/pull/1646 and the associated PR https://github.com/OSGeo/grass/pull/1665 (Issue https://github.com/OSGeo/grass/issues/1657)
     104 - Utilize Map Display panel into Map Display frame (see https://github.com/OSGeo/grass/pull/1675)
    105105}}}
    106106{{{#!td
     
    121121}}}
    122122{{{#!td
    123 '''wxGUI refactoring'''
    124  - Utilize Map Display panel into Map Display frame (see https://github.com/OSGeo/grass/pull/1675)
    125 }}}
    126 {{{#!td
    127 \\
    128 \\
    129 \\
    130 WIP
     123'''wxGUI refactoring'''
     124 - Utilize Map Display panel into Map Display frame (see PR https://github.com/OSGeo/grass/pull/1675)
     125}}}
     126{{{#!td
     127\\
     128\\
     129\\
     130WIP
     131\\
    131132}}}
    132133|-----------------------
     
    138139{{{#!td
    139140'''wxGUI refactoring:'''
    140  - Build all other Map Frames based wx.Statusbar (see https://github.com/OSGeo/grass/pull/1689)
    141  - Utilize Map Display panel into Map Display frame (see https://github.com/OSGeo/grass/pull/1675)
     141 - Build all other Map Frames based wx.Statusbar (see PR https://github.com/OSGeo/grass/pull/1689)
     142 - Utilize Map Display panel into Map Display frame (see PR https://github.com/OSGeo/grass/pull/1675)
    142143}}}
    143144{{{#!td
     
    157158{{{#!td
    158159'''wxGUI refactoring:'''
    159  - Build all other Map Frames based wx.Statusbar (see https://github.com/OSGeo/grass/pull/1689)
    160  - Utilize Map Display panel into Map Display frame (see https://github.com/OSGeo/grass/pull/1675)
     160 - Build all other Map Frames based wx.Statusbar (see PR https://github.com/OSGeo/grass/pull/1689)
     161 - Utilize Map Display panel into Map Display frame (see PR https://github.com/OSGeo/grass/pull/1675)
    161162}}}
    162163{{{#!td
     
    176177{{{#!td
    177178'''wxGUI refactoring:'''
    178  - Build all other Map Frames based wx.Statusbar (see https://github.com/OSGeo/grass/pull/1689)
    179  - Utilize Map Display panel into Map Display frame (see https://github.com/OSGeo/grass/pull/1675)
     179 - Utilize Map Display panel into Map Display frame (see PR https://github.com/OSGeo/grass/pull/1675)
     180
     181'''Bug fix:'''
     182 - Show comp. extent option in status bar fixed (see PR https://github.com/OSGeo/grass/pull/1717, Issue https://github.com/OSGeo/grass/issues/1714)
     183
    180184'''Adapting the code for Single-Window GUI:'''
    181  - Adapt single-window GUI based on the locally merged branch (https://github.com/OSGeo/grass/pull/1732)
     185 - Adapt Single-Window GUI based on the locally merged branch (see PR https://github.com/OSGeo/grass/pull/1732, Issue https://github.com/OSGeo/grass/issues/1735)
    182186}}}
    183187{{{#!td
     
    185189\\
    186190\\
    187 OK
     191WIP
    188192\\
    189193\\
     
    515519Other related PRs:
    516520|| '''Title''' || '''Pull Request''' || '''Issue''' ||
     521|| wxGUI: SaveToFile() missing 1 required positional argument || https://github.com/OSGeo/grass/pull/1637 || https://github.com/OSGeo/grass/issues/1636 || MERGED ||
    517522|| wxGUI: Workspace save fails with !SbManager has no !IsShown || https://github.com/OSGeo/grass/pull/1665 || https://github.com/OSGeo/grass/issues/1657 || MERGED ||
    518523|| wxGUI: !MapSwipe window has wrong title || https://github.com/OSGeo/grass/pull/1692 || https://github.com/OSGeo/grass/issues/1690 || MERGED ||