~ultimaker/uranium/+git/Uranium:old_qt6.x_upgrade_attempt

Last commit made on 2021-12-23
Get this branch:
git clone -b old_qt6.x_upgrade_attempt https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
old_qt6.x_upgrade_attempt
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

54440bc... by Remco Burema <email address hidden>

Investigate: How hard is upgrading to Qt6.x?

Originally done as part of CURA-8730 -- committed a few month later (because found again) in branch because people might find it useful to refer back to this (or even work further on it?). See also branch of the same name in fromt-end.

5af2359... by Ruben D

Don't crash when curapackage is removed or inaccessible

The user may have removed it. Or perhaps a virus scanner locked it or something.

Fixes Sentry issue CURA-2RP.

d3ee98a... by Ruben D

Catch ValueError and log errors occurring if config dir can't be made

ValueError can occur if there are weird characters in the path somehow.
We also want to see errors in the log if this directory fails to be created. However we automatically fail every single time because we create this every time we ask for a resource path, thousands of times in the start-up. So first check if it already exists before making it so that the happy path doesn't generate errors that it can't be created because it already exists.

Fixes Sentry issue CURA-2PR.

2b64a1b... by Ruben D

Increase SDK version to 7.8.0

Contributes to issue CURA-8566.

2db3496... by Jelle Spijker <email address hidden>

Return if cursor is None

Fix typing errors

Contributes to CURA-6096

6252e63... by Jelle Spijker <email address hidden>

Check if cursor is not None

This should fix the typing errors

a5f6dde... by Ruben D

Remove debugging print

b7ba692... by Ruben D

Remove debugging commit

6ef2efb... by Ruben D

Rebuild database if it gets corrupt

Don't crash on that.

Contributes to issue CURA-6096.

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

Fix broken test

CURA-6096