More elaborate shortdescription for especially the outputdevices still have to be implemented. And the filename textfield is not finished.
Contributes to: issue CURA-60
* 15.06:
Do not cause "dictionary changed size during iteration" errors when changing view
Adds an idle-state for the layerview slider
Adds an idle-state for the safebutton
Sets the platform activity on true when a model is loaded
Sets the platform activity on true when a model is loaded
Create functions that get & set platform activity
Send M104 to set the temperature to 0
Do not store files that fail to load in recent files
* 15.06:
Also add the parent class' command line arguments
Only process the layer data if the layer view is active.
Write to the correct variable so bed temperature is properly updated
Correct a copy-paste error in getConnectionList
Properly close all open USB connections on shut down
Catch errors when trying to close the connection thread
Enlarge the zone where you can use scrolling to look trough the layer mode.
tiniest detail concerning the padding of the layer count label
Adds layer count
The layer slider (in Layer viewmode) has poor visibility against the background if the slider overlaps the checkerboard in the 3d scene. This patch changes the color of the slider to the same color that is used for buttons, setting it apart from the checkerboard.
Fixes https://github.com/Ultimaker/Cura/issues/93
* 15.06:
Store the disallowed areas as polygons and use those to test for intersection
Account for skirt size and disallowed areas to set the scale to max size
Fix the JSON file after moving the initial layer height setting
Move initial layer thickness from layer height children into category
Disable the low/high quality slicing and slider settings if we are not in simple mode
Remove sidebar right margin
Exclude ConsoleLogger and MLP* and OBJWriter plugins from the windows installer
Switch to using a proper windows application
Properly run the vcredist installer in quiet mode
Use the application as source for the shortcut icon
Bump version to 15.05.96
Properly add and set the window icon
Update UMO start/end gcode to reflect what is used in Cura 15.04
Do not hide enable retraction check box even if all children are visible
Update setting ranges to reflect those that are used in the current Cura
lowers the printbed so the mesh and grid no longer z-fight
If we skip an object because it does not have a bounding box, retrigger the change timer
Restyling of the save to toolpath button
* 15.06:
Bump version to 15.05.95
Update changelog
Hide the bed temperature for UMO
Do not hide the entire material category for UM2 but just the unused settings
Add a precision value to the time/quality slider settings and use that to round values
Display the rotation angle when we are performing a rotation
bugfix: avoid overlapping walls OFF by default
Add a background to the tooltip label so long strings also have background
Make sure the tool panel background is at least as wide as the active item
* 15.06:
Format after translating, not before
Change "Update" back to "Update Firmware"
Properly translate mode menu
Add russian translations
Add missing translations to the list of translations to build
Remember the previuos active tool on selection change
Use python's webbrowser instead of Qt.openUrlExternally for opening urls
adds styling for both the regular as the indeterminate progressbar
adds styling for a regular progressbar
* 15.06:
Implement rendering the top 5 layers solid and with infill
Add a createMesh function to LayerData::Layer that creates a mesh from a layer
Add support for line width and infill types to LayerData::Polygon
Use the new layer message properties to properly create layers
Do not render the convex hull node unless the object is selected
Update generated protobuf protocol file as per CuraEngine changes
helps with making the messagestack adapt to the total size of messages + pogressbar
Defines the style of the progressbar
Makes the openfile button blue/active as long as there is no file loaded.