[Git][gajim/gajim][master] fix: ChatBanner: Display account badge again

2022-08-12 Thread @wurstsalat
Daniel Brötzmann pushed to branch master at gajim / gajim Commits: 1be6e94e by wurstsalat at 2022-08-12T10:03:26+02:00 fix: ChatBanner: Display account badge again - - - - - 3 changed files: - gajim/data/gui/chat_banner.ui - gajim/gtk/chat_banner.py - gajim/gtk/chat_stack.py Changes:

[Git][gajim/gajim][master] chore: ChatBanner: Remove unused import

2022-08-12 Thread @wurstsalat
Daniel Brötzmann pushed to branch master at gajim / gajim Commits: 1eff8558 by wurstsalat at 2022-08-12T10:06:37+02:00 chore: ChatBanner: Remove unused import - - - - - 1 changed file: - gajim/gtk/chat_banner.py Changes: = gajim/gtk/chat_banner.py

[Git][gajim/gajim][master] fix: Don’t handle message-sent even for groupchats

2022-08-12 Thread @lovetox
Philipp Hörist pushed to branch master at gajim / gajim Commits: dcd120eb by lovetox at 2022-08-12T15:40:37+02:00 fix: Don’t handle message-sent even for groupchats Otherwise the message would be added twice to the view. - - - - - 1 changed file: - gajim/gtk/control.py Changes:

[Git][gajim/gajim][master] fix: ChatBanner: Don’t show phone icon for group chats

2022-08-12 Thread @wurstsalat
Daniel Brötzmann pushed to branch master at gajim / gajim Commits: cd21fb0e by wurstsalat at 2022-08-12T16:38:05+02:00 fix: ChatBanner: Don’t show phone icon for group chats - - - - - 1 changed file: - gajim/gtk/chat_banner.py Changes: =

[Git][gajim/gajim] Pushed new branch new-chat-commands

2022-08-12 Thread @lovetox
Philipp Hörist pushed new branch new-chat-commands at gajim / gajim -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/tree/new-chat-commands You're receiving this email because of your account on dev.gajim.org. ___ Commits mailing list

[Git][gajim/gajim][master] 2 commits: chore: ChatStack: Allow Any for event processing

2022-08-12 Thread @wurstsalat
Daniel Brötzmann pushed to branch master at gajim / gajim Commits: 74755fb5 by wurstsalat at 2022-08-12T18:27:01+02:00 chore: ChatStack: Allow Any for event processing - - - - - c7139cf4 by wurstsalat at 2022-08-12T18:27:11+02:00 chore: Update pyrightconfig - - - - - 2 changed files: -

[Git][gajim/gajim][master] chore: Events: Add 'MessageReceived' to 'MainEventT'

2022-08-12 Thread @wurstsalat
Daniel Brötzmann pushed to branch master at gajim / gajim Commits: 35d8a2fb by wurstsalat at 2022-08-12T18:15:17+02:00 chore: Events: Add MessageReceived to MainEventT - - - - - 1 changed file: - gajim/common/events.py Changes: =

[Git][gajim/gajim][master] refactor: Simplify showing current encryption state

2022-08-12 Thread @lovetox
Philipp Hörist pushed to branch master at gajim / gajim Commits: 8aed5d2d by lovetox at 2022-08-12T17:54:53+02:00 refactor: Simplify showing current encryption state - - - - - 4 changed files: - gajim/gtk/control.py - gajim/gtk/conversation/rows/message.py - gajim/gtk/conversation/view.py

[Git][gajim/gajim][master] 2 commits: fix: FileTransferRow: Don’t cancel transfer when switching chat

2022-08-12 Thread @wurstsalat
Daniel Brötzmann pushed to branch master at gajim / gajim Commits: 04b7998d by wurstsalat at 2022-08-12T20:32:23+02:00 fix: FileTransferRow: Don’t cancel transfer when switching chat - - - - - 61889089 by wurstsalat at 2022-08-12T20:32:23+02:00 imprv: Store and restore running HTTP File

[Git][gajim/gajim][master] refactor: MessageRow: Simplify code

2022-08-12 Thread @lovetox
Philipp Hörist pushed to branch master at gajim / gajim Commits: b24d9286 by lovetox at 2022-08-12T18:44:25+02:00 refactor: MessageRow: Simplify code kind can only be incoming or outgoing - - - - - 1 changed file: - gajim/gtk/conversation/rows/message.py Changes:

[Git][gajim/gajim][master] refactor: Use Path objects for gettext calls

2022-08-12 Thread @lovetox
Philipp Hörist pushed to branch master at gajim / gajim Commits: 2ac83815 by lovetox at 2022-08-12T23:21:46+02:00 refactor: Use Path objects for gettext calls Seems python 3.9 does support this now - - - - - 2 changed files: - gajim/common/i18n.py - gajim/plugins/plugins_i18n.py

[Git][gajim/gajim][master] cq: Remove not needed ignore comments

2022-08-12 Thread @lovetox
Philipp Hörist pushed to branch master at gajim / gajim Commits: c8cf5511 by lovetox at 2022-08-12T23:00:23+02:00 cq: Remove not needed ignore comments - - - - - 5 changed files: - gajim/common/idle.py - gajim/gtk/certificate_dialog.py - gajim/gtk/groupchat_config.py -

[Git][gajim/gajim][master] cq: Update pyrightconfig.json

2022-08-12 Thread @lovetox
Philipp Hörist pushed to branch master at gajim / gajim Commits: e0cb3e4a by lovetox at 2022-08-12T23:12:21+02:00 cq: Update pyrightconfig.json - - - - - 1 changed file: - pyrightconfig.json Changes: = pyrightconfig.json

[Git][gajim/gajim][master] 2 commits: refactor: ChatControl: Remove dead encryption code

2022-08-12 Thread @lovetox
Philipp Hörist pushed to branch master at gajim / gajim Commits: c327dbfe by lovetox at 2022-08-12T23:48:21+02:00 refactor: ChatControl: Remove dead encryption code - - - - - d9ac569c by lovetox at 2022-08-13T00:03:04+02:00 imprv: ChatControl: Show error if encryption plugin is missing - - -

[Git][gajim/gajim][master] refactor: HTTPUpload: Simplify dict access

2022-08-12 Thread @lovetox
Philipp Hörist pushed to branch master at gajim / gajim Commits: 84d86503 by lovetox at 2022-08-12T22:44:06+02:00 refactor: HTTPUpload: Simplify dict access - - - - - 1 changed file: - gajim/common/modules/httpupload.py Changes: =