Daniel Brötzmann pushed to branch muc-event-strings at gajim / gajim


Commits:
0da85139 by Philipp Hörist at 2025-03-04T12:59:35+01:00
refactor: Util: Remove obsolete method

- - - - -
ed0b5aa3 by wurstsalat at 2025-03-04T23:18:42+01:00
fix: History export: Skip ResourceContacts for export

Fixes #12208

- - - - -
df0f9e89 by wurstsalat at 2025-03-04T23:23:16+01:00
fix: Ad-hoc commands: Expand list of commands vertically

Fixes #12206

- - - - -
997afd35 by wurstsalat at 2025-03-05T21:55:35+01:00
cfix: Add back Farstream version requirement and disable CallManager

This suppresses a warning triggered by jingle modules when importing Farstream

- - - - -
1ca571e9 by Philipp Hörist at 2025-03-05T22:01:34+01:00
refactor: ExportHistory: Use dedicate param struct for action

- Return message type in get_conversation_jids() so we know the jid type

- - - - -
346f3683 by Philipp Hörist at 2025-03-06T23:56:46+01:00
refactor: Harmonize add contact actions

- Replace add-to-roster action with add-contact

- - - - -
0f039191 by Philipp Hörist at 2025-03-07T00:00:02+01:00
fix: Menus: Create menu on button click

Otherwise we have stale menu entries

Fixes #12214

- - - - -
62996c6a by mesonium at 2025-03-07T22:01:46+00:00
fix: Make dragged chat stick to cursor

- - - - -
a7fbe50b by Emmanuel Gil Peyrot at 2025-03-07T23:08:43+01:00
change: Display a warning when trying to add domain JID

Such JIDs are valid, so we shouldn’t forbid them, but users stumble upon
that thinking they can just add 'user' instead of '[email protected]', so
displaying a warning seems better than not.

- - - - -
378aae0e by wurstsalat at 2025-03-08T09:53:14+01:00
cq: GroupChatJoin: Improve type annotations

- - - - -
29a5b49f by Philipp Hörist at 2025-03-08T13:04:16+01:00
feat: Moderation: Support Message Moderation 0.3.0

- - - - -
14eab1b2 by Philipp Hörist at 2025-03-08T13:18:15+01:00
cq: GroupChatJoin: Fix type

- - - - -
025a0aee by mesonium at 2025-03-08T15:06:23+01:00
fix: StartChatDialog: Do not crash, when dialog closes after starting new chat

Fixes #12213

- - - - -
75d2b118 by Philipp Hörist at 2025-03-08T15:51:13+01:00
fix: HistoryExport: Export messages in ascending order

Fixes #12218

- - - - -
42d32017 by nicoco at 2025-03-08T16:36:26+00:00
feat: Use XEP-0172 nickname of contacts not in roster

Fixes #11476

- - - - -
c3ccf675 by wurstsalat at 2025-03-09T13:45:09+01:00
fix: Helpers: Check for empty bytes objects when loading file async

Fixes #12220

- - - - -
deecc8e2 by wurstsalat at 2025-03-09T17:05:21+01:00
fix: ContactNameWidget: Add more conditions for enabling edit mode

Fixes #12221

- - - - -
1e095594 by wurstsalat at 2025-03-09T17:13:00+01:00
fix: MUC: Ensure MUCData is initiated with jid string

Fixes #12222

- - - - -
1fec2471 by wurstsalat at 2025-03-09T21:52:19+00:00
imprv: Simplify URI context menu

This removes custom URI handling for all types except XMPP/ambiguous URI types.
GTK handles other URI types already (mailto, tel, etc.)

Closes #12207

- - - - -
e96ea115 by wurstsalat at 2025-03-09T21:52:19+00:00
change: Don't handle file URIs

This is considered feature-creep

- - - - -
4efec389 by wurstsalat at 2025-03-09T21:52:19+00:00
imprv: Remove 'ambiguous-address' URI processing

Fixes #12192

- - - - -
1f433ab1 by mesonium at 2025-03-09T22:30:09+00:00
fix: MessageInput: Do not crash on message send

Alternative to 9a68e96e to essentially fix #12158,
as we need to work around
https://gitlab.gnome.org/GNOME/gtk/-/issues/7382

Introduces a minor regression:
When the input shows > 1 line and gets resized, so that
the whole text finally fits into a single line,
the view's height is 2 lines tall, until the text buffer
is changed again.

- - - - -
cd00f96f by wurstsalat at 2025-03-10T06:35:16+00:00
cq: Receipts: Improve type annotations

- - - - -
18ec02b4 by wurstsalat at 2025-03-10T06:35:16+00:00
cq: Modules: Call Roster's get_item with JID object

- - - - -
c928463a by wurstsalat at 2025-03-10T06:35:16+00:00
refactor: Modules: Change type annotations in MUC and MAM modules

- - - - -
ad55c8d7 by Philipp Hörist at 2025-03-10T16:41:38+01:00
refactor: Bookmarks: Handle invalid bookmark on retract

- - - - -
e63c572b by Philipp Hörist at 2025-03-10T16:44:36+01:00
cq: Iq: Improve type hints

- - - - -
d00efe7f by wurstsalat at 2025-03-10T18:32:33+01:00
imprv: Group chats: Improve strings for events

- - - - -


47 changed files:

- gajim/common/app.py
- gajim/common/application.py
- gajim/common/helpers.py
- gajim/common/modules/bookmarks.py
- gajim/common/modules/contacts.py
- gajim/common/modules/entity_time.py
- gajim/common/modules/iq.py
- gajim/common/modules/last_activity.py
- gajim/common/modules/mam.py
- gajim/common/modules/message.py
- gajim/common/modules/moderations.py
- gajim/common/modules/muc.py
- gajim/common/modules/presence.py
- gajim/common/modules/receipts.py
- gajim/common/modules/roster.py
- gajim/common/modules/software_version.py
- gajim/common/modules/user_nickname.py
- gajim/common/setting_values.py
- gajim/common/storage/archive/storage.py
- gajim/common/styling.py
- gajim/common/util/uri.py
- gajim/gtk/accounts.py
- gajim/gtk/add_contact.py
- gajim/gtk/adhoc.py
- gajim/gtk/application.py
- gajim/gtk/chat_banner.py
- gajim/gtk/chat_list_row.py
- gajim/gtk/chat_stack.py
- gajim/gtk/const.py
- gajim/gtk/contact_name_widget.py
- gajim/gtk/control.py
- gajim/gtk/conversation/plain_widget.py
- gajim/gtk/groupchat_creation.py
- gajim/gtk/groupchat_join.py
- gajim/gtk/history_export.py
- gajim/gtk/main.py
- gajim/gtk/menus.py
- gajim/gtk/message_actions_box.py
- gajim/gtk/message_input.py
- gajim/gtk/start_chat.py
- gajim/gtk/structs.py
- gajim/gtk/util/styling.py
- pyproject.toml
- test/common/test_styling.py
- − test/common/test_uri_util.py
- test/database/test_methods.py
- − test/gui/test_menus.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/5b418cf40de689197b040a2094345c2941cb4a24...d00efe7f1845dc9ed81dba00f9f623dc18e12d75

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/5b418cf40de689197b040a2094345c2941cb4a24...d00efe7f1845dc9ed81dba00f9f623dc18e12d75
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