~ultimaker/uranium/+git/Uranium:4.2

Last commit made on 2019-07-30
Get this branch:
git clone -b 4.2 https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
4.2
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

c64ad7b... by Lipu Fei

Use group runner

7339c07... by Ruben D

Fix reloading duplicated objects

If an object was duplicated and the file it came from was changed, it would show a message asking the user to reload the mesh. Clicking the reload button would only reload the last mesh though, because that's the one that self._callback was storing.

Now it reloads all of them.

382d4e5... by Jaime van Kessel <email address hidden>

Fix issue with deprecation warning and pyqtSlot

136d05e... by Ruben D

Update per-language translation templates

Nothing was added at all.

Contributes to issue CURA-6663.

c510e84... by Ruben D

Update translation templates for Uranium 4.2

Contributes to issue CURA-6663.

b623248... by Ruben D

Better error handling if OpenGL context is not created

Helping to debug Ultimaker/Cura#6006 next time it happens.

dead95f... by Ruben D

Add hash function for SettingFunction

We can put it as keys in dictionaries then. Kinda practical for sorting which value is the most common.

Contributes to issue CURA-6639.

91c6abf... by Ruben D

Allow definition containers model to specify multiple preferred sections

And within these preferred sections there is an ordering as well, so we must give the sections weights as well.

Contributes to issue CURA-6640.

7722d09... by Ruben D

Revert "Increment container stack version to 5"

This reverts commit e48cff24bb51e6bf0b3d2969f0a695ef6dd1eb59.

Should've been on the feature_intent branch, sorry.

e48cff2... by Ruben D

Increment container stack version to 5

It needs to become 5 for Cura. Otherwise Cura plug-ins get broken because the are unable to register ContainerStacks any more.

As discussed in the CCB.