Philipp Hörist pushed to branch master at gajim / gajim


Commits:
9f1c70bf by wurstsalat at 2023-06-28T19:13:22+00:00
cq: Add type annotations for get_module() method

- - - - -
1ef269b7 by wurstsalat at 2023-06-28T19:13:22+00:00
cq: Add type annotations for _nbxmpp() method

- - - - -
b54b99bf by wurstsalat at 2023-06-28T19:13:22+00:00
cq: Annotations: Fix jid type for get_note()

- - - - -
de833437 by wurstsalat at 2023-06-28T19:13:22+00:00
cq: VoiceRequestsButton: Remove unnecessary cast

- - - - -
83b322c4 by wurstsalat at 2023-06-28T19:13:22+00:00
cq: MessageActionsBox: Cast type for max file size

- - - - -
4cc74353 by wurstsalat at 2023-06-28T19:13:22+00:00
cq: HistorySyncAssistant: Make type assertions

- - - - -
a09f1abd by wurstsalat at 2023-06-28T19:13:22+00:00
cq: Discovery: Add return value for disco_muc

- - - - -
af86506f by wurstsalat at 2023-06-28T19:13:22+00:00
cq: FileTransferJingleRow: Make type assertions

- - - - -
04632a19 by wurstsalat at 2023-06-28T19:13:22+00:00
cq: JingleSession: Make type assertions and check for NoneType

- - - - -
5d501c3f by wurstsalat at 2023-06-28T22:23:02+02:00
cq: MUC: Change signature to allow JID objects in module methods

- - - - -
d54c33b0 by wurstsalat at 2023-06-28T22:23:09+02:00
cq: ChatFunctionPage: Make type assertions for SimpleDataForm

- - - - -
a479a457 by wurstsalat at 2023-06-28T22:23:09+02:00
cq: Util module: Add type annotations for as_task

- - - - -
09b95bcb by wurstsalat at 2023-06-28T22:23:09+02:00
cq: Presence: Allow both set and list for groups in subscribe() method

- - - - -
f6773e4c by wurstsalat at 2023-06-28T22:23:09+02:00
cq: NotificationManager: Improve type annotations

- - - - -
cb574fd3 by wurstsalat at 2023-06-28T22:23:09+02:00
cq: Contacts: Type narrowing

- - - - -
1790043b by wurstsalat at 2023-06-28T22:23:09+02:00
cq: Chatstates: Fix type annotation

- - - - -
5529d863 by wurstsalat at 2023-06-28T22:25:27+02:00
cq: Contacts: Improve type annotations

- - - - -


30 changed files:

- gajim/common/call_manager.py
- gajim/common/client.py
- + gajim/common/client_modules.py
- gajim/common/dbus/remote_control.py
- gajim/common/modules/__init__.py
- gajim/common/modules/annotations.py
- gajim/common/modules/base.py
- gajim/common/modules/chat_markers.py
- gajim/common/modules/chatstates.py
- gajim/common/modules/contacts.py
- gajim/common/modules/discovery.py
- gajim/common/modules/muc.py
- gajim/common/modules/presence.py
- gajim/common/modules/util.py
- gajim/gtk/account_page.py
- gajim/gtk/application.py
- gajim/gtk/call_window.py
- gajim/gtk/chat_function_page.py
- gajim/gtk/chat_list_row.py
- gajim/gtk/chat_list_stack.py
- gajim/gtk/chat_stack.py
- gajim/gtk/contacts_flowbox.py
- gajim/gtk/control.py
- gajim/gtk/conversation/rows/call.py
- gajim/gtk/conversation/rows/file_transfer_jingle.py
- gajim/gtk/conversation/rows/message.py
- gajim/gtk/groupchat_invitation.py
- gajim/gtk/groupchat_inviter.py
- gajim/gtk/groupchat_voice_requests_button.py
- gajim/gtk/history_sync.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/001650d8701cd9fe1e5b52b6c290ac4f9b2a03dd...5529d863c2f92b10c04a0c8e817496925bf3ed2e

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/001650d8701cd9fe1e5b52b6c290ac4f9b2a03dd...5529d863c2f92b10c04a0c8e817496925bf3ed2e
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