[GRASS-git] [OSGeo/grass] 937d48: wxGUI/image2target: fix showing Ground Control Poi...
Tomas Zigo
noreply at github.com
Tue Sep 26 04:49:44 PDT 2023
Branch: refs/heads/releasebranch_8_3
Home: https://github.com/OSGeo/grass
Commit: 937d4873e4b810e3478eca05d108be6759495b77
https://github.com/OSGeo/grass/commit/937d4873e4b810e3478eca05d108be6759495b77
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: 34968f6cc4be7efc1dfdedf96183c88e9f61eb14
https://github.com/OSGeo/grass/commit/34968f6cc4be7efc1dfdedf96183c88e9f61eb14
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: c5f57f3c53ff9fad31a7d7e10014897dbcda99d0
https://github.com/OSGeo/grass/commit/c5f57f3c53ff9fad31a7d7e10014897dbcda99d0
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: 12bc35051b0b71b4bfd7e393f71e6d1a5b7ead5b
https://github.com/OSGeo/grass/commit/12bc35051b0b71b4bfd7e393f71e6d1a5b7ead5b
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: 60fb51f8bf5527e3a3fa9e20fce426c1ec7b103d
https://github.com/OSGeo/grass/commit/60fb51f8bf5527e3a3fa9e20fce426c1ec7b103d
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: 5b494c443f696ec8a3e7cf3cd0f3e4727c83d604
https://github.com/OSGeo/grass/commit/5b494c443f696ec8a3e7cf3cd0f3e4727c83d604
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: b2ddf577124215c89dfcab08fa24e896fa8f5769
https://github.com/OSGeo/grass/commit/b2ddf577124215c89dfcab08fa24e896fa8f5769
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: 9eb7eeea9b227ba40b1e30d608f54eedf489193b
https://github.com/OSGeo/grass/commit/9eb7eeea9b227ba40b1e30d608f54eedf489193b
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: 536e4b143c1a55182fa6b332770c6ce4796a0ffc
https://github.com/OSGeo/grass/commit/536e4b143c1a55182fa6b332770c6ce4796a0ffc
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/e7aa6befc034...536e4b143c1a
More information about the grass-commit
mailing list