Philipp Hörist pushed to branch gajim_1.3 at gajim / gajim


Commits:
418e476a by lovetox at 2021-07-24T21:57:04+02:00
Windows: Add gssapi dependency

Fixes #10540

- - - - -
1685fd29 by lovetox at 2021-07-24T21:57:04+02:00
Accounts: Use SpinSetting for custom port

Fixes #10541

- - - - -
8766a747 by lovetox at 2021-07-24T21:57:04+02:00
Assistant: Add convenience mehtods to Page

- Page has now a update_page_complete() method
- Page has now a get_visible_buttons() method
- Page has now a get_get_default_button() method

- - - - -
42c3b9dd by lovetox at 2021-07-24T21:57:04+02:00
AdHoc: Port to new Assistant

Fixes #10314

- - - - -
164842ec by lovetox at 2021-07-24T21:57:04+02:00
AdHoc: Add custom progress pages

- - - - -
c4503a66 by lovetox at 2021-07-24T21:57:04+02:00
AdHoc: Don’t execute callbacks after dialog is destroyed

- - - - -
6d68facf by lovetox at 2021-07-24T21:57:04+02:00
ChangePassword: Refactor Dialog

- Adapt to new Assistant methods

- - - - -
d41e784e by lovetox at 2021-07-24T21:57:04+02:00
RemoveAccount: Refactor Dialog

- Adapt to new Assistant methods

- - - - -
901f5c47 by lovetox at 2021-07-24T21:57:04+02:00
AccountWizard: Refactor Dialog

- Adapt to new Assistant methods
- Don’t force custom host on Advanced page

- - - - -
93022629 by lovetox at 2021-07-24T21:57:04+02:00
AdHoc: There is always a default action

- - - - -
6bc96caf by lovetox at 2021-07-24T21:57:04+02:00
AdHoc: Don’t add cancel action

nbxmpp provides it already

- - - - -
b62ffa87 by Daniel Brötzmann at 2021-07-24T21:57:04+02:00
Preferences: Fix STUN Server label

- - - - -
ae517927 by lovetox at 2021-07-24T21:57:04+02:00
Profile: Fix privacy switch inital state

- - - - -
1f534560 by lovetox at 2021-07-24T21:57:04+02:00
Update runtime requirements

- - - - -
3df4a219 by lovetox at 2021-07-24T21:57:04+02:00
Fix CI

- - - - -
206119a9 by Marcin Mielniczuk at 2021-07-24T21:57:04+02:00
Annotate the type for Page.__gsignals__ to fix the mypy failure

- - - - -
a051dc82 by lovetox at 2021-07-24T21:57:04+02:00
ServerInfo: Don’t fail while adding error class

Fixes #10559

- - - - -
f2ba30da by wurstsalat at 2021-07-24T21:57:04+02:00
PortableInstaller: Add directory cleanup

- - - - -
6cfd76d7 by wurstsalat at 2021-07-24T21:57:04+02:00
Uninstaller: Kill gdbus.exe if running

- - - - -
b583adf0 by wurstsalat at 2021-07-24T21:57:04+02:00
Installer: Add Gajim branding text

- - - - -
b7baa032 by wurstsalat at 2021-07-24T21:57:04+02:00
Jingle: Fix UnboundLocalError for transports variable

transport=None is handled in JingleTransportSocks5()

Fixes #10545

- - - - -
e37b2488 by wurstsalat at 2021-07-24T21:57:43+02:00
Profile: Add Note entry

- - - - -
1b37bcff by wurstsalat at 2021-07-24T21:57:43+02:00
Profile: Use textview for multi line Note element

- - - - -
7c330631 by wurstsalat at 2021-07-24T21:57:43+02:00
Features: Check for gstreamer gtk plugin for AV support

Fixes #10551

- - - - -
b4251ecd by wurstsalat at 2021-07-24T21:57:43+02:00
Dependency check: Fix unused-variable

- - - - -
4c9a54b5 by wurstsalat at 2021-07-24T21:57:43+02:00
Themes: Apply change of dark/light theme instantly

Fixes #10441

- - - - -
7cd4e0f9 by wurstsalat at 2021-07-24T21:57:43+02:00
Themes: Apply user themes instantly

- - - - -
c6a50126 by André Apitzsch at 2021-07-24T21:57:43+02:00
Fix spell checking

Fixes #10558.

- - - - -
c421f6e1 by André Apitzsch at 2021-07-24T21:57:43+02:00
Fix spell checking

Disable spell checking only if there is no text,
so it doesn't crash on correction.

- - - - -
a43905c8 by wurstsalat at 2021-07-24T21:57:43+02:00
Servers: Remove blabber.im

Service is gone

- - - - -
c2cf2994 by wurstsalat at 2021-07-24T21:57:43+02:00
HTTPUpload: Raise FileError if path is not accessible

Fixes #10560

- - - - -
4c71cb9c by lovetox at 2021-07-24T21:57:43+02:00
Profile: Don’t fail when adding a note property

Fixes #10598

- - - - -
bec749f7 by Jonas Schäfer at 2021-07-24T21:57:43+02:00
Update API JID for search.jabber.network integration

The JID has been changed recently and this needs to be reflected.
The old JID was available for a certain transition period, but
that period ended a few weeks back because of a necessary
architectural change which decoupled the two domains.

Signed-off-by: lovetox <phil...@hoerist.com>

- - - - -
df53d7ea by Matthew White at 2021-07-24T21:57:43+02:00
HistoryManager: Allow it to start in standalone mode

Fixes the following error when starting gajim-history-manager:

ModuleNotFoundError: No module named 'gajim.gui.emoji_data'

- - - - -
292b7ac4 by Matthew White at 2021-07-24T21:57:43+02:00
Test: Fix test_gui_interface failure

Partially fixes #10478 about the following error:

ERROR: test_gui_interface (unittest.loader._FailedTest)
...
ModuleNotFoundError: No module named 'gajim.gui.emoji_data'

- - - - -
03ead1ef by André Apitzsch at 2021-07-24T21:57:43+02:00
Replace discouraged pkg_resources for Python 3.9+

See https://setuptools.readthedocs.io/en/latest/pkg_resources.html

- - - - -


30 changed files:

- README.md
- gajim/common/app.py
- gajim/common/config.py
- gajim/common/configpaths.py
- gajim/common/modules/httpupload.py
- gajim/common/modules/jingle.py
- gajim/common/setting_values.py
- gajim/data/gui/profile.ui
- gajim/data/gui/themes_window.ui
- gajim/data/other/servers.json
- gajim/data/style/gajim.css
- gajim/gtk/account_wizard.py
- gajim/gtk/accounts.py
- gajim/gtk/adhoc.py
- gajim/gtk/assistant.py
- gajim/gtk/change_password.py
- gajim/gtk/css_config.py
- gajim/gtk/features.py
- gajim/gtk/message_input.py
- gajim/gtk/preferences.py
- gajim/gtk/profile.py
- gajim/gtk/remove_account.py
- gajim/gtk/server_info.py
- gajim/gtk/settings.py
- gajim/gtk/themes.py
- gajim/gtk/vcard_grid.py
- gajim/history_manager.py
- setup.cfg
- test/gtk/assistant.py
- test/unit/test_gui_interface.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/19e371c835a1c8b976d0149f28f0d2063d455bc5...03ead1ef3c8609df600d502a8898ec6c5a5fd769

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/19e371c835a1c8b976d0149f28f0d2063d455bc5...03ead1ef3c8609df600d502a8898ec6c5a5fd769
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to