~ultimaker/uranium/+git/Uranium:15.10

Last commit made on 2015-11-17
Get this branch:
git clone -b 15.10 https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

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

Recent commits

fcbc325... by Arjen Hiemstra <email address hidden>

Update translations to the 15.10 versions

Also drops language files we have no updated translations for

50a79d3... by Arjen Hiemstra <email address hidden>

Make it possible to override the splash screen instance from subclasses

78cfbd6... by Arjen Hiemstra <email address hidden>

Properly raise DeviceBusyError when we are writing a file in LocalFileOutputDevice

Contributes to CURA-448

10cedcd... by Arjen Hiemstra <email address hidden>

Remove write in progress code

OutputDevice should raise DeviceBusyError if a device is busy and cannot
currently process another request.

Contributes to CURA-448

fa35b90... by Arjen Hiemstra <email address hidden>

Remove unused variables in Polyon::getConvexHull

Contributes to CURA-358

1ae9338... by Arjen Hiemstra <email address hidden>

Move the thread yield in OBJ reader to the right position

Contributes to CURA-358

7f74e03... by Arjen Hiemstra <email address hidden>

Make sure setting controls are properly updated when values are reset

Contributes to CURA-389

6888cd9... by Tamara Hogenhout <email address hidden>

Fixes that when snap-scaling is true; the value could still go to a minimum of 0 instead of 10 percent.

We don't want it to go to 0 because then the user can actually loose it's mesh.

Contributes to Ultimaker/Uranium/#73
Contributes to Ultimaker/Cura/#493
contributes to #CURA-287
contributes to #CURA-235

1fddb75... by Ghostkeeper <email address hidden>

Allow clicking of [+] to close per-object settings panel

Clicking the [+] button while the window is open now behaves the same way as the [x] button does. It detects whether the window is open by checking the window opacity. Checking base.currentIndex is unreliable since it doesn't get changed when you click the [x] or [+] button, only when you activate another object. Allowing the [+] button to be clicked while a different object's window is open would be even better, but may be an improvement for later.

Contributes to issue CURA-250.

9fc6698... by Tamara Hogenhout <email address hidden>

Uses the already excisting findmachineInstance method instead of getNameUniqeness

contributes to #CURA-325