Philipp Hörist pushed to branch gajim_1.2 at gajim / gajim
Commits: d1e6aa60 by André Apitzsch at 2020-06-07T08:24:21+02:00 Gspell: Use default language if requested one is missing The default language cannot be `None` if `app.is_installed('GSPELL')` is `True`, because to be `True` at least one language needs to be available. If `app.is_installed('GSPELL')` is `False`, the modified code is not called. - - - - - 738f140a by lovetox at 2020-06-07T08:24:21+02:00 Change look of DND status - - - - - 07f68379 by lovetox at 2020-06-07T08:24:21+02:00 Change color of XA status - - - - - e45a8392 by lovetox at 2020-06-07T08:24:21+02:00 Refactor idle status - - - - - 86779b63 by lovetox at 2020-06-07T08:24:21+02:00 Caps: Fix EntityCapsTask precondition check - - - - - e1ec6791 by André Apitzsch at 2020-06-07T08:24:21+02:00 Improve shortcut behaviour on MacOS Part of #8787. - - - - - c631815c by André at 2020-06-07T08:24:21+02:00 Feature: Fix keyring availability check - - - - - 2bb4cd51 by André Apitzsch at 2020-06-07T08:24:21+02:00 Feature: Remove list header Information is already provided by window title. - - - - - c751043e by André Apitzsch at 2020-06-07T08:24:21+02:00 Server Info: Remove list header Information is already provided by tab title. - - - - - ea2b94fd by lovetox at 2020-06-07T08:24:21+02:00 Fix discovering local address for file transfer Fixes #10016 - - - - - f402b26e by lovetox at 2020-06-07T08:24:21+02:00 Client: Update status while disconnected Idle status changes while disconnected were lost leading to reconnecting or resuming with the idle status we had before disconnect - - - - - 4b4e01aa by lovetox at 2020-06-07T08:24:21+02:00 Client: Remove unnecessary our-show events The event gets raised when we receive the presence reflection - - - - - adadf0ac by lovetox at 2020-06-07T08:24:21+02:00 Client: Use NetworkEvent instead of OurShowEvent - - - - - 05f4530b by lovetox at 2020-06-07T08:24:21+02:00 Refactor our-show event handlers - - - - - 0d0ab311 by lovetox at 2020-06-07T08:24:21+02:00 Remove unused code - - - - - 8b6c0cf8 by lovetox at 2020-06-07T08:24:21+02:00 Update pre-push-tests.sh - - - - - b08cf8b1 by lovetox at 2020-06-07T08:24:21+02:00 Remove unused code - - - - - 48c4dcfc by lovetox at 2020-06-07T08:24:21+02:00 Menu: Better name start chat entry - - - - - b5ad4690 by lovetox at 2020-06-07T08:24:21+02:00 Remove unused helper methods - - - - - 248a411b by lovetox at 2020-06-07T08:24:21+02:00 Fix pylint errors - - - - - f3d82005 by lovetox at 2020-06-07T08:24:21+02:00 Client: Update presence of MUCs only on resume - - - - - 0de4272b by André Apitzsch at 2020-06-07T08:24:21+02:00 Update XMPP logo Logo without text is used, because it wasn't readable in the GUI anyway. Part of #9049. - - - - - fe0428c2 by lovetox at 2020-06-07T08:24:21+02:00 Client: Raise our-show event on resume - - - - - 6b482a11 by lovetox at 2020-06-07T08:24:21+02:00 Fix mypy errors - - - - - 30 changed files: - gajim/application.py - gajim/chat_control_base.py - gajim/common/app.py - gajim/common/client.py - gajim/common/config.py - gajim/common/connection_handlers.py - gajim/common/connection_handlers_events.py - gajim/common/const.py - gajim/common/helpers.py - gajim/common/idle.py - gajim/common/jingle_transport.py - gajim/common/modules/bytestream.py - gajim/common/modules/caps.py - gajim/common/modules/muc.py - gajim/common/modules/presence.py - gajim/common/modules/vcard_avatars.py - gajim/data/gui/application_menu.ui - gajim/data/gui/shortcuts_window.ui - gajim/data/icons/hicolor/scalable/status/xmpp.svg - gajim/dialogs.py - gajim/groupchat_control.py - gajim/gtk/avatar.py - gajim/gtk/dialogs.py - gajim/gtk/features.py - gajim/gtk/filechoosers.py - gajim/gtk/notification.py - gajim/gtk/preferences.py - gajim/gtk/server_info.py - gajim/gtk/single_message.py - gajim/gtk/types.py The diff was not included because it is too large. View it on GitLab: https://dev.gajim.org/gajim/gajim/-/compare/534a29479bf8501da1ef59ffd1b818c06eac3ccf...6b482a1177e7dcae397af2a29af3eebcd770c403 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/compare/534a29479bf8501da1ef59ffd1b818c06eac3ccf...6b482a1177e7dcae397af2a29af3eebcd770c403 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
