Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
f8f3ca69 by wurstsalat at 2025-08-02T23:51:39+02:00
cq: Message row: Remove obsolete method
- - - - -
fdfa3471 by wurstsalat at 2025-08-02T23:51:39+02:00
cq: Fix typo in icon name
- - - - -
3 changed files:
- gajim/data/gui/chat_banner.ui
- gajim/data/icons/hicolor/scalable/devices/feaher-share-2-symbolic.svg →
gajim/data/icons/hicolor/scalable/devices/feather-share-2-symbolic.svg
- gajim/gtk/conversation/rows/message.py
Changes:
=====================================
gajim/data/gui/chat_banner.ui
=====================================
@@ -147,7 +147,7 @@
<property name="popover">_share_popover</property>
<child>
<object class="GtkImage">
- <property
name="icon-name">feaher-share-2-symbolic</property>
+ <property
name="icon-name">feather-share-2-symbolic</property>
</object>
</child>
</object>
=====================================
gajim/data/icons/hicolor/scalable/devices/feaher-share-2-symbolic.svg →
gajim/data/icons/hicolor/scalable/devices/feather-share-2-symbolic.svg
=====================================
@@ -11,7 +11,7 @@
class="feather feather-share-2"
version="1.1"
id="svg4"
- sodipodi:docname="feaher-share-2-symbolic.svg"
+ sodipodi:docname="feather-share-2-symbolic.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
=====================================
gajim/gtk/conversation/rows/message.py
=====================================
@@ -38,7 +38,6 @@
from gajim.gtk.conversation.rows.widgets import AvatarBox
from gajim.gtk.conversation.rows.widgets import DateTimeLabel
from gajim.gtk.conversation.rows.widgets import MessageIcons
-from gajim.gtk.conversation.rows.widgets import MessageRowActions
from gajim.gtk.conversation.rows.widgets import NicknameLabel
from gajim.gtk.menus import GajimMenu
from gajim.gtk.menus import get_chat_row_menu
@@ -48,7 +47,6 @@
from gajim.gtk.util.misc import container_remove_all
from gajim.gtk.util.misc import get_avatar_for_message
from gajim.gtk.util.misc import get_contact_name_for_message
-from gajim.gtk.widgets import GajimPopover
log = logging.getLogger("gajim.gtk.conversation.rows.message")
@@ -282,11 +280,6 @@ def _get_copy_text(text: str, name: str, timestamp:
datetime) -> str | None:
copy_text += text
return copy_text
- def _on_more_menu_popover_closed(
- self, _popover: GajimPopover, message_row_actions: MessageRowActions
- ) -> None:
- message_row_actions.hide_actions()
-
def enable_selection_mode(self) -> None:
if isinstance(self._message_widget, MessageWidget):
self._message_widget.set_selectable(False)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/054e06f52bcc19f4d32d309166ecbddea05f7a80...fdfa34716c12a6c5c830f6f4c078d74630076035
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/054e06f52bcc19f4d32d309166ecbddea05f7a80...fdfa34716c12a6c5c830f6f4c078d74630076035
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]