~ultimaker/uranium/+git/Uranium:CURA-8402_Verification_of_certificate_validity

Last commit made on 2021-09-02
Get this branch:
git clone -b CURA-8402_Verification_of_certificate_validity https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
CURA-8402_Verification_of_certificate_validity
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

a07136b... by Jaime van Kessel <email address hidden>

Log SLL errors when they occur

CURA-8402

0a35c4d... by Jaime van Kessel <email address hidden>

Merge pull request #728 from Ultimaker/CURA-8358_Retain_last_saved_filename

Retain the last saved filename after saving a file

272e655... by Remco Burema <email address hidden>

Move last output name to project, as it more closely relates.

CURA-8358

2994d12... by Remco Burema <email address hidden>

Save optional last output name to output device.

Instead of relying on the filename emitted when the workspace is changed. This is done so the user can also change the project name when saving to an output device that supports (file)names.

CURA-8358

f42f646... by Jelle Spijker <email address hidden>

Merge pull request #734 from Ultimaker/CURA-8500_Fix_not_showing_message_images_on_windows

CURA-8500: Safely convert message image sources to QUrls

26465f6... by Jaime van Kessel <email address hidden>

Import union from typing

CURA-8500

a24c61c... by Jelle Spijker <email address hidden>

add typing to getImageSourceAsQUrl

As suggested by @nallath

Co-authored-by: Jaime van Kessel <email address hidden>

9009dc7... by Konstantinos Karmas <email address hidden>

Safely convert message image sources to QUrls

Some messages may already provide a QUrl as the image source. In such cases, Cura would crash because the `QUrl.fromLocalFile()` expects a string and not a QUrl as input. This is now accounted for to make sure that in the image source will not be converted to QUrl again.

CURA-8500

696770a... by Jaime van Kessel <email address hidden>

Merge branch '4.11' of github.com:Ultimaker/Uranium

1bf9dfa... by Jaime van Kessel <email address hidden>

Merge branch '4.11' of github.com:Ultimaker/Uranium into 4.11