Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch port_pyside6 Excluding Merge-Ins
This is equivalent to a diff from 69fbf844ab to c55f09b869
2025-08-05
| ||
13:49 | Prepare release v0.33.2 check-in: 433c3ffe46 user: thomas tags: v0.33.x-port_PySide6 | |
13:08 | Backport fix for ActionLoadDocument to version 0.33. check-in: 574070a05a user: thomas tags: v0.33.x | |
2025-07-28
| ||
16:54 | Modernize the application tech stack: Drop support for outdated libraries and platforms: PyQt5, Pint < 0.22, Windows 7, Python 3.8, 3.9, 3.10. Use modern type hinting style. Remove compatibility workarounds that ensured compatibility with Python 3.8 and Python-3.8-compatible dependencies. check-in: fd347b46df user: thomas tags: trunk | |
15:43 | Merge the PySide6 port. check-in: f3a5fe38f7 user: thomas tags: modernize_tech_stack | |
12:50 | Drop support for Python 3.8, 3.9, 3.10. Raise minimum required version of Pint to 0.22. Drop conditional dependencies on certifi, as that was used for 3.8 compatibility. Drop dependency on typing_extensions, because it was used for backwards compatibility with 3.8 check-in: 3d944bafec user: thomas tags: modernize_tech_stack | |
2025-07-25
| ||
16:17 | Merge with trunk check-in: f3faf688e9 user: thomas tags: refactor_async_tasks | |
13:56 | Release v0.33.1 Closed-Leaf check-in: c55f09b869 user: thomas tags: port_pyside6 | |
13:51 | Release v0.33.1 check-in: 69fbf844ab user: thomas tags: trunk, release, v0.33.1 | |
10:21 | Release v0.33.0 check-in: b73f214010 user: thomas tags: port_pyside6 | |
10:20 | Release v0.33.0 check-in: b4584e799d user: thomas tags: trunk, release, v0.33.0 | |
Changes to README.md.
Changes to build_MTGProxyPrinter_packages.bat.
Changes to build_MTGProxyPrinter_packages.sh.
Changes to create_development_environment.bat.
Changes to create_development_environment.sh.
Changes to doc/ThirdPartyLicenses.md.
Changes to mtg_proxy_printer/__main__.py.
Changes to mtg_proxy_printer/application.py.
Changes to mtg_proxy_printer/card_info_downloader.py.
Changes to mtg_proxy_printer/carddb_migrations.py.
Changes to mtg_proxy_printer/decklist_downloader.py.
Changes to mtg_proxy_printer/decklist_parser/common.py.
Changes to mtg_proxy_printer/decklist_parser/csv_parsers.py.
Changes to mtg_proxy_printer/decklist_parser/re_parsers.py.
Changes to mtg_proxy_printer/document_controller/_interface.py.
Changes to mtg_proxy_printer/document_controller/edit_custom_card.py.
Changes to mtg_proxy_printer/document_controller/edit_document_settings.py.
Changes to mtg_proxy_printer/document_controller/move_cards.py.
Changes to mtg_proxy_printer/document_controller/replace_card.py.
Changes to mtg_proxy_printer/document_controller/shuffle_document.py.
Changes to mtg_proxy_printer/downloader_base.py.
Changes to mtg_proxy_printer/http_file.py.
Changes to mtg_proxy_printer/meta_data.py.
Changes to mtg_proxy_printer/metered_file.py.
Changes to mtg_proxy_printer/missing_images_manager.py.
Changes to mtg_proxy_printer/model/card.py.
Changes to mtg_proxy_printer/model/card_list.py.
Changes to mtg_proxy_printer/model/carddb.py.
Changes to mtg_proxy_printer/model/document.py.
Changes to mtg_proxy_printer/model/document_loader.py.
Changes to mtg_proxy_printer/model/imagedb.py.
Changes to mtg_proxy_printer/model/imagedb_files.py.
Changes to mtg_proxy_printer/model/page_layout.py.
Changes to mtg_proxy_printer/model/string_list.py.
Changes to mtg_proxy_printer/natsort.py.
Changes to mtg_proxy_printer/print.py.
Changes to mtg_proxy_printer/printing_filter_updater.py.
Changes to mtg_proxy_printer/resources/ui/central_widget/columnar.ui.
Changes to mtg_proxy_printer/resources/ui/central_widget/grouped.ui.
Changes to mtg_proxy_printer/runner.py.
Changes to mtg_proxy_printer/save_file_migrations.py.
Changes to mtg_proxy_printer/settings.py.
Changes to mtg_proxy_printer/ui/add_card.py.
Changes to mtg_proxy_printer/ui/cache_cleanup_wizard.py.
Changes to mtg_proxy_printer/ui/card_list_table_view.py.
Changes to mtg_proxy_printer/ui/central_widget.py.
Changes to mtg_proxy_printer/ui/common.py.
Changes to mtg_proxy_printer/ui/compiled_resources.pyi.
Changes to mtg_proxy_printer/ui/custom_card_import_dialog.py.
Changes to mtg_proxy_printer/ui/deck_import_wizard.py.
Changes to mtg_proxy_printer/ui/dialogs.py.
Changes to mtg_proxy_printer/ui/item_delegates.py.
Changes to mtg_proxy_printer/ui/main_window.py.
Changes to mtg_proxy_printer/ui/page_card_table_view.py.
Changes to mtg_proxy_printer/ui/page_config_container.py.
Changes to mtg_proxy_printer/ui/page_config_preview_area.py.
Changes to mtg_proxy_printer/ui/page_config_widget.py.
Changes to mtg_proxy_printer/ui/page_renderer.py.
Changes to mtg_proxy_printer/ui/page_scene.py.
Changes to mtg_proxy_printer/ui/printing_filter_widgets.py.
Changes to mtg_proxy_printer/ui/progress_bar.py.
Changes to mtg_proxy_printer/ui/settings_window.py.
Changes to mtg_proxy_printer/ui/settings_window_pages.py.
Changes to mtg_proxy_printer/units_and_sizes.py.
Changes to mtg_proxy_printer/update_checker.py.
Changes to pyproject.toml.
Changes to run_tests.bat.
Changes to run_tests.sh.
Changes to scripts/clean_windows_build.bat.
Changes to scripts/compile_resources.py.
Changes to scripts/compile_ui_files.py.
Changes to scripts/update_translations.py.
Changes to setup_cx_freeze.py.
Changes to tests/conftest.py.
Changes to tests/document_controller/helpers.py.
Changes to tests/document_controller/test_action_move_cards.py.
Changes to tests/document_controller/test_action_remove_page.py.
Changes to tests/document_controller/test_action_save_document.py.
Changes to tests/model/test_card.py.
Changes to tests/model/test_card_list.py.
Changes to tests/model/test_carddb.py.
Changes to tests/model/test_document.py.
Changes to tests/model/test_document_loader.py.
Changes to tests/model/test_image_db.py.
Changes to tests/test___main__.py.
Changes to tests/test_check_card_rendering.py.
Changes to tests/test_known_card_image_model.py.
Changes to tests/test_page_layout_settings.py.
Changes to tests/ui/settings/test_card_filter_widgets.py.
Changes to tests/ui/settings/test_initial_page_selection.py.
Changes to tests/ui/test_add_card.py.
Changes to tests/ui/test_card_item.py.
Changes to tests/ui/test_central_widget.py.
Changes to tests/ui/test_deck_import_wizard.py.
Changes to tests/ui/test_item_delegate.py.
Changes to tests/ui/test_main_window.py.
Changes to tests/ui/test_page_config_container.py.
Changes to tests/ui/test_page_config_dialog.py.
Changes to tests/ui/test_page_config_widget.py.
Changes to tests/ui/test_page_renderer.py.
Changes to tests/ui/test_page_scene.py.
Changes to tests/ui/test_progress_bar.py.