Daniel Brötzmann pushed to branch message-replies at gajim / gajim


Commits:
0215516b by nicoco at 2024-04-20T23:10:24+00:00
imprv: Notifications: Make avatars available on more platforms

- - - - -
a46997d8 by Philipp Hörist at 2024-04-20T23:10:24+00:00
refactor: Notifications: Improve Linux backend

- Handle if we are running sandboxed
- Harmonize icon class usage
- Rename variable for clarity

- - - - -
a71a1874 by wurstsalat at 2024-04-21T11:09:17+02:00
fix: ServiceDiscoveryWindow: Catch RuntimeError when starting without connection

Fixes #11809

- - - - -
f2411549 by Nicoco at 2024-04-21T10:30:49+00:00
feat: Display emoji-only messages with a larger font

- - - - -
8361009d by Philipp Hörist at 2024-04-21T16:06:13+02:00
cfix: Don’t get first timestamp from datetime.fromtimestamp()

The values which are accepted by fromtimestamp() are platform dependent.
Some Windows version for example don’t accept 0.

- - - - -
0a1c20d9 by wurstsalat at 2024-04-21T16:06:39+02:00
fix: Keyring: Catch more exceptions for delete_password

Fixes #11793

- - - - -
fb8e2eca by wurstsalat at 2024-04-21T19:17:34+02:00
imprv: ChatCommands: Handle /me command

Fixes #11778

- - - - -
a7f130df by wurstsalat at 2024-04-21T23:15:06+02:00
fix: MessageRow: Check for message direction when trying to merge rows

Fixes #11599

- - - - -
36b2798b by André Apitzsch at 2024-04-21T23:20:31+02:00
chore: Flatpak: Update dependencies

- - - - -
b1a4ee3d by wurstsalat at 2024-04-22T22:39:43+02:00
feat: Add support for XEP-0461: Message Replies

- - - - -
633cb88a by wurstsalat at 2024-04-22T22:40:10+02:00
refactor: MessageReplies: Use message PK for reply widget, fix fallback text, 
include file previews, and improve behavior

- - - - -
c897fc29 by wurstsalat at 2024-04-24T22:27:36+02:00
refactor: Message Replies: Apply feedback

- - - - -


30 changed files:

- README.md
- data/gajim.doap
- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml
- flatpak/shared-modules
- gajim/common/commands.py
- gajim/common/configpaths.py
- gajim/common/const.py
- gajim/common/modules/mam.py
- gajim/common/modules/message.py
- gajim/common/modules/omemo.py
- gajim/common/passwords.py
- gajim/common/storage/archive/storage.py
- gajim/common/structs.py
- gajim/common/util/datetime.py
- gajim/common/util/text.py
- gajim/data/gui/message_actions_box.ui
- + gajim/data/icons/hicolor/scalable/devices/lucide-reply-symbolic.svg
- gajim/data/style/default.css
- gajim/data/style/gajim.css
- gajim/gtk/application.py
- gajim/gtk/builder.pyi
- gajim/gtk/chat_stack.py
- gajim/gtk/const.py
- gajim/gtk/control.py
- gajim/gtk/conversation/plain_widget.py
- gajim/gtk/conversation/rows/base.py
- gajim/gtk/conversation/rows/message.py
- gajim/gtk/conversation/rows/read_marker.py
- gajim/gtk/conversation/rows/scroll_hint.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/01d58a6949b642bf787ca695daa9da653c16a630...c897fc29a814b254ca66eb4a4f0fa3e3b3f62b26

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/01d58a6949b642bf787ca695daa9da653c16a630...c897fc29a814b254ca66eb4a4f0fa3e3b3f62b26
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]

Reply via email to