~ultimaker/uranium/+git/Uranium:4.5

Last commit made on 2020-02-24
Get this branch:
git clone -b 4.5 https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

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

Recent commits

20494b8... by Ruben D

Don't use Cura's i18n catalogue for this translation

Because self._i18n_catalog is not defined by QtApplication or Application. It's only defined in CuraApplication which is why this worked for Cura, but then it loaded the wrong i18n catalogue which doesn't have the translation for Loading UI... so it wouldn't find this translation.

Contributes to issue CURA-7201.

3bdb4ea... by Jaime van Kessel <email address hidden>

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

30cd805... by Jaime van Kessel <email address hidden>

Let a selection change triggers screen update

1983328... by Ruben D

Update translations for zh_TW

These are supplied by our community translator, Heh Ji, via e-mail.

Contributes to issue CURA-7201.

4cea2b6... by Ruben D

Merge branch 'CURA-7201_translations_4.5' into 4.5

7c658a7... by Ruben D

Merge branch '4.5' of https://github.com/Patola/Uranium into Patola-4.5

Contributes to issue CURA-7201.

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

Remove last bits of optimisation that could cause osx crash

I'm at my wits end here. Something is causing a segfault on some
osx systems in the osx drivers.

CURA-7202

83dfa7c... by Jaime van Kessel <email address hidden>

No longer rely on cached indices

Final thing that might cause the crash on osx

CURA-7202

08e0645... by Jaime van Kessel <email address hidden>

Force re-create the index buffer again

The optimisation wasn't working as intended (but it also broke the layer slider
in the process)

CURA-7202

c491846... by Ruben D

Correct dots

Yes, the ellipsis is nice to use and technically correct, but out automated tests will complain that one sentence ends with a dot but the translated sentence doesn't.

Contributes to issue CURA-7201.