Daniel Brötzmann pushed to branch startup-early-window at gajim / gajim
Commits: d7347b79 by wurstsalat at 2025-05-29T12:03:51+02:00 fix: File handling: Catch file access errors (file transfer, avatars) Fixes #12310 - - - - - d069ca63 by wurstsalat at 2025-05-29T13:02:45+02:00 imprv: Dropdown: Ellipsize labels in the middle This improves finding the right entry for long labels with equal prefixes - - - - - 4034d4b1 by wurstsalat at 2025-05-29T13:12:53+02:00 imprv: Chat filter: Enable searching for groups - - - - - ff57cec4 by wurstsalat at 2025-05-29T13:54:08+02:00 refactor: Preview: Separate different preview types - - - - - a46dec0a by wurstsalat at 2025-05-29T13:55:11+02:00 fix: Preview: Catch file parsing errors Fixes #12290 - - - - - 5427487a by Philipp Hörist at 2025-06-02T13:56:32+02:00 refactor: ChatList: Improve variable name - - - - - 5ae0dd6a by Philipp Hörist at 2025-06-06T21:13:16+02:00 new: FileChooser: Allow to set inital path - - - - - 786e7bdb by Philipp Hörist at 2025-06-06T21:22:03+02:00 fix: Sounds: Fix problem that new sounds could not be set - - - - - 12e6c3b3 by wurstsalat at 2025-06-06T22:27:20+02:00 change: Use Adw.Application; move menu to header bar - - - - - f7a68401 by wurstsalat at 2025-06-06T22:27:20+02:00 change: Styles: Use Adw.StyleManager for managing light/dark mode - - - - - 11b59c07 by wurstsalat at 2025-06-06T22:27:20+02:00 change: Use Adw.AboutDialog - - - - - da7cb959 by wurstsalat at 2025-06-06T22:27:20+02:00 change: Features: Use Adw boxed list - - - - - cd81519c by wurstsalat at 2025-06-06T22:27:20+02:00 change: Server info/Certificate dialog: Use view switcher and boxed list for server features - - - - - d8946949 by wurstsalat at 2025-06-06T22:27:20+02:00 change: Settings: Make use of Adw.ActionRow; process button props for all row types - - - - - f8decc39 by wurstsalat at 2025-06-06T22:27:20+02:00 change: Preferences: Use Adw preferences widgets - - - - - a4fe5a7e by wurstsalat at 2025-06-06T22:27:20+02:00 change: Accounts/OMEMO trust manager: Use Adw widgets - - - - - a2d3cc15 by wurstsalat at 2025-06-06T22:27:20+02:00 change: Contact/Group chat info: Use Adw widgets - - - - - 7806cbf3 by wurstsalat at 2025-06-06T22:27:20+02:00 change: Plugins: Use Adw widgets - - - - - dc8db394 by Philipp Hörist at 2025-06-06T22:27:20+02:00 refactor: Preferences: Use NavigationSplitView - - - - - 92e34d13 by wurstsalat at 2025-06-06T22:27:20+02:00 refactor: Contact info: Use NavigationSplitView - - - - - 96fcc205 by wurstsalat at 2025-06-06T22:27:20+02:00 refactor: Group chat details: Use NavigationSplitView - - - - - 3365dec5 by Philipp Hörist at 2025-06-06T23:40:11+02:00 change: Add libadwaita as dependency - - - - - 778ce259 by wurstsalat at 2025-06-08T12:21:11+02:00 cfix: Replace floating-toolbar-box class with Adw classes - - - - - cb8009dc by wurstsalat at 2025-06-08T12:22:07+02:00 cfix: Message selection: Fix button order - - - - - ca230689 by wurstsalat at 2025-06-08T12:46:46+02:00 refactor: Replace deprecated 'dim-label' class by 'dimmed' class - - - - - 96d156ac by wurstsalat at 2025-06-08T12:49:52+02:00 cfix: Read marker: Fix label color - - - - - 76db3601 by wurstsalat at 2025-06-08T13:13:56+02:00 refactor: Replace Gtk.Spinner with Adw.Spinner - - - - - c8bd02ce by wurstsalat at 2025-06-08T14:23:16+02:00 perf: Main window: Display (empty) main window early to indicate startup progress - - - - - 123 changed files: - README.md - debian/control - gajim/common/helpers.py - gajim/common/util/uri.py - gajim/data/gui/account_page.ui - gajim/data/gui/account_wizard.ui - gajim/data/gui/activity_default.ui - gajim/data/gui/activity_gajim_update.ui - gajim/data/gui/activity_list_row.ui - gajim/data/gui/activity_muc_invitation.ui - gajim/data/gui/activity_subscription.ui - gajim/data/gui/add_contact.ui - gajim/data/gui/call_window.ui - gajim/data/gui/certificate.ui - gajim/data/gui/chat_banner.ui - gajim/data/gui/chat_list_row.ui - gajim/data/gui/contact_info.ui - gajim/data/gui/contact_view_item.ui - gajim/data/gui/db_migration.ui - gajim/data/gui/debug_console.ui - gajim/data/gui/exception_dialog.ui - gajim/data/gui/file_transfer.ui - gajim/data/gui/file_transfer_jingle.ui - gajim/data/gui/file_transfer_selector.ui - gajim/data/gui/global_view_item.ui - gajim/data/gui/groupchat_config.ui - gajim/data/gui/groupchat_contact_view_item.ui - gajim/data/gui/groupchat_creation.ui - gajim/data/gui/groupchat_details.ui - gajim/data/gui/groupchat_info_scrolled.ui - gajim/data/gui/groupchat_inviter.ui - gajim/data/gui/groupchat_manage.ui - gajim/data/gui/groupchat_state.ui - gajim/data/gui/history_export.ui - gajim/data/gui/main.ui - gajim/data/gui/mam_preferences.ui - gajim/data/gui/manage_proxies.ui - gajim/data/gui/message_actions_box.ui - gajim/data/gui/omemo_trust_manager.ui - gajim/data/gui/password_dialog.ui - + gajim/data/gui/plugin_row.ui - gajim/data/gui/plugins.ui - − gajim/data/gui/preferences.ui - gajim/data/gui/preview.ui - gajim/data/gui/preview_audio.ui - gajim/data/gui/profile.ui - gajim/data/gui/quit_dialog.ui - gajim/data/gui/search_view.ui - gajim/data/gui/server_info.ui - gajim/data/gui/service_discovery_window.ui - gajim/data/gui/start_chat_dialog.ui - gajim/data/gui/themes_window.ui - gajim/data/gui/video_preview.ui - gajim/data/gui/workspace_dialog.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/apply_button_box.py - gajim/gtk/assistant.py - gajim/gtk/avatar_selector.py - gajim/gtk/blocking.py - gajim/gtk/builder.pyi - gajim/gtk/call_window.py - gajim/gtk/certificate_dialog.py - gajim/gtk/chat_filter.py - gajim/gtk/chat_function_page.py - gajim/gtk/chat_list.py - gajim/gtk/chat_list_row.py - gajim/gtk/chat_state_indicator.py - gajim/gtk/completion/popover.py - gajim/gtk/const.py - gajim/gtk/contact_info.py - gajim/gtk/contact_settings.py - gajim/gtk/conversation/message_selection.py - gajim/gtk/conversation/rows/call.py - gajim/gtk/conversation/rows/command_output.py - gajim/gtk/conversation/rows/encryption_info.py - gajim/gtk/conversation/rows/widgets.py - gajim/gtk/css_config.py - gajim/gtk/debug_console.py - gajim/gtk/dropdown.py - gajim/gtk/exception.py - gajim/gtk/features.py - gajim/gtk/file_transfer_selector.py - gajim/gtk/filechoosers.py - gajim/gtk/groupchat_creation.py - gajim/gtk/groupchat_details.py - gajim/gtk/groupchat_inviter.py - gajim/gtk/groupchat_join.py - gajim/gtk/groupchat_settings.py - gajim/gtk/groupchat_state.py - gajim/gtk/groupchat_voice_requests_button.py - gajim/gtk/main.py - gajim/gtk/main_menu_button.py - gajim/gtk/mam_preferences.py - gajim/gtk/manage_sounds.py - gajim/gtk/menus.py - gajim/gtk/omemo_trust_manager.py - gajim/gtk/plugins.py - gajim/gtk/preferences.py - gajim/gtk/preview.py - gajim/gtk/profile.py - gajim/gtk/referenced_message.py - gajim/gtk/resource_selector.py - gajim/gtk/server_info.py - gajim/gtk/settings.py - gajim/gtk/sidebar_switcher.py - gajim/gtk/start_chat.py - gajim/gtk/util/misc.py - gajim/gtk/vcard_grid.py - gajim/gtk/widgets.py - gajim/main.py - scripts/generate_ui_types.py - + test/gtk/ui_test_about.py - test/gtk/ui_test_activity_feed.py - test/gtk/ui_test_certificate_dialog.py - test/gtk/ui_test_db_migration.py - test/gtk/ui_test_gajim_dropdown.py - + test/gtk/ui_test_plugins.py - test/gtk/util.py - win/_base.sh The diff was not included because it is too large. View it on GitLab: https://dev.gajim.org/gajim/gajim/-/compare/920d312e3d0f1eaca53db842c6c4668321999d79...c8bd02ce4b67110911f70d04a059942d3cd1bc26 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/compare/920d312e3d0f1eaca53db842c6c4668321999d79...c8bd02ce4b67110911f70d04a059942d3cd1bc26 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]
