Daniel Brötzmann pushed to branch adw-application at gajim / gajim


Commits:
dd3b7dda by Philipp Hörist at 2025-04-21T07:59:33+00:00
feat: Add retractions XEP-0424

- - - - -
3f85d4e3 by wurstsalat at 2025-04-21T11:22:17+02:00
change: Use Adw.Application

- - - - -
ab5cfe6a by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Fix window padding for GajimAppWindow

- - - - -
1dff54d8 by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: DebugConsole: Fix header bar

- - - - -
42a595a4 by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Fix showing main menu

- - - - -
76bc78fd by wurstsalat at 2025-04-21T11:22:17+02:00
refactor: Use Adw.AboutDialog

- - - - -
73445200 by wurstsalat at 2025-04-21T11:22:17+02:00
change: Styles: Use Adw.StyleManager for managing light/dark mode

- - - - -
eda619bd by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Main menu: Fix initial state

- - - - -
d0f0e60f by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Exception: Add Adw and libsoup versions

- - - - -
3ecbed9c by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: MessageRowActions: Add background color

- - - - -
2e22d972 by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: SideBarSwitcher: Set navigation-sidebar style

- - - - -
e4b9b63a by wurstsalat at 2025-04-21T11:22:17+02:00
change: Features: Use Adw boxed list

- - - - -
0369b4cd by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Plugins window: Fix treeview height

- - - - -
68c91537 by wurstsalat at 2025-04-21T11:22:17+02:00
change: Server info: Use view switcher and boxed list for features

- - - - -
88a2136e by wurstsalat at 2025-04-21T11:22:17+02:00
change: Certificate dialog: Use boxed list layout and improve details

- - - - -
f05848fe by wurstsalat at 2025-04-21T11:22:17+02:00
change: Settings: Make use of Adw.ActionRow; process button props for all row 
types

- - - - -
53b3330a by wurstsalat at 2025-04-21T11:22:17+02:00
change: Preferences: Restructure settings using Adw preferences widgets

- - - - -
108bc508 by wurstsalat at 2025-04-21T11:22:17+02:00
change: Accounts: Adapt to settings changes

- - - - -
f0f36c8c by wurstsalat at 2025-04-21T11:22:17+02:00
change: Contact info: Adapt to settings changes

- - - - -
ae7e0a09 by wurstsalat at 2025-04-21T11:22:17+02:00
change: Group chat settings: Adapt to settings changes

- - - - -
68ae6e89 by wurstsalat at 2025-04-21T11:22:17+02:00
change: OMEMO trust manager: Adapt to settings changes; fix clearing popover 
entries

- - - - -
e7cba8ad by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Server info: Improve account name label

- - - - -
c31bdb53 by wurstsalat at 2025-04-21T11:22:17+02:00
change: Plugins: Use Adw widgets for plugin management

- - - - -
552a1a87 by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Plugins: Fix test

- - - - -
9042d434 by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Plugins: Remove superfluous clamp width

- - - - -
f02d852e by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Server Info: Use Adw.Clamp

- - - - -
aeef85c7 by wurstsalat at 2025-04-21T11:22:17+02:00
cfix: Features: Use Adw.Clamp

- - - - -
7f2be95f by wurstsalat at 2025-04-21T11:45:00+02:00
cfix: Accounts: Use Adw.Clamp

- - - - -


65 changed files:

- data/gajim.doap
- gajim/common/const.py
- gajim/common/events.py
- gajim/common/modules/__init__.py
- gajim/common/modules/message.py
- gajim/common/modules/message_util.py
- gajim/common/modules/moderations.py
- + gajim/common/modules/retraction.py
- gajim/common/storage/archive/migration.py
- gajim/common/storage/archive/models.py
- gajim/common/storage/archive/storage.py
- gajim/common/structs.py
- gajim/common/util/user_strings.py
- gajim/data/gui/account_wizard.ui
- gajim/data/gui/certificate.ui
- gajim/data/gui/contact_info.ui
- gajim/data/gui/debug_console.ui
- gajim/data/gui/main.ui
- gajim/data/gui/omemo_trust_manager.ui
- − gajim/data/gui/plugins.ui
- − gajim/data/gui/preferences.ui
- gajim/data/gui/server_info.ui
- + gajim/data/icons/hicolor/scalable/devices/lucide-box-symbolic.svg
- gajim/data/style/gajim.css
- gajim/gtk/about.py
- gajim/gtk/accounts.py
- gajim/gtk/application.py
- gajim/gtk/builder.pyi
- gajim/gtk/certificate_dialog.py
- gajim/gtk/chat_list.py
- gajim/gtk/chat_list_row.py
- gajim/gtk/chat_list_stack.py
- gajim/gtk/chat_stack.py
- gajim/gtk/const.py
- gajim/gtk/contact_info.py
- gajim/gtk/contact_settings.py
- gajim/gtk/control.py
- gajim/gtk/conversation/rows/message.py
- gajim/gtk/conversation/rows/widgets.py
- gajim/gtk/conversation/view.py
- gajim/gtk/css_config.py
- gajim/gtk/debug_console.py
- gajim/gtk/exception.py
- gajim/gtk/features.py
- gajim/gtk/groupchat_settings.py
- gajim/gtk/main.py
- gajim/gtk/main_menu_button.py
- gajim/gtk/menus.py
- gajim/gtk/message_actions_box.py
- gajim/gtk/omemo_trust_manager.py
- gajim/gtk/plugins.py
- gajim/gtk/preferences.py
- gajim/gtk/search_view.py
- gajim/gtk/server_info.py
- gajim/gtk/settings.py
- gajim/gtk/sidebar_switcher.py
- gajim/gtk/structs.py
- gajim/gtk/util/misc.py
- gajim/gtk/widgets.py
- gajim/main.py
- scripts/generate_ui_types.py
- + test/database/test_retractions.py
- test/gtk/ui_test_certificate_dialog.py
- + test/gtk/ui_test_plugins.py
- test/gtk/util.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/bad30c2e6cb57661e4e87676c206c0599ad5df34...7f2be95f124736562a6f949637d08ef03c9015a4

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/bad30c2e6cb57661e4e87676c206c0599ad5df34...7f2be95f124736562a6f949637d08ef03c9015a4
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to