Changes between Version 70 and Version 71 of GSoC/2021/SingleWindowLayout


Ignore:
Timestamp:
Aug 17, 2021, 8:10:00 AM (3 years ago)
Author:
lindakladivova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/SingleWindowLayout

    v70 v71  
    498498Pull requests related to the wxGUI refactoring:\\
    499499|| '''Title''' || '''Pull Request''' || '''Issue''' ||
    500 ||  || https://github.com/OSGeo/grass/pull/ || https://github.com/OSGeo/grass/issues/ ||
    501 
    502 Pull requests related to the creation of the simple Single-Window GUI prototype:\\
     500|| wxGUI: Split widget initialization from notebook logic || https://github.com/OSGeo/grass/pull/1591 || - || MERGED ||
     501|| wxGUI: refactoring: build display status bar based on wx.StatusBar widget || https://github.com/OSGeo/grass/pull/1646 || - || MERGED ||
     502|| wxGUI: refactoring: Map Display inheriting from wx.Panel || https://github.com/OSGeo/grass/pull/1675 || - || WILL BE MERGED AFTER GRASS 8 RELEASE ||
     503|| wxGUI: refactoring: build GUI tools' status bars based on wx.StatusBar widget || https://github.com/OSGeo/grass/pull/1689 || - || MERGED ||
     504
     505Pull requests related to the creation of the Single-Window GUI prototype:\\
    503506|| '''Title''' || '''Pull Request''' || '''Issue''' ||
    504 || Correct errors according to flake 8 and add some description || https://github.com/OSGeo/grass/pull/ || - ||
     507|| wxGUI: create parallel wx.frame for Single Window layout development || https://github.com/OSGeo/grass/pull/1604 || - || MERGED ||
     508|| wxGUI: Single-Window GUI: arrangement of basic widgets  || https://github.com/OSGeo/grass/pull/1621 || - || MERGED ||
     509|| wxGUI: Single-Window GUI: Integrate new map display wx.Panels into a AuiNotebook center pane || https://github.com/OSGeo/grass/pull/1732 || https://github.com/OSGeo/grass/issues/1735 || MERGED ||
     510|| wxGUI: create parallel wx.frame for Single Window layout development || https://github.com/OSGeo/grass/pull/1604 || - || MERGED ||
     511|| wxGUI/Single-Window: arrange a startup GUI  || https://github.com/OSGeo/grass/pull/1775 || https://github.com/OSGeo/grass/issues/1747 || NOT MERGED YET ||
     512|| wxGUI/Single-Window: New change page event for AuiNotebook  || https://github.com/OSGeo/grass/pull/1780 || https://github.com/OSGeo/grass/issues/1750 || MERGED ||
     513|| wxGUI/Single-Window: New close page event for AuiNotebook || https://github.com/OSGeo/grass/pull/1789 || https://github.com/OSGeo/grass/issues/1750 || NOT MERGED YET ||
    505514
    506515Other related PRs:
    507516|| '''Title''' || '''Pull Request''' || '''Issue''' ||
    508 || Correct errors according to flake 8 and add some description || https://github.com/OSGeo/grass/pull/ || - ||
     517|| wxGUI: Workspace save fails with SbManager has no IsShown || https://github.com/OSGeo/grass/pull/1665 || https://github.com/OSGeo/grass/issues/1657 || MERGED ||
     518|| wxGUI: MapSwipe window has wrong title || https://github.com/OSGeo/grass/pull/1692 || https://github.com/OSGeo/grass/issues/1690 || MERGED ||
     519|| wxGUI/MapSwipe: Show comp. extent option in statusbar does not work || https://github.com/OSGeo/grass/pull/1717 || https://github.com/OSGeo/grass/issues/1714 || MERGED ||
     520|| wxGUI: NewDisplay button moved to LMToolsToolbar || https://github.com/OSGeo/grass/pull/1783 || - || MERGED ||
     521|| wxGUI: Each layertree has its own display toolbar  || https://github.com/OSGeo/grass/pull/1785 || - || NOT MERGED YET ||
     522|| wxGUI: new design for GNotebooks  || https://github.com/OSGeo/grass/pull/1801 || - || NOT MERGED YET||
    509523
    510524The project that includes all PRs (not only mine) related to this problematics:\\