Daniel Brötzmann pushed to branch xmpp-providers-integration at gajim / gajim


Commits:
a020b0ab by Nicoco at 2024-07-28T11:35:24+00:00
fix: Send read marker when receiving a message in a chat that has the focus.

- - - - -
bd251b11 by wurstsalat at 2024-07-28T13:41:54+02:00
cfix: ChatStack: Abort early if sending displayed marker is not possible

- - - - -
e7ae52dd by mesonium at 2024-07-28T13:50:52+02:00
change: Make Chatlist and Groupchat Roster style consistent

- - - - -
f21ba0e6 by wurstsalat at 2024-07-28T16:03:27+02:00
cfix: ChatListStack: Make removing group chat more robust

Fixes #11926

- - - - -
611fa7a8 by Philipp Hörist at 2024-07-28T17:08:16+02:00
ci: Windows: Split build steps

- - - - -
8cdd9afd by Philipp Hörist at 2024-07-28T17:19:31+02:00
fix: Fix Gajim not starting when installed via MS Store

- - - - -
c2d13f2b by wurstsalat at 2024-07-28T23:53:39+02:00
refactor: Move version utilities to separate file

- - - - -
5aa66ea5 by Philipp Hörist at 2024-07-29T21:17:07+02:00
chore: Flatpak: Update dependencies

- - - - -
debe7358 by Weblate at 2024-07-29T21:17:07+02:00
chore: Update translations

- - - - -
d716eb6d by Philipp Hörist at 2024-07-29T21:18:36+02:00
release: 1.9.3

- - - - -
c154b03d by wurstsalat at 2024-07-31T20:48:04+02:00
refactor: Use constants for drag and drop target mime types

- - - - -
9a8e8fe1 by mesonium at 2024-08-02T14:14:10+00:00
fix: Allow to search for same string again

- - - - -
e82af9ab by wurstsalat at 2024-08-02T16:28:53+02:00
fix: GroupChatRoster: Fix hover style scope to avoid hidden scrollbar thumb

Fixes #11936

- - - - -
5f266ba7 by wurstsalat at 2024-08-02T17:05:23+02:00
imprv: Message rows: Use transition for row highlight

Transitions allow for a fade in effect without using animations.
This ensures that highlights work with GTK animations disabled.

Fixes #11932

- - - - -
51aa3f6a by wurstsalat at 2024-08-02T17:41:53+02:00
change: Search: Use quotes to mark search filter content

Since nicknames can contain spaces, using the "from:" filter with a 
word boundry
search would only match until the first space is encountered.
To circumvent this limitation, quotation marks are now expected to be used 
around
search terms, e.g. from:"cal0pteryx" or from:"Gajim Dev"
This applies to all search filters, including "before" and 
"after".

Fixes #11355

- - - - -
7f6a8d82 by wurstsalat at 2024-08-02T23:28:45+02:00
cfix: Search: Adapt tooltip to new filter behavior

- - - - -
f20021f8 by wurstsalat at 2024-08-02T23:44:08+02:00
fix: MessageInputTextView: Make background transparent

Background color would sometimes be visible if multiple lines have been added,
starting a layout scroll, which would then reveal a grey bar.

- - - - -
70860d57 by wurstsalat at 2024-08-03T11:40:53+02:00
cfix: Search: Expect trailing whitespace after filters

Fixes #11939

- - - - -
aa97f457 by wurstsalat at 2024-08-03T13:48:27+02:00
fix: Debug Console: Fix Ctrl+F hotkey

Fixes #11940

- - - - -
91c96aaa by wurstsalat at 2024-08-03T18:11:25+02:00
refactor: Move multimedia_helpers to util/av

- - - - -
462d9db2 by wurstsalat at 2024-08-03T18:11:32+02:00
refactor: Move preview_helpers to util/preview

- - - - -
41776b99 by wurstsalat at 2024-08-03T23:26:50+02:00
refactor: Move image_helpers to util/image

- - - - -
1219ae9e by wurstsalat at 2024-08-04T11:46:40+02:00
feat: Add providers.xmpp.net to AccountCreationWizard

Closes #10593

- - - - -
53a4faeb by wurstsalat at 2024-08-04T11:59:16+02:00
cfix: AccountWizard: Add timeout for providers list download

- - - - -
04e9eab0 by wurstsalat at 2024-08-04T12:00:11+02:00
cfix: AccountWizard: Unify use of 'provider' vs 'server'; 
update URLs

- - - - -


30 changed files:

- ChangeLog
- data/org.gajim.Gajim.metainfo.xml.in
- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
- gajim/common/helpers.py
- gajim/common/modules/software_version.py
- gajim/common/passwords.py
- gajim/common/preview.py
- gajim/common/setting_values.py
- gajim/common/storage/base.py
- gajim/common/multimedia_helpers.py → gajim/common/util/av.py
- gajim/common/image_helpers.py → gajim/common/util/image.py
- gajim/common/preview_helpers.py → gajim/common/util/preview.py
- + gajim/common/util/version.py
- gajim/data/gui/account_wizard.ui
- gajim/data/gui/search_view.ui
- − gajim/data/other/servers.json
- gajim/data/style/gajim.css
- gajim/gtk/about.py
- gajim/gtk/account_wizard.py
- gajim/gtk/avatar.py
- gajim/gtk/avatar_selector.py
- gajim/gtk/builder.pyi
- gajim/gtk/certificate_dialog.py
- gajim/gtk/chat_list_row.py
- gajim/gtk/chat_list_stack.py
- gajim/gtk/chat_stack.py
- gajim/gtk/const.py
- gajim/gtk/dataform.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/eefd786c9762327eb359cbe48c82b523d6d23b3d...04e9eab0e8ecba7abc644c7396d8120cb2944ed7

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/eefd786c9762327eb359cbe48c82b523d6d23b3d...04e9eab0e8ecba7abc644c7396d8120cb2944ed7
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- commits@gajim.org
To unsubscribe send an email to commits-le...@gajim.org

Reply via email to