Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
8d7b999d by wurstsalat at 2024-11-13T22:23:05+01:00
ci: Windows: Adapt to Python 3.12
- - - - -
58140bf2 by wurstsalat at 2024-11-13T22:24:52+01:00
refactor: Fix FullMessageWindow
- - - - -
3 changed files:
- gajim/gtk/conversation/message_widget.py
- win/_base.sh
- win/dev_env.sh
Changes:
=====================================
gajim/gtk/conversation/message_widget.py
=====================================
@@ -134,3 +134,7 @@ def __init__(self, text: str) -> None:
box.append(scrolled)
self.set_child(box)
+ self.show()
+
+ def _cleanup(self) -> None:
+ pass
=====================================
win/_base.sh
=====================================
@@ -119,10 +119,8 @@ winrt-Windows.UI
winrt-Windows.UI.ViewManagement
windows-toasts
"
- # Workaround for https://dev.gajim.org/gajim/gajim/-/issues/11490
- # Env variable described in https://www.msys2.org/docs/python/
- SETUPTOOLS_USE_DISTUTILS=stdlib build_pip install precis-i18n
- SETUPTOOLS_USE_DISTUTILS=stdlib build_pip install $(echo
"$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
+ build_pip install precis-i18n
+ build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
}
=====================================
win/dev_env.sh
=====================================
@@ -58,10 +58,8 @@ winrt-Windows.UI
winrt-Windows.UI.ViewManagement
windows-toasts
"
-# Workaround for https://dev.gajim.org/gajim/gajim/-/issues/11490
-# Env variable described in https://www.msys2.org/docs/python/
-SETUPTOOLS_USE_DISTUTILS=stdlib pip3 install --upgrade precis-i18n
-SETUPTOOLS_USE_DISTUTILS=stdlib pip3 install --upgrade $(echo
"$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
+pip3 install --upgrade precis-i18n
+pip3 install --upgrade $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/124afd393fadb7cd4a97a390e149fb693691d126...58140bf276a887b5eafe703ff1282dd790fbc9e5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/124afd393fadb7cd4a97a390e149fb693691d126...58140bf276a887b5eafe703ff1282dd790fbc9e5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]