[Git][gajim/gajim][master] Add missing return

2020-01-17 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 194b8eb4 by Philipp Hörist at 2020-01-17T23:07:44+01:00 Add missing return - - - - - 1 changed file: - gajim/common/helpers.py Changes: = gajim/common/helpers.py

[Git][gajim/gajim] Pushed new tag gajim-1.1.3-1

2020-01-16 Thread Philipp Hörist
Philipp Hörist pushed new tag gajim-1.1.3-1 at gajim / gajim -- View it on GitLab: https://dev.gajim.org/gajim/gajim/tree/gajim-1.1.3-1 You're receiving this email because of your account on dev.gajim.org. ___ Commits mailing list Commits@gajim.org

[Git][gajim/gajim][gajim_1.1] 3 commits: Appdata: Fix image location because of new website

2020-01-15 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_1.1 at gajim / gajim Commits: b3fd07b8 by André Apitzsch at 2020-01-15T22:58:27+01:00 Appdata: Fix image location because of new website - - - - - 77aaa021 by André Apitzsch at 2020-01-15T22:58:27+01:00 Appdata: Fix donation link - - - - - a66b293d

[Git][gajim/gajim][master] CI: Show mypy version

2020-01-15 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 36a7acbb by Philipp Hörist at 2020-01-15T22:59:12+01:00 CI: Show mypy version - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[Git][gajim/gajim][master] CI: Reinstall python packages

2020-01-15 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 91b7f4f7 by Philipp Hörist at 2020-01-15T22:55:46+01:00 CI: Reinstall python packages Reinstall python packages inside the virtualenv to have more control on versions - - - - - 1 changed file: - .gitlab-ci.yml Changes

[Git][gajim/gajim][gajim_1.1] CI: Reinstall mypy and pylint

2020-01-15 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_1.1 at gajim / gajim Commits: 81dee69b by Philipp Hörist at 2020-01-15T22:48:52+01:00 CI: Reinstall mypy and pylint We dont want to use the global installed versions because its hard to control what version is installed there - - - - - 1 changed file

[Git][gajim/gajim][gajim_1.1] CI: Install correct nbxmpp version

2020-01-15 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_1.1 at gajim / gajim Commits: f1eeb230 by Philipp Hörist at 2020-01-15T22:26:35+01:00 CI: Install correct nbxmpp version - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[Git][gajim/gajim][master] HistoryManager: Fix dialog question string

2020-01-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: e6873e70 by Daniel Brötzmann at 2020-01-13T09:33:12+01:00 HistoryManager: Fix dialog question string - - - - - 1 changed file: - gajim/history_manager.py Changes: = gajim

[Git][gajim/gajim][master] Dialogs: Use contact's shown name

2020-01-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 58dac3ac by Daniel Brötzmann at 2020-01-09T09:52:57+01:00 Dialogs: Use contacts shown name - - - - - 3 changed files: - gajim/gtk/filetransfer.py - gajim/gui_interface.py - gajim/roster_window.py Changes

[Git][gajim/gajim][master] GroupChatInfo: Sort features consistently

2020-01-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: cf182e23 by Daniel Brötzmann at 2020-01-09T09:47:52+01:00 GroupChatInfo: Sort features consistently - - - - - 1 changed file: - gajim/gtk/groupchat_info.py Changes: = gajim/gtk

[Git][gajim/gajim][master] Raise min GTK version

2020-01-07 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 31e51e17 by Philipp Hörist at 2020-01-07T22:07:01+01:00 Raise min GTK version - - - - - 1 changed file: - gajim/gajim.py Changes: = gajim/gajim.py

[Git][gajim/gajim][master] Pass data to the callback when calling write_all_async()

2019-12-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: c3485caf by Philipp Hörist at 2019-12-29T20:12:53Z Pass data to the callback when calling write_all_async() - Fix indentation - - - - - 1 changed file: - gajim/common/helpers.py Changes

[Git][gajim/gajim][master] 2 commits: Remove unused import

2019-12-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 54513a17 by Philipp Hörist at 2019-12-29T16:09:48Z Remove unused import - - - - - 587cec9e by Philipp Hörist at 2019-12-29T16:12:24Z FileTransfer: Add annotation - - - - - 2 changed files: - gajim/common/filetransfer.py

[Git][gajim/gajim][master] MessageInput: Set min height for vertical scrollbar

2019-12-27 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 068274fe by Philipp Hörist at 2019-12-27T22:11:19Z MessageInput: Set min height for vertical scrollbar Fixes #9574, #8980 - - - - - 2 changed files: - gajim/chat_control_base.py - gajim/data/style/gajim.css Changes

[Git][gajim/gajim][master] Make open_file() work with Path objects

2019-12-27 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 162ca259 by Philipp Hörist at 2019-12-27T16:59:32Z Make open_file() work with Path objects - - - - - 1 changed file: - gajim/common/helpers.py Changes: = gajim/common/helpers.py

[Git][gajim/gajim][master] 2 commits: ConversationTextview: Add nickname tag

2019-12-26 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 91bb8c33 by Philipp Hörist at 2019-12-26T23:29:33Z ConversationTextview: Add nickname tag This makes it easier for plugins to detect the nickname - - - - - 85e0e0da by Philipp Hörist at 2019-12-26T23:30:15Z MessageInput: Add

[Git][gajim/gajim][master] Icons: Add map icon

2019-12-26 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 209cd3c8 by Philipp Hörist at 2019-12-26T20:41:28Z Icons: Add map icon - - - - - 2 changed files: - + gajim/data/icons/hicolor/96x96/categories/map.png - + gajim/data/icons/hicolor/scalable/categories/map.svg Changes

[Git][gajim/gajim][master] 2 commits: Add async read/write file helpers

2019-12-26 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: e638b523 by Philipp Hörist at 2019-12-26T19:31:40Z Add async read/write file helpers - - - - - e17ad155 by Philipp Hörist at 2019-12-26T20:31:38Z PluginManager: Call disconnect handler when removing extension point Previously

[Git][gajim/gajim][master] HTTPUpload: Add missing argument

2019-12-23 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: d4b9b823 by Philipp Hörist at 2019-12-23T22:41:49Z HTTPUpload: Add missing argument - - - - - 1 changed file: - gajim/common/modules/httpupload.py Changes: = gajim/common/modules

[Git][gajim/gajim][master] Don't clean up temp file to early

2019-12-21 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 9497dce2 by Philipp Hörist at 2019-12-21T21:54:52Z Dont clean up temp file to early We have to preserve it until the file transfer is finished - - - - - 1 changed file: - gajim/chat_control_base.py Changes

[Git][gajim/gajim][master] HTTPUpload: Simplify code

2019-12-21 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 7b23c100 by Philipp Hörist at 2019-12-21T10:37:51Z HTTPUpload: Simplify code - - - - - 1 changed file: - gajim/common/modules/httpupload.py Changes: = gajim/common/modules/httpupload.py

[Git][gajim/python-nbxmpp][master] DiscoInfo: Add propertys for http upload

2019-12-21 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: c328063f by Philipp Hörist at 2019-12-21T10:35:51Z DiscoInfo: Add propertys for http upload - - - - - 1 changed file: - nbxmpp/structs.py Changes: = nbxmpp/structs.py

[Git][gajim/python-nbxmpp][master] Add missing imports

2019-12-14 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 3d6df88c by Philipp Hörist at 2019-12-14T23:02:17Z Add missing imports - - - - - 1 changed file: - nbxmpp/util.py Changes: = nbxmpp/util.py

[Git][gajim/gajim][master] Presence: Raise notification instead of popup

2019-12-14 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 58bb2d25 by Philipp Hörist at 2019-12-14T09:52:53Z Presence: Raise notification instead of popup When a contact accepts our subscription request issue a system notification instead of a InformationDialog - - - - - 3 changed

[Git][gajim/gajim][master] Zeroconf: Catch all exceptions in test_bonjour()

2019-12-12 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 2b980926 by Philipp Hörist at 2019-12-12T20:44:27Z Zeroconf: Catch all exceptions in test_bonjour() Fixes #9926 - - - - - 1 changed file: - gajim/common/zeroconf/zeroconf.py Changes

[Git][gajim/gajim][master] XMLConsole: Close search bar first when pressing Esc

2019-12-11 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: d485535c by Daniel Brötzmann at 2019-12-11T11:58:22Z XMLConsole: Close search bar first when pressing Esc - - - - - 1 changed file: - gajim/gtk/xml_console.py Changes: = gajim/gtk

[Git][gajim/python-nbxmpp][master] OMEMO: Correctly parse empty devicelist nodes

2019-12-11 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: ed895375 by Philipp Hörist at 2019-12-11T20:14:53Z OMEMO: Correctly parse empty devicelist nodes Fixes #94 - - - - - 1 changed file: - nbxmpp/modules/omemo.py Changes: = nbxmpp

[Git][gajim/gajim][master] Add more options for validating JIDs

2019-12-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 99f52e7e by Philipp Hörist at 2019-12-09T20:20:12Z Add more options for validating JIDs - - - - - 1 changed file: - gajim/common/helpers.py Changes: = gajim/common/helpers.py

[Git][gajim/python-nbxmpp][master] JID: isDomain and isFull property

2019-12-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 9fe5483e by Philipp Hörist at 2019-12-09T20:08:15Z JID: isDomain and isFull property - - - - - 1 changed file: - nbxmpp/protocol.py Changes: = nbxmpp/protocol.py

[Git][gajim/gajim][master] Fix tracebacks in preferences

2019-12-07 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 7ffde4a9 by Emmanuel Gil Peyrot at 2019-12-07T12:53:52Z Fix tracebacks in preferences If any error happens while creating the Gstreamer pipeline and elements, guard against them being None. - - - - - 2 changed files: - gajim

[Git][gajim/gajim][master] README: Update package locations

2019-12-07 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 313d241a by André Apitzsch at 2019-12-07T12:16:27Z README: Update package locations - - - - - 1 changed file: - README.md Changes: = README.md

[Git][gajim/gajim][master] ChatControl: Make allow_shutdown more precise

2019-12-06 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: eef27894 by Daniel Brötzmann at 2019-12-06T21:48:56Z ChatControl: Make allow_shutdown more precise On closing a control this checks if logs are enabled for the contact/account and displays the appropriate message. - - - - - 1

[Git][gajim/gajim][master] 3 commits: Pylint: Don't check for optional module

2019-12-02 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 69770417 by Philipp Hörist at 2019-12-02T21:26:20Z Pylint: Dont check for optional module - - - - - 0b11fb4b by Philipp Hörist at 2019-12-02T21:27:32Z Update pylintrc pylint throws false positive no-member errors because

[Git][gajim/gajim][master] CI: Update pylint script

2019-12-01 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 2499d4dc by Philipp Hörist at 2019-12-01T12:47:52Z CI: Update pylint script Ignore import-outside-toplevel - - - - - 1 changed file: - scripts/dev/pylint-ci.sh Changes: = scripts/dev

[Git][gajim/gajim][master] 2 commits: CI: Update pylint script

2019-11-30 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 34bd076a by Philipp Hörist at 2019-11-30T21:53:23Z CI: Update pylint script - - - - - 390bae9d by Philipp Hörist at 2019-11-30T22:14:35Z Accounts: Remove unused import - - - - - 2 changed files: - gajim/gtk/accounts.py

[Git][gajim/gajim][master] 5 commits: CI: Update pylint test

2019-11-30 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 7c82ad3c by Philipp Hörist at 2019-11-30T21:28:31Z CI: Update pylint test - - - - - d3c8145c by Philipp Hörist at 2019-11-30T21:30:53Z GroupchatCreation: Remove unused method - - - - - a9d90da2 by Philipp Hörist at 2019-11

[Git][gajim/gajim][master] 2 commits: Dialogs: Remove obsolete ConfirmationDialogDoubleRadio

2019-11-30 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 2321839c by Daniel Brötzmann at 2019-11-30T14:54:53Z Dialogs: Remove obsolete ConfirmationDialogDoubleRadio - - - - - f5ea6686 by Daniel Brötzmann at 2019-11-30T14:54:53Z Dialogs: Remove obsolete ConfirmationDialog

[Git][gajim/gajim][master] Assistant: Add default progress page

2019-11-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: c1682551 by Philipp Hörist at 2019-11-29T22:55:55Z Assistant: Add default progress page - - - - - 2 changed files: - gajim/gtk/assistant.py - test/gtk/assistant.py Changes: = gajim/gtk

[Git][gajim/gajim][master] Assistant: return page on add_default_page()

2019-11-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: a350f3ed by Philipp Hörist at 2019-11-29T22:48:44Z Assistant: return page on add_default_page() - - - - - 2 changed files: - gajim/gtk/assistant.py - test/gtk/assistant.py Changes

[Git][gajim/gajim][master] Assistant: Add get_page()

2019-11-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: fe6842af by Philipp Hörist at 2019-11-29T22:29:01Z Assistant: Add get_page() Use get_page() instead of page specific methods - - - - - 2 changed files: - gajim/gtk/assistant.py - test/gtk/assistant.py Changes

[Git][gajim/gajim][master] Help menu: Add online hint and rename Content to Wiki

2019-11-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 06844f23 by Daniel Brötzmann at 2019-11-28T11:34:36Z Help menu: Add online hint and rename Content to Wiki - - - - - 1 changed file: - gajim/data/gui/application_menu.ui Changes: = gajim

[Git][gajim/gajim][master] ServerInfo: Match the correct FORM_TYPE

2019-11-23 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 6cb37a41 by Philipp Hörist at 2019-11-24T07:16:14Z ServerInfo: Match the correct FORM_TYPE - - - - - 1 changed file: - gajim/gtk/server_info.py Changes: = gajim/gtk/server_info.py

[Git][gajim/python-nbxmpp][master] Version 0.9.93

2019-11-23 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 34a0ed85 by Philipp Hörist at 2019-11-23T19:01:23Z Version 0.9.93 - - - - - 2 changed files: - nbxmpp/__init__.py - setup.cfg Changes: = nbxmpp/__init__.py

[Git][gajim/gajim][master] Discovery: Store Account/Server disco info

2019-11-21 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 23d5a6e1 by Philipp Hörist at 2019-11-21T21:24:11Z Discovery: Store Account/Server disco info - - - - - 1 changed file: - gajim/common/modules/discovery.py Changes: = gajim/common

[Git][gajim/python-nbxmpp][master] Add In-Band Registration (XEP-0077) support

2019-11-21 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 7e700683 by Philipp Hörist at 2019-11-21T21:00:26Z Add In-Band Registration (XEP-0077) support - - - - - 2 changed files: - nbxmpp/dispatcher.py - + nbxmpp/modules/register.py Changes

[Git][gajim/gajim][master] Roster: Don't build resources submenu for start_chat_menuitem

2019-11-20 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 887f1112 by Daniel Brötzmann at 2019-11-20T09:21:27Z Roster: Dont build resources submenu for start_chat_menuitem This avoids being able to open multiple ChatControls for one contact. Historically, this was used to send

[Git][gajim/gajim][master] Preferences: Remove unused methods

2019-11-19 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 45f078d1 by Philipp Hörist at 2019-11-19T21:58:42Z Preferences: Remove unused methods Functionality has been moved to Accounts - - - - - 1 changed file: - gajim/gtk/preferences.py Changes

[Git][gajim/gajim][master] Always use bare JID when sending message to group

2019-11-19 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 425f50f8 by Daniel Brötzmann at 2019-11-19T20:12:48Z Always use bare JID when sending message to group - - - - - 1 changed file: - gajim/gtk/single_message.py Changes: = gajim/gtk

[Git][gajim/python-nbxmpp][master] Handle malformed error stanzas

2019-11-17 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 47e73f72 by Philipp Hörist at 2019-11-17T18:55:48Z Handle malformed error stanzas Fixes #89 - - - - - 1 changed file: - nbxmpp/util.py Changes: = nbxmpp/util.py

[Git][gajim/gajim][master] Shortcuts: Update shortcuts and descriptions

2019-11-17 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 7d755dc2 by Daniel Brötzmann at 2019-11-17T17:55:40Z Shortcuts: Update shortcuts and descriptions - - - - - 1 changed file: - gajim/data/gui/shortcuts_window.ui Changes: = gajim/data/gui

[Git][gajim/gajim][master] 2 commits: Dialogs: Make Accept button default

2019-11-16 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: e12fc663 by Daniel Brötzmann at 2019-11-16T13:04:19Z Dialogs: Make Accept button default - - - - - 8cc30c36 by Daniel Brötzmann at 2019-11-16T14:12:51Z Dialogs: Dont set unnecessary is_default - - - - - 6 changed files

[Git][gajim/gajim][master] Avatar: Add get_avatar_from_pixbuf()

2019-11-15 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 3b1459f7 by Philipp Hörist at 2019-11-15T21:50:54Z Avatar: Add get_avatar_from_pixbuf() - - - - - 1 changed file: - gajim/gtk/avatar.py Changes: = gajim/gtk/avatar.py

[Git][gajim/gajim][master] CI: Overwrite nbxmpp from site-packages

2019-11-15 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 2e2087d4 by Philipp Hörist at 2019-11-15T17:17:56Z CI: Overwrite nbxmpp from site-packages - - - - - 1 changed file: - .gitlab-ci.yml Changes: = .gitlab-ci.yml

[Git][gajim/gajim][master] Remove accel from application action

2019-11-15 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 87d050ae by Philipp Hörist at 2019-11-15T14:46:19Z Remove accel from application action We define the same shortcut for win.browse-history - - - - - 1 changed file: - gajim/application.py Changes

[Git][gajim/gajim][master] Blocking: Set different labels for confirmation dialog if it is a group

2019-11-14 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 39141569 by Daniel Brötzmann at 2019-11-14T18:10:51Z Blocking: Set different labels for confirmation dialog if it is a group - - - - - 1 changed file: - gajim/roster_window.py Changes

[Git][gajim/gajim][master] 3 commits: Roster: Fix file drag and drop

2019-11-14 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: d770b794 by Daniel Brötzmann at 2019-11-14T17:55:42Z Roster: Fix file drag and drop - - - - - edc7971b by Daniel Brötzmann at 2019-11-14T17:55:42Z Remove usage of NonModalConfirmationDialog - - - - - fde22a8a by Daniel

[Git][gajim/gajim][master] Remove unused method

2019-11-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 36ecf673 by Philipp Hörist at 2019-11-13T19:37:37Z Remove unused method - - - - - 1 changed file: - gajim/chat_control_base.py Changes: = gajim/chat_control_base.py

[Git][gajim/gajim][master] 7 commits: Remove remains of SI FT code

2019-11-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 78c5c284 by Philipp Hörist at 2019-11-13T05:37:07Z Remove remains of SI FT code - - - - - 010cde76 by Philipp Hörist at 2019-11-13T09:51:31Z Use Enum for Control type attribute - - - - - c5f405ec by Philipp Hörist at 2019-11

[Git][gajim/gajim][master] CertificateDialog: Use locale's appropriate time and date representation

2019-11-12 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: fdf0bdae by Daniel Brötzmann at 2019-11-12T07:26:56Z CertificateDialog: Use locales appropriate time and date representation - - - - - 1 changed file: - gajim/gtk/dialogs.py Changes

[Git][gajim/gajim][master] Fix PyGI import warning

2019-11-11 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: f95c1f02 by André Apitzsch at 2019-11-11T19:35:39Z Fix PyGI import warning Fixes #9874 - - - - - 1 changed file: - gajim/common/multimedia_helpers.py Changes: = gajim/common

[Git][gajim/gajim][master] 5 commits: MAM: Remove some attributes of mam-decrypted-message-received event

2019-11-10 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: fe8eba08 by Philipp Hörist at 2019-11-10T21:10:43Z MAM: Remove some attributes of mam-decrypted-message-received event - Remove the with_ attribute - Remove the groupchat attribute Both are available via properties attribute

[Git][gajim/gajim][master] 2 commits: Fix open-link action

2019-11-10 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: dfa65e9e by Philipp Hörist at 2019-11-10T19:36:26Z Fix open-link action param is a string array - - - - - 85a59711 by Philipp Hörist at 2019-11-10T19:38:20Z Presence: Correctly detect presences from contacts not in the roster

[Git][gajim/gajim][chat_markers] 96 commits: HistoryWindow: Remove not used string

2019-11-10 Thread Philipp Hörist
Philipp Hörist pushed to branch chat_markers at gajim / gajim Commits: b60b725a by Philipp Hörist at 2019-10-06T14:03:29Z HistoryWindow: Remove not used string - - - - - 22cb839e by Philipp Hörist at 2019-10-09T20:50:44Z Autoscroll correctly to the end after sending a message On some systems

[Git][gajim/gajim][master] Flatpak: Let portal handle notifications

2019-11-10 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 8f299caa by André Apitzsch at 2019-11-10T12:08:49Z Flatpak: Let portal handle notifications - - - - - 2 changed files: - flatpak/org.gajim.Gajim.yaml - gajim/gtk/notification.py Changes

[Git][gajim/gajim][master] Fix typo

2019-11-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: a4806046 by Philipp Hörist at 2019-11-09T19:28:01Z Fix typo - - - - - 1 changed file: - gajim/common/helpers.py Changes: = gajim/common/helpers.py

[Git][gajim/gajim][master] ChatControl: Don't handle MAM groupchat messages

2019-11-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 0639bc03 by Philipp Hörist at 2019-11-09T15:04:23Z ChatControl: Dont handle MAM groupchat messages Fixes #9488 - - - - - 1 changed file: - gajim/chat_control.py Changes: = gajim

[Git][gajim/gajim][master] GroupchatControl: Dont handle PM's if a control is open

2019-11-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: f87f56ed by Philipp Hörist at 2019-11-09T14:44:57Z GroupchatControl: Dont handle PMs if a control is open The PrivateChatControl handles messages on its own - - - - - 1 changed file: - gajim/groupchat_control.py Changes

[Git][gajim/gajim][master] Refactor opening files

2019-11-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 235f2a80 by Philipp Hörist at 2019-11-09T09:46:51Z Refactor opening files - Rename method - Catch and log all exceptions - - - - - 4 changed files: - gajim/chat_control.py - gajim/common/helpers.py - gajim/gtk

[Git][gajim/gajim][master] Fix opening URIs from sandbox

2019-11-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 6c0c4b22 by André Apitzsch at 2019-11-08T07:39:49Z Fix opening URIs from sandbox - - - - - 1 changed file: - gajim/common/helpers.py Changes: = gajim/common/helpers.py

[Git][gajim/gajim][master] Appdata: Fix image location because of new website

2019-11-07 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 3898f165 by André Apitzsch at 2019-11-07T21:18:41Z Appdata: Fix image location because of new website - - - - - 1 changed file: - data/org.gajim.Gajim.appdata.xml.in Changes: = data

[Git][gajim/gajim][master] Revert "Fix opening URIs from sandbox"

2019-11-07 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 96d6d5d5 by Philipp Hörist at 2019-11-07T15:24:39Z Revert Fix opening URIs from sandbox This reverts commit 3162d7990dcef528e307beca24cf5ea9ee6ba653 - - - - - 1 changed file: - gajim/common/helpers.py Changes

[Git][gajim/gajim][master] Logger: Improve speed of find_stanza_id()

2019-11-06 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 1ac852f0 by Philipp Hörist at 2019-11-06T21:27:09Z Logger: Improve speed of find_stanza_id() The SQLite Query Planner does not use the best index - - - - - 1 changed file: - gajim/common/logger.py Changes

[Git][gajim/gajim][master] 2 commits: Fix opening URIs from sandbox

2019-11-06 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 3162d799 by André Apitzsch at 2019-11-06T21:11:36Z Fix opening URIs from sandbox - - - - - 7137b37e by Philipp Hörist at 2019-11-06T21:11:36Z Stay compatible with python 3.5 time.monotonic_ns() is only available in python 3.7

[Git][gajim/gajim][master] XMLConsole: Start search at beginning when changing search term

2019-11-06 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 1f845aa3 by Daniel Brötzmann at 2019-11-06T20:34:14Z XMLConsole: Start search at beginning when changing search term - - - - - 1 changed file: - gajim/gtk/xml_console.py Changes: = gajim

[Git][gajim/gajim][master] Preferences: Add Open Folder for debug logs

2019-11-06 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 1fa8533c by Daniel Brötzmann at 2019-11-06T10:22:58Z Preferences: Add Open Folder for debug logs - - - - - 2 changed files: - gajim/data/gui/preferences_window.ui - gajim/gtk/preferences.py Changes

[Git][gajim/gajim][master] DialogButton: Use better defaults for response

2019-11-05 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 8566d036 by Philipp Hörist at 2019-11-05T20:48:21Z DialogButton: Use better defaults for response - - - - - 1 changed file: - gajim/gtk/dialogs.py Changes: = gajim/gtk/dialogs.py

[Git][gajim/gajim][master] 3 commits: Remove nick and nickname attribute from gc-message-received event

2019-11-05 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 2e266601 by Philipp Hörist at 2019-11-05T18:14:20Z Remove nick and nickname attribute from gc-message-received event Its available via properties attribute - - - - - 74ac7653 by Philipp Hörist at 2019-11-05T18:14:21Z Remove

[Git][gajim/gajim][master] 14 commits: Zeroconf: Fix pylint errors

2019-11-03 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 56aa7baa by Philipp Hörist at 2019-11-01T21:43:34Z Zeroconf: Fix pylint errors - Rename vars - Make vars/methods private - - - - - 14d6074f by Philipp Hörist at 2019-11-02T15:19:57Z Remove unused encrypted attribute Encryption

[Git][gajim/python-nbxmpp][master] MessageProperties: Add more carbon propertys

2019-11-02 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 7b0f5868 by Philipp Hörist at 2019-11-02T20:38:33Z MessageProperties: Add more carbon propertys - - - - - 1 changed file: - nbxmpp/structs.py Changes: = nbxmpp/structs.py

[Git][gajim/python-nbxmpp][master] Receipts: Use a copy of JID for building the receipt

2019-11-02 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 1eb1b504 by Philipp Hörist at 2019-11-02T15:03:28Z Receipts: Use a copy of JID for building the receipt - - - - - 1 changed file: - nbxmpp/modules/receipts.py Changes: = nbxmpp

[Git][gajim/gajim][master] 2 commits: Zeroconf: Fix message handler

2019-11-01 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 3d094aff by Philipp Hörist at 2019-11-01T18:15:32Z Zeroconf: Fix message handler - Fix checking wrong attribute - Add nbxmpp properties to event - - - - - fd75817f by Philipp Hörist at 2019-11-01T20:19:44Z ChatControl: Set

[Git][gajim/gajim][master] Database: Add index on the message_id column

2019-11-01 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 96f9fbc2 by Philipp Hörist at 2019-11-01T09:14:07Z Database: Add index on the message_id column - - - - - 1 changed file: - gajim/common/logger.py Changes: = gajim/common/logger.py

[Git][gajim/gajim][master] MAM: Add nbxmpp properties to event

2019-10-30 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 5aff9fb0 by Philipp Hörist at 2019-10-31T05:04:00Z MAM: Add nbxmpp properties to event Fixes #9876 - - - - - 1 changed file: - gajim/common/modules/mam.py Changes: = gajim/common

[Git][gajim/gajim][master] MacOS: remove debug line from makebundle.py

2019-10-30 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 1f5d81d1 by Sebastiaan Lokhorst at 2019-10-30T23:10:59Z MacOS: remove debug line from makebundle.py - - - - - 1 changed file: - mac/makebundle.py Changes: = mac/makebundle.py

[Git][gajim/gajim][master] Zeroconf: Don't show self contact

2019-10-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 7101378b by Philipp Hörist at 2019-10-29T21:05:13Z Zeroconf: Dont show self contact Fixes #9090 - - - - - 1 changed file: - gajim/roster_window.py Changes: = gajim/roster_window.py

[Git][gajim/gajim][master] Zeroconf: Fix name conflict

2019-10-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 31f34991 by Philipp Hörist at 2019-10-29T20:25:23Z Zeroconf: Fix name conflict Pass kDNSServiceFlagsNoAutoRename to pybonjour so we dont end up with invalid names like `user@machine (2)` Refactor alternativ name suggestion

[Git][gajim/gajim][master] Windows: Upgrade build to python 3.8

2019-10-27 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: cf55edfc by Philipp Hörist at 2019-10-27T20:20:23Z Windows: Upgrade build to python 3.8 - - - - - 1 changed file: - win/_base.sh Changes: = win/_base.sh

[Git][gajim/gajim][master] Refactor blocking non-roster messages

2019-10-26 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: be2f3053 by Philipp Hörist at 2019-10-26T12:25:08Z Refactor blocking non-roster messages - - - - - 2 changed files: - gajim/common/modules/message.py - gajim/session.py Changes: = gajim

[Git][gajim/gajim][master] Chatstates: Never stop message processing inside that module

2019-10-26 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: d7af6eb2 by Philipp Hörist at 2019-10-26T06:50:50Z Chatstates: Never stop message processing inside that module Clients adding chatstates should not disrupt Gajim - - - - - 1 changed file: - gajim/common/modules

[Git][gajim/gajim][master] 2 commits: Receipts: Don't request receipt in groupchat

2019-10-24 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: a298bf1c by Philipp Hörist at 2019-10-23T20:09:50Z Receipts: Dont request receipt in groupchat - - - - - bfc49cbf by Philipp Hörist at 2019-10-24T20:56:15Z Dont stop processing messages after receiving non-active chatstate Some

[Git][gajim/gajim][master] HistoryWindow: Close search results first

2019-10-23 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: cd9885c0 by Daniel Brötzmann at 2019-10-23T14:25:45Z HistoryWindow: Close search results first This checks if the search results scrolled window is visible when pressing Esc. It will first hide the scrolled window, and only

[Git][gajim/python-nbxmpp][master] 2 commits: Add utility function for generating uuids

2019-10-20 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 69d0c55b by Philipp Hörist at 2019-10-20T19:04:03Z Add utility function for generating uuids - - - - - ff68a5df by Philipp Hörist at 2019-10-20T19:04:06Z Receipts: Refactor helper method for building receipts - Add

[Git][gajim/python-nbxmpp][master] 2 commits: Make CommonError serializeable

2019-10-20 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 1c38ab14 by Philipp Hörist at 2019-10-19T21:15:35Z Make CommonError serializeable - - - - - 7bbf8194 by Philipp Hörist at 2019-10-20T17:22:58Z MUC: Set muc_private_message attribute also for error messages - - - - - 2

[Git][gajim/gajim][master] ConversationTextview: Reduce line height

2019-10-20 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 9c431173 by Philipp Hörist at 2019-10-20T07:23:40Z ConversationTextview: Reduce line height - - - - - 1 changed file: - gajim/conversation_textview.py Changes: = gajim

[Git][gajim/gajim][master] Passwords: Improve log message in case of deletion error

2019-10-19 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 172725d1 by Philipp Hörist at 2019-10-19T13:51:20Z Passwords: Improve log message in case of deletion error Fixes #9865 - - - - - 1 changed file: - gajim/common/passwords.py Changes

[Git][gajim/gajim][master] AccountCreation: Register plugin modules after successful registration

2019-10-18 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 0d7316be by Philipp Hörist at 2019-10-18T21:34:09Z AccountCreation: Register plugin modules after successful registration Fixes #9856 - - - - - 1 changed file: - gajim/gtk/account_wizard.py Changes

[Git][gajim/gajim][master] MAM: Correctly detect if we sent a message

2019-10-18 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 0acfc4c8 by Philipp Hörist at 2019-10-18T21:01:28Z MAM: Correctly detect if we sent a message properties.jid always yields the remote JID now after nbxmpp changes - - - - - 1 changed file: - gajim/common/modules/mam.py

[Git][gajim/python-nbxmpp][master] Use monotonic time for timeouts

2019-10-16 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 8fb372a5 by Philipp Hörist at 2019-10-16T17:42:10Z Use monotonic time for timeouts Fixes #87 - - - - - 1 changed file: - nbxmpp/idlequeue.py Changes: = nbxmpp/idlequeue.py

[Git][gajim/python-nbxmpp][master] Don't import version from package

2019-10-16 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: bf53ae00 by Philipp Hörist at 2019-10-16T11:14:46Z Dont import version from package __init__.py has too many other imports, this leads to all dependencys beeing imported in the install process before they are downloaded

[Git][gajim/python-nbxmpp][master] Add OOB (XEP-0066) support

2019-10-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: af360130 by Philipp Hörist at 2019-10-13T09:57:29Z Add OOB (XEP-0066) support - - - - - 4 changed files: - nbxmpp/dispatcher.py - + nbxmpp/modules/oob.py - nbxmpp/protocol.py - nbxmpp/structs.py Changes

<    4   5   6   7   8   9   10   11   12   13   >