Philipp Hörist pushed to branch archiving at gajim / gajim
Commits: 66ef7659 by Philipp Hörist at 2026-01-02T11:49:18+01:00 refactor: Assistant: Port to new GajimAppWindow - Fix a memory leak - - - - - e2a5f581 by Philipp Hörist at 2026-01-02T15:24:24+01:00 refactor: Remove obsolete dialog - - - - - f844fd02 by Philipp Hörist at 2026-01-02T16:44:54+01:00 new: GajimAppWindow: Add missing convenience methods - - - - - dfc1f561 by Philipp Hörist at 2026-01-02T16:49:16+01:00 refactor: Port windows to new GajimAppWindow - - - - - dde12924 by Philipp Hörist at 2026-01-02T17:23:30+01:00 refactor: Remove old GajimAppWindow class - - - - - fea9e1ff by Philipp Hörist at 2026-01-02T23:21:07+01:00 fix: MessageInput: Don't highlight brackets Fixes #12578 - - - - - 205b4aaa by Codimp at 2026-01-02T22:38:03+00:00 other: MacOS: Update build script - Add CI mode - Fix various things when creating the dmg file - - - - - d652ed69 by Codimp at 2026-01-04T08:01:17+00:00 ci: MacOS: Add build workflow for Github - - - - - e593a231 by wurstsalat at 2026-01-04T11:45:13+01:00 cfix: Shortcuts: Fix typo - - - - - 834a4e90 by Codimp at 2026-01-04T10:59:28+00:00 ci: Add working-directory to macos nightly build workflow - - - - - 44b854c5 by André Apitzsch at 2026-01-04T12:57:21+01:00 ci: MacOS: Reduce code duplication - - - - - 55926de7 by Codimp at 2026-01-04T14:44:30+00:00 ci: Use arch and date in dmg filename and upload them in macos directory - - - - - 7aec0274 by Codimp at 2026-01-04T18:50:52+00:00 ci: MacOS: Update CI workflows - Add workflow when tags are pushed - Allow to pass a version number in CI mode - - - - - b1d67590 by Philipp Hörist at 2026-01-04T20:48:45+01:00 cq: Fix comments - - - - - fa9b662b by Philipp Hörist at 2026-01-04T20:48:45+01:00 refactor: Assistant: Rename Page class - - - - - e4315993 by Philipp Hörist at 2026-01-04T20:48:45+01:00 refactor: AddContactDialog: Port to Gtk.Template - Port to GajimDropDown - Fix pyright errors - - - - - a6a69827 by Philipp Hörist at 2026-01-04T20:48:45+01:00 refactor: Assistant: Rename show_all() method Use a more descriptive name - - - - - 15542655 by Philipp Hörist at 2026-01-04T19:50:22+00:00 imprv: Preferences: Rework archiving page for more clarity - Rephrase dropdown options more user friendly - Add description text and warning - Rename group title - - - - - 28354701 by wurstsalat at 2026-01-04T19:50:22+00:00 imprv: Preferences: Improve archiving settings wording - - - - - 88 changed files: - + .github/workflows/gajim-macos-nightly-build.yml - + .github/workflows/gajim-macos-release-build.yml - .gitignore - − gajim/data/gui/add_contact.ui - + gajim/data/gui/add_contact/address_page.ui - + gajim/data/gui/add_contact/contact_page.ui - + gajim/data/gui/add_contact/gateway_page.ui - gajim/data/gui/preference/archiving.ui - gajim/gtk/account_wizard.py - gajim/gtk/add_contact.py - gajim/gtk/adhoc.py - gajim/gtk/advanced_config.py - gajim/gtk/assistant.py - gajim/gtk/call_window.py - gajim/gtk/certificate_dialog.py - gajim/gtk/change_password.py - gajim/gtk/component_search.py - gajim/gtk/const.py - gajim/gtk/contact_info.py - gajim/gtk/db_migration.py - gajim/gtk/debug_console.py - gajim/gtk/discovery.py - gajim/gtk/exception.py - gajim/gtk/features.py - gajim/gtk/groupchat_details.py - gajim/gtk/groupchat_invitation.py - gajim/gtk/groupchat_join.py - gajim/gtk/history_export.py - gajim/gtk/history_sync.py - gajim/gtk/manage_proxies.py - gajim/gtk/manage_sounds.py - gajim/gtk/message_input.py - gajim/gtk/password_dialog.py - gajim/gtk/pep_config.py - gajim/gtk/preference/account.py - gajim/gtk/preference/app.py - gajim/gtk/preference/archiving.py - gajim/gtk/preference/dialog.py - gajim/gtk/profile.py - gajim/gtk/quit.py - gajim/gtk/remove_account.py - gajim/gtk/roster_item_exchange.py - gajim/gtk/service_registration.py - gajim/gtk/settings.py - gajim/gtk/shortcut_manager.py - gajim/gtk/ssl_error_dialog.py - gajim/gtk/start_chat.py - gajim/gtk/themes.py - gajim/gtk/util/window.py - gajim/gtk/widgets.py - gajim/gtk/window.py - gajim/gtk/workspace_dialog.py - mac/README.md - mac/gajim-macos-helper.sh - mac/gajim.spec - pyproject.toml - test/gtk/ui_test_activity_feed.py - test/gtk/ui_test_apply_button_box.py - test/gtk/ui_test_assistant.py - test/gtk/ui_test_avatar_selector.py - test/gtk/ui_test_avatar_stack.py - test/gtk/ui_test_chat_filter.py - test/gtk/ui_test_chat_function_page.py - test/gtk/ui_test_chat_state_indicator.py - test/gtk/ui_test_contact_popover.py - test/gtk/ui_test_conversation_view.py - test/gtk/ui_test_custom_icons.py - test/gtk/ui_test_dataform.py - test/gtk/ui_test_dataform_fake.py - test/gtk/ui_test_dnd_file.py - test/gtk/ui_test_filechoosers.py - test/gtk/ui_test_gajim_dropdown.py - test/gtk/ui_test_group_chat_voice_request_button.py - test/gtk/ui_test_groupchat_info.py - test/gtk/ui_test_groupchat_invitation.py - test/gtk/ui_test_groupchat_nick_chooser.py - test/gtk/ui_test_groupchat_state.py - test/gtk/ui_test_gstreamer.py - test/gtk/ui_test_listview.py - test/gtk/ui_test_pango_word_break.py - test/gtk/ui_test_preview.py - test/gtk/ui_test_preview_audio.py - test/gtk/ui_test_resource_selector.py - test/gtk/ui_test_side_bar_switcher.py - test/gtk/ui_test_snapshot.py - test/gtk/ui_test_vcard_grid.py - test/gtk/ui_test_workspace_sidebar.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/06df0520a4cb154beaca88d39759a53108a387cc...283547010c1112f7b1679f9a147c633e23e97ec0 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/compare/06df0520a4cb154beaca88d39759a53108a387cc...283547010c1112f7b1679f9a147c633e23e97ec0 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]
