* 15.06:
Add a background to the tool additional controls
Rescale the current layer number based on the maximum layer
Add a text field style that can be used for generic text fields
Implemented feature described by #30
Handle finished signal for the ReadMeshJob started from command line args
Updated name in menu for firmware update
Added exception handling to listen thread join
Render a transparent ghost of the selection when things are selected.
Fix for #29
This puts the actual mesh into the scene rather than just loading it and
discarding it afterwards. Now file arguments supplied to the application
actually work.
Fixes "Open With" on Windows and the related Asana issue.
* 15.06:
Updated name in menu for firmware update
Added exception handling to listen thread join
Render a transparent ghost of the selection when things are selected.
Add changes of 15.05.93 release
Make button tooltip text use the dark color from the palette
Render the build platform grid as a single sided plane
Ignore selection when moving objects due to collision
Use the right offset for object collision after Polygon collision was fixed
* 15.06:
Bump version to 15.05.93
Add a changelog file
add missing width and height to section icon
add missing color to tool_button
add setting for sidebar background color
Make cura_app executable
Move Sidebar so it is on top of everything else
Do not slice if there is any setting with an error value
Start adding some more proper error/warning values to settings
Position the setting tooltip to the left of the settings instead of below
Set version to 15.05.92
* 15.06:
Install the entire plugins directory into $prefix/lib/cura instead of just the contents
Install the right source files
Rename cura.py to cura_app.py to prevent conflicts with "cura" directory
Set default brim size to 10 lines
Fix context menu entries
Move src to cura so we can use the same package for installed and source
Add standard Cura install directories to resource and plugin paths
Set default engine location to unix standard bin dir
Make it possible to ignore translation targets and add install target
Add support for loading files from command line
Set version to 15.05.90 to indicate first beta release of 15.06
Add __init__ file or else py2exe fails.