Arjen Hiemstra
6ef82c57b6
Do not hide the entire material category for UM2 but just the unused settings
...
Fixes #55
2015-06-19 13:19:03 +02:00
Arjen Hiemstra
86dae6768f
Add a precision value to the time/quality slider settings and use that to round values
...
Fixes Asana issue 33676923773310
2015-06-19 12:08:43 +02:00
Arjen Hiemstra
dfb379dfc8
Display the rotation angle when we are performing a rotation
...
Contributes to Asana issue 36760525983768
2015-06-19 11:59:05 +02:00
Tim Kuipers
32b47ce192
Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
2015-06-18 12:07:55 +02:00
Tim Kuipers
414047d768
bugfix: avoid overlapping walls OFF by default
2015-06-18 12:07:40 +02:00
Arjen Hiemstra
ddbb952d9c
Add a background to the tooltip label so long strings also have background
...
Contributes to #57
2015-06-17 17:43:03 +02:00
Arjen Hiemstra
46cd9e081b
Make sure the tool panel background is at least as wide as the active item
...
This prevents odd rendering issues when items are differently sorted.
Contributes to #57
2015-06-17 17:38:51 +02:00
Arjen Hiemstra
2486030584
Format after translating, not before
...
Contributes to #57
2015-06-17 16:14:11 +02:00
Arjen Hiemstra
bc98eb40ba
Change "Update" back to "Update Firmware"
...
String change that should not have happened.
Contributes to #57
2015-06-17 16:03:07 +02:00
Arjen Hiemstra
e85499c918
Properly translate mode menu
...
Contributes to #57
2015-06-17 16:02:15 +02:00
Arjen Hiemstra
de6ee745cb
Add russian translations
...
Contributes to #57
2015-06-17 15:19:23 +02:00
Arjen Hiemstra
8c8885d77e
Add missing translations to the list of translations to build
...
Contributes to #57
2015-06-17 15:16:22 +02:00
Arjen Hiemstra
e795aaa45a
Remember the previuos active tool on selection change
...
This prevents issues where activating a tool before selecting something
would change to the translate tool.
Fixes #53
2015-06-16 17:12:35 +02:00
Arjen Hiemstra
3c5096cebc
Use python's webbrowser instead of Qt.openUrlExternally for opening urls
...
Qt.openUrlExternally crashes on Windows, but python webbrowser works. So
use that instead.
Fixes Asana issue 33694049548892
2015-06-16 17:12:35 +02:00
Tamara Hogenhout
15e66a7a18
adds styling for both the regular as the indeterminate progressbar
...
Commits to #44
2015-06-16 14:42:37 +02:00
Tamara Hogenhout
e3a9386fdf
Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
2015-06-16 14:38:26 +02:00
Tamara Hogenhout
7922cb3034
adds styling for a regular progressbar
...
Commits to #44
2015-06-16 14:14:31 +02:00
Arjen Hiemstra
995b76fad9
Implement rendering the top 5 layers solid and with infill
...
Fixes #52
2015-06-16 13:20:22 +02:00
Arjen Hiemstra
06b5e9d0ca
Add a createMesh function to LayerData::Layer that creates a mesh from a layer
...
Contributes to #52
2015-06-16 13:20:22 +02:00
Arjen Hiemstra
75fff176f4
Add support for line width and infill types to LayerData::Polygon
...
Contributes to #52
2015-06-16 13:20:22 +02:00
Arjen Hiemstra
ad88506325
Use the new layer message properties to properly create layers
...
Now we use the height as provided by the engine to render the layer at.
Contributes to #52
2015-06-16 13:20:22 +02:00
Arjen Hiemstra
9849283144
Do not render the convex hull node unless the object is selected
...
Contributes to #52
2015-06-16 13:20:22 +02:00
Arjen Hiemstra
2aa2d4d1a8
Update generated protobuf protocol file as per CuraEngine changes
...
Contributes to Ultimaker/Cura#52
2015-06-16 13:20:22 +02:00
Tamara Hogenhout
cff6ae32a7
helps with making the messagestack adapt to the total size of messages + pogressbar
...
Commits to #44
2015-06-15 17:28:41 +02:00
Tamara Hogenhout
c11c80fa24
Defines the style of the progressbar
...
Commits to #44
2015-06-15 16:44:43 +02:00
Tamara Hogenhout
6add467477
Makes the openfile button blue/active as long as there is no file loaded.
...
This is to make the UI more intuitive.
Contributes to #43
2015-06-15 13:59:17 +02:00
Tamara Hogenhout
4bd5aeda6a
Removes the default tooltips of the buttons to improve clarity
...
Put the automatically added tooltips back to the default value (empty qSt)
so the user doensn't sees two 'tooltips'
Contributes to #43
2015-06-12 12:18:54 +02:00
Tamara Hogenhout
0b9986d34b
Changes icon size (within the buttons) to improve clarity
...
Contributes to #43
2015-06-12 12:18:39 +02:00
Arjen Hiemstra
9f1b6fc496
Use a darker text color for improved clarity
...
Contributes to Asana Readability issue
2015-06-10 15:42:51 +02:00
Arjen Hiemstra
fa671225c8
Update tool button styling for improved clarity
...
Fixes #35
2015-06-10 15:42:51 +02:00
Arjen Hiemstra
9d50b1fb26
Correct name of UM Original+
2015-06-10 15:42:51 +02:00
Tamara Hogenhout
5f24b70453
Highlight Open button when no files are loaded
...
This helps with first-run to make it clear where to start.
Fixes #37
2015-06-10 14:57:37 +02:00
Tamara Hogenhout
74cf027421
Fix text wrapping and several other style issues of the About dialog
...
Contributes to Ultimaker/Uranium#43
2015-06-10 14:40:46 +02:00
Arjen Hiemstra
aef2821464
Update CHANGES file with changes since .93
2015-06-09 14:37:04 +02:00
Arjen Hiemstra
da6b7c272c
Include VCRedist and add an option to run it during install
...
Fixes Asana issue 34145139570660
2015-06-09 05:23:37 -07:00
Arjen Hiemstra
5019a157a1
Bump version to .95
2015-06-09 05:22:28 -07:00
Arjen Hiemstra
fc33b34060
Save the state of collapsed/expanded categories
...
Fixes Asana issue 36436828173802
2015-06-09 13:38:23 +02:00
Arjen Hiemstra
56454a9c7a
Add support for listing recent files
...
Fixes Asana issue 33694049548880
2015-06-08 17:50:29 +02:00
Arjen Hiemstra
478babff9a
Add a background to the tool additional controls
...
This makes the actual text more visible and also
makes the link between active tool and active tool
controls more apparent.
Fixes #21
2015-06-08 16:40:09 +02:00
Arjen Hiemstra
d9ad54cd0d
Rescale the current layer number based on the maximum layer
...
This makes sure we still have the top layer selected when we
receive new data.
Contributes to Asana issue 34806173176751
2015-06-08 16:31:38 +02:00
Arjen Hiemstra
8db06b8305
Add a text field style that can be used for generic text fields
...
Based on the setting text field style.
Contributes to Asana issue 33752130551782
2015-06-05 19:10:15 +02:00
Jaime van Kessel
66e50ceb37
Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
...
Conflicts:
plugins/LayerView/LayerView.py
2015-06-05 17:43:34 +02:00
Jaime van Kessel
a2c099a7d8
Implemented feature described by #30
2015-06-05 17:40:57 +02:00
Arjen Hiemstra
a53e56e282
Handle finished signal for the ReadMeshJob started from command line args
...
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.
2015-06-05 13:26:51 +02:00
Jaime van Kessel
f57d2693fe
Updated name in menu for firmware update
2015-06-05 13:26:51 +02:00
Jaime van Kessel
b5fda5b835
Added exception handling to listen thread join
2015-06-05 13:26:51 +02:00
Arjen Hiemstra
81b41b8889
Render a transparent ghost of the selection when things are selected.
...
Fixes Asana issue about layer view
2015-06-05 13:26:51 +02:00
Jaime van Kessel
33c69b32f8
Fix for #29
2015-06-05 12:10:13 +02:00
Arjen Hiemstra
005b02ba10
Add changes of 15.05.93 release
2015-06-03 21:56:20 +02:00
Arjen Hiemstra
24a8edd2ae
Make button tooltip text use the dark color from the palette
...
This fixes a regression where tooltip text was white
2015-06-03 21:00:58 +02:00