When the layer data is updated, a new node is attached to the scene
root. We can thus watch for only children changes since everything else
can be ignored.
Contributes to CURA-938
In layer view, the selection shader is now a uniform-color shader. This shader does not use the vertex colours but makes the entire silhouette the same colour.
Contributes to issue CURA-625.
* 15.10: (37 commits)
Tweak the initial camera position
Never disable the view button
Use selection status to disable/enable tools rather than platform activity
JSON: bugfix: skirt_speed was the only child of speed_layer_0, which meant you couldnt tweak them separately
Fix Windows build
Move all contributed profiles to an "Other" manufacturer
Bump version
Make the Infill buttons and support checkboxes in Simple mode functional
Fix the variants menu so the variants actually get added
Try to add a page when the name of a wizard page is unknown
Catch any exception that happens while trying to eject
Set High Quality to 0.08 layer height
Capture stdout and stderr on Windows to prevent py2exe messages
Add missing Ulti and Low quality profiles
JSON: bugfix/feat: wall_line_width defaults to nozzle size and wall_line_count computed properly
When you click [Manage Printers..] it brings you to the right page
Delay showing the Add Machine dialog until after the main window is properly shown
Adds a smaller cross icon
Use the job name for saving files
Update RemovableDrive and USB output devices to use the new file_name parameter
...