~ultimaker/uranium/+git/Uranium:CURA-8610_save_package_metadata

Last commit made on 2022-05-23
Get this branch:
git clone -b CURA-8610_save_package_metadata https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
CURA-8610_save_package_metadata
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

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

Add version number to plugin loading message

9f7e55a... by Ruben D

Don't crash when getting last-modified time

It'd probably crash on the next access if it's really corrupt. But it's baby steps.

Fixes Sentry issue CURA-35E.

cb5833e... by Ruben D

Don't crash when cache database is corrupt

But re-create it instead.

Fixes Sentry issue CURA-3W2.

34032a2... by Ruben D

Add option to get a short version of OpenGL version

Just the version number please. That's the one we'd like to know about: Which version of OpenGL the GPU pretends to support. That way we can do statistics on it.
The way it is now, we can't do statistics on it because the version number includes stuff like the build version of the firmware. That's not what we want to know. We'd like to know if the shaders fail to compile if the GPU doesn't support OpenGL4.1 or something.

Done as a 5 minute fix.

99f8ac1... by Ruben D

Prevent crash when platform shader fails to compile

Just don't render the platform then.

Fixes Sentry issue CURA-34X.

faf254f... by Ruben D

Fix crash when intersecting polygons with 0 width

PyClipper doesn't handle that well and gives a ClipperException. It should report that they don't intersect. We don't need to deal with edge cases like this, really.

Fixes Sentry issue CURA-3TS.

5142470... by Ruben D

Add a few more nautical terms

1203295... by Ruben D

Use active colour when text field is in focus

Contributes to issue CURA-9217.

ca1bd3e... by Ruben D

Add optional border to UnderlineBackground

We want to show a border here when it's highlit, e.g. on hover.

Contributes to issue CURA-9217.

daa3562... by Ruben D

Don't list broken models in recent files list

If it failed to read (e.g. due to being an unknown file type) don't add the model to the recent files list.

Fixes issue CURA-9200.