~ultimaker/uranium/+git/Uranium:feature_custom_support

Last commit made on 2018-06-27
Get this branch:
git clone -b feature_custom_support https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

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

Recent commits

a6a473e... by Ruben D

Remove double spaces

Discovered during work on CURA-5482.

e031cd5... by Ruben D

Add function to add a diamond

A shape with 6 vertices similar to a cube but it is easier to give it a different size like controlling the shape of a diamond.

Contributes to issue CURA-5482.

86728d1... by Ruben D

Use 'is not' keyword to compare with inequality to None

Code style stuff.

Discovered during work on CURA-5482.

1d3c222... by Ruben D

Add functions to disable selection temporarily

We don't want the selection to change during handling of some tools.

Contributes to issue CURA-5482.

bb03a4b... by Ruben D

Make selection tool react to being enabled or disabled

We can disable it now.

Contributes to issue CURA-5482.

76d321e... by Ruben D

Add function to get the active tool ID

We want to get that from QML.

Contributes to issue CURA-5482.

ef64969... by Ruben D

Simplify documentation

We don't need to put the types in the documentation since it's already right below it in the function declaration now.

91e9e70... by Ruben D

Ignore places where MyPy is wrong

Stupid MyPy.

Contributes to issue CURA-5330.

dddcdce... by Ruben D

Add missing typing for collections in local variables

Contributes to issue CURA-5330.

59613e5... by Ruben D

Rename test class

I think this was copy-pasted from somewhere and forgotten to rename.