Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch import_from_scryfall_api_search Excluding Merge-Ins
This is equivalent to a diff from 8d9398b3cf to 0a24e6d490
2024-08-29
| ||
17:51 | Merge with trunk, Round 1. Merged in decimal document settings support. check-in: 5be445c009 user: thomas tags: WIP | |
2024-08-10
| ||
17:24 | Implement downloading Scryfall searches as CSV from the Scryfall API. Integrate into the deck list import wizard, adding a text field for Scryfall searches that can be directly imported as deck lists. Implements [d6085a9f5c42470a]. check-in: 3ac672ea94 user: thomas tags: trunk | |
17:23 | ScryfallCSVDownloader: Enable downloading "extras", like tokens, planes, etc. Closed-Leaf check-in: 0a24e6d490 user: thomas tags: import_from_scryfall_api_search | |
17:20 | Add changelog entry. Limit the Scryfall search query length to 900 characters. The API has a hard limit of 1000 characters, so stay below that. check-in: c53374c308 user: thomas tags: import_from_scryfall_api_search | |
15:00 | Add test case verifying that the sample data for the tappedout CSV parser is consistent with the actual live API results. check-in: 91311da813 user: thomas tags: import_from_scryfall_api_search | |
2024-08-08
| ||
08:06 | Merge with trunk. check-in: 17b2a898a0 user: thomas tags: l10n | |
2024-08-07
| ||
17:55 | units_and_sizes: Create the unit registry via a setup method. Register a conversion context for length ⇔ pixel conversions. The latter allows conversion without the need of an external function. check-in: 285cd70c39 user: thomas tags: embrace_pint | |
17:48 | Allow floating point values for numerical document settings. Also clamp these values to the [0, 10000] range. Implements [25c5698daf89fc54] and [34f7de80cb8b803e] check-in: 8d9398b3cf user: thomas tags: trunk | |
17:46 | DocumentSettings: Clamp all values to the [0, 10000] range, both when reading from the settings file and from loaded documents. This handles range violations more gracefully than resetting to defaults (settings file) or refusing to load (saved documents). Closed-Leaf check-in: bf1a830afd user: thomas tags: decimal_spacings | |
2024-07-23
| ||
07:34 | Ui string fixes. check-in: 2050ad6dff user: thomas tags: trunk | |
Changes to doc/changelog.md.
Changes to mtg_proxy_printer/decklist_downloader.py.
Changes to mtg_proxy_printer/decklist_parser/csv_parsers.py.
Changes to mtg_proxy_printer/http_file.py.
Changes to mtg_proxy_printer/resources/ui/deck_import_wizard/load_list_page.ui.
Changes to mtg_proxy_printer/ui/deck_import_wizard.py.
Changes to tests/decklist_parser/test_scryfall_csv_parser.py.
Changes to tests/decklist_parser/test_tappedout_csv_parser.py.
Changes to tests/test_decklist_downloader.py.