~ultimaker/uranium/+git/Uranium:2.5

Last commit made on 2017-04-13
Get this branch:
git clone -b 2.5 https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

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

Recent commits

42404bb... by Ruben D

Update Russian translations

These were wrongly committed to master first instead of 2.5, and then cherry-picked by a colleague. This went wrong. I'm now re-committing them.

Contributes to issue CURA-3487.

215df67... by Patola

Updated pt-br translations for Cura 2.5

f8d70f8... by Ruben D

Update translations for 2.5

These are the translation files we received from Bothof. Only for German did I update the header but I decided that's better done in separate commits. These files have not been checked or corrected yet.

Contributes to issue CURA-3487.

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

Added deepcopy to instance container

I suspect the default deepcopy causing the recursion issues. By explicitly defining a deep copy, it should also provide better tracebacks

CURA-3575

10a6d12... by Lipu Fei

Add more details for error logging in OutputDeviceManagerProxy

CURA-3604

92d83e7... by Ruben D

Update translation templates

These are generated from the code at commit a576a5f2460c227b479f9a503661033c812d53c1.

Contributes to issue CURA-3487.

29109c3... by Ruben D

Make OpenGL error dialogues translateable

Contributes to issue CURA-3487.

9fd6c44... by Jaime van Kessel <email address hidden>

Merge branch 'bugfix_CURA-3584_fix_i18n' of github.com:Ultimaker/Uranium into 2.5

58d11d3... by Jaime van Kessel <email address hidden>

Added broad exception catching to request write

As the requestWrite is a plugin, it should never be able to crash the main application
CURA-3604

90c4c1f... by Lipu Fei

Fix i18n switching language doesn't work

CURA-3584