[GRASS-git] [OSGeo/grass] 32bf7e: wxGUI/image2target: fix showing Ground Control Poi...
Tomas Zigo
noreply at github.com
Tue Sep 26 04:50:56 PDT 2023
Branch: refs/heads/releasebranch_8_2
Home: https://github.com/OSGeo/grass
Commit: 32bf7e52b8ed585ff98874c84f4216c0533f8d62
https://github.com/OSGeo/grass/commit/32bf7e52b8ed585ff98874c84f4216c0533f8d62
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/image2target/ii2t_manager.py
Log Message:
-----------
wxGUI/image2target: fix showing Ground Control Points settings dialog (#3189)
Remove vertical sizer Add() method flags parameter argument
wx.ALIGN_CENTER_VERTICAL flag. Only horizontal alignment flags can be
used in vertical sizers.
Commit: e932ad955815f184da5e329a10d28cf48eb61660
https://github.com/OSGeo/grass/commit/e932ad955815f184da5e329a10d28cf48eb61660
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/gmodeler/frame.py
Log Message:
-----------
wxGUI/gmodeler: fix storing current model settings to model file (#3188)
If the Graphical Modeler window is closed.
Commit: 6060b4ca4f7fe762b6ab3dbd7d671cac668c03e4
https://github.com/OSGeo/grass/commit/6060b4ca4f7fe762b6ab3dbd7d671cac668c03e4
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/gui_core/preferences.py
Log Message:
-----------
wxGUI/preferences: fix setting command output font (#3187)
Commit: 093262fb49f1e482ce07d43c68cf12c097ed097a
https://github.com/OSGeo/grass/commit/093262fb49f1e482ce07d43c68cf12c097ed097a
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/iscatt/plots.py
Log Message:
-----------
wxGUI/iclass: fix zoom to scatter plot extend (#3184)
Commit: 065b8d33d13776b165e5b60dad09c9c68bd195bb
https://github.com/OSGeo/grass/commit/065b8d33d13776b165e5b60dad09c9c68bd195bb
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/main_window/frame.py
Log Message:
-----------
wxGUI/main_window: add and use custom SingleWindowAuiManager class (#3177)
* wxGUI/main_window: add and use custom SingleWindowAuiManager class
Which override base OnClose window close event handler method
to prevent prematurely uninitialize manager.
https://github.com/wxWidgets/Phoenix/pull/2460
* Update the package documentation class list
Commit: 8c0e9fb9899a948cbb204690771a2417f55ee692
https://github.com/OSGeo/grass/commit/8c0e9fb9899a948cbb204690771a2417f55ee692
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/iscatt/frame.py
M gui/wxpython/iscatt/plots.py
Log Message:
-----------
wxGUI/iclass: fix closing scatter plot pane via x button (#3172)
Commit: 94a45b78e8908a8bb3224c28b5daf95dc335f642
https://github.com/OSGeo/grass/commit/94a45b78e8908a8bb3224c28b5daf95dc335f642
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/dbmgr/base.py
Log Message:
-----------
wxGUI/dbmgr: do not modify layer settings if settings have not changed (#3143)
Commit: 7d11bb6a80f60bf49bdffe992b35781fa549a84d
https://github.com/OSGeo/grass/commit/7d11bb6a80f60bf49bdffe992b35781fa549a84d
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/nviz/tools.py
Log Message:
-----------
wxGUI/nviz: make tools panel verically and horizontally scrollable (#3089)
Commit: 779430b05c346edb440868a204880332cfced189
https://github.com/OSGeo/grass/commit/779430b05c346edb440868a204880332cfced189
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M gui/wxpython/gui_core/mapdisp.py
Log Message:
-----------
wxGUI/vdigit: fix close frame if Vector Digitizer is run as standalone app (#2456)
`g.gui.vdigit` module.
Compare: https://github.com/OSGeo/grass/compare/efbd71659380...779430b05c34
More information about the grass-commit
mailing list