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


Commits:
939133a9 by Philipp Hörist at 2023-06-09T00:47:53+02:00
refactor: CreateGroupchat: Make Dialog more error resistent

- Add info label to separate errors and info messages
- Make advanced switch insensitive but active if no MUC service is offered
- Reset all fields correctly when switching accounts

- - - - -
92451f3f by Michel Le Bihan at 2023-06-09T08:32:26+00:00
ci: Add Windows MSIX package build

- - - - -
fcc5504f by wurstsalat at 2023-06-10T10:18:16+02:00
fix: CertificateBox: Catch exception if cert does not offer extension

Fixes #11560

- - - - -
85706a80 by wurstsalat at 2023-06-12T09:09:38+02:00
fix: AvatarSelector: Fix crash on reset

Separate reset() and set_pixbuf() methods to prevent recursion issue

Fixes #11563

- - - - -
2b1766d6 by Philipp Hörist at 2023-06-13T09:48:09+02:00
chore: Flatpak: Update README.md

OMEMO Plugin does not exist anymore

- - - - -
d5958fd8 by wurstsalat at 2023-06-15T09:28:21+02:00
other: Install pyGObject-stubs in Windows dev env and always upgrade pip 
installs

- - - - -
5541e2f2 by wurstsalat at 2023-06-15T16:07:46+02:00
other: CodeSpell: Ignore _build_root directory

- - - - -
32045991 by wurstsalat at 2023-06-15T16:08:53+02:00
cq: OutgoingMessage: Fix type annotation for chatstate

- - - - -
f67043e1 by wurstsalat at 2023-06-15T16:09:21+02:00
fix: Contacts: Fix supports_{audio,video} property

- - - - -
025c05bf by wurstsalat at 2023-06-15T16:11:21+02:00
cq: Settings: Improve type annotations

- - - - -
75f57a5c by wurstsalat at 2023-06-15T21:55:38+02:00
feat: Add support for XEP-0461: Message Replies

- - - - -


30 changed files:

- .ci/appveyor.yml
- data/gajim.doap
- flatpak/README.md
- gajim/common/client.py
- gajim/common/events.py
- gajim/common/modules/contacts.py
- gajim/common/modules/message.py
- gajim/common/settings.py
- gajim/common/storage/archive.py
- gajim/common/storage/base.py
- gajim/common/structs.py
- gajim/common/util/text.py
- gajim/data/gui/groupchat_creation.ui
- gajim/data/gui/message_actions_box.ui
- gajim/data/style/gajim.css
- gajim/gtk/avatar_selector.py
- gajim/gtk/builder.pyi
- gajim/gtk/certificate_dialog.py
- gajim/gtk/chat_list_row.py
- gajim/gtk/chat_stack.py
- gajim/gtk/const.py
- gajim/gtk/control.py
- gajim/gtk/conversation/rows/message.py
- gajim/gtk/conversation/view.py
- gajim/gtk/groupchat_creation.py
- gajim/gtk/menus.py
- gajim/gtk/message_actions_box.py
- gajim/gtk/message_input.py
- + gajim/gtk/referred_message_widget.py
- pyproject.toml


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/86ee593edfd65e6d77d95d1733335474695f8982...75f57a5cc08af3ca40956c9d23b1effd9331aa02

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/86ee593edfd65e6d77d95d1733335474695f8982...75f57a5cc08af3ca40956c9d23b1effd9331aa02
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