[GRASS-git] [OSGeo/grass] 2f94d7: wxGUI: refactoring: Map Display inheriting from wx...

Linda Kladivova noreply at github.com
Thu Dec 16 07:24:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: 2f94d78a6622dd3f78d66bb6b01dc6795dcba2b8
      https://github.com/OSGeo/grass/commit/2f94d78a6622dd3f78d66bb6b01dc6795dcba2b8
  Author: Linda Kladivova <49241681+lindakladivova at users.noreply.github.com>
  Date:   2021-12-16 (Thu, 16 Dec 2021)

  Changed paths:
    M doc/gui/wxpython/example/README
    M doc/gui/wxpython/example/frame.py
    M doc/gui/wxpython/example/g.gui.example.py
    M gui/wxpython/gcp/manager.py
    M gui/wxpython/gcp/mapdisplay.py
    M gui/wxpython/gui_core/mapdisp.py
    M gui/wxpython/iclass/frame.py
    M gui/wxpython/iclass/g.gui.iclass.py
    M gui/wxpython/image2target/ii2t_manager.py
    M gui/wxpython/image2target/ii2t_mapdisplay.py
    M gui/wxpython/lmgr/frame.py
    M gui/wxpython/lmgr/layertree.py
    M gui/wxpython/main_window/frame.py
    M gui/wxpython/mapdisp/frame.py
    M gui/wxpython/mapdisp/main.py
    M gui/wxpython/mapswipe/frame.py
    M gui/wxpython/mapswipe/g.gui.mapswipe.py
    M gui/wxpython/mapswipe/toolbars.py
    M gui/wxpython/photo2image/ip2i_manager.py
    M gui/wxpython/photo2image/ip2i_mapdisplay.py
    M gui/wxpython/rdigit/g.gui.rdigit.py
    M gui/wxpython/vdigit/g.gui.vdigit.py
    M gui/wxpython/vdigit/preferences.py

  Log Message:
  -----------
  wxGUI: refactoring: Map Display inheriting from wx.Panel (#1675)

Map Display GUI logic is being changed. For purposes of the Single-Window GUI, MapFrameBase was replaced by MapPanelBase. It subsequently influeced all GUI tools which had been build based on MapFrameBase.
All these tools had to be adapted for new wx.Panel based solution.




More information about the grass-commit mailing list