Jaime van Kessel
c9389dd9ab
Codestyle fixes
2018-11-13 15:58:34 +01:00
Jaime van Kessel
785c2661a2
Make SimulationViewMenuComponent also use the ExpandableComponent
...
CURA-5785
2018-11-13 15:57:00 +01:00
Jaime van Kessel
deb5fd1926
Fix PrintSetupSelector for previewStage
...
CURA-5785
2018-11-13 15:35:05 +01:00
Jaime van Kessel
c18b8241f5
Change MachineSelection so that it also uses the ExpandableComponent
...
CURA-5785
2018-11-13 14:00:00 +01:00
Jaime van Kessel
fe4ed46496
Show material name instead of just color
...
CURA-5785
2018-11-12 16:55:42 +01:00
Jaime van Kessel
4c1a45f904
Added sizes to the stage menu
...
This isn't themed, but right now it does adhere to the sizes I got from UX
CURA-5785
2018-11-12 15:53:09 +01:00
Jaime van Kessel
783fe9ab73
Updated the look of the extruder buttons
...
CURA-5785
2018-11-12 15:23:58 +01:00
Jaime van Kessel
f14687a749
Merge branch 'ui_rework_4_0' of github.com:Ultimaker/Cura into CURA-5785-Restyle_stage_menu
2018-11-12 14:32:06 +01:00
Jaime van Kessel
4be33031d7
Added icons to ExpandableComponent
...
This also makes the entire header react to mouse events instead of just the icon/button
CURA-5785
2018-11-12 14:30:55 +01:00
Jaime van Kessel
54685c983a
Make PrintSetupSelector use layout instead of fixed width
...
This makes the components autoscale a bit when needed.
CURA-5785
2018-11-12 13:29:21 +01:00
Jaime van Kessel
ca63733827
Updated header of the settingbar
...
CURA-5785
2018-11-12 13:06:12 +01:00
Jaime van Kessel
987ff1737f
Remove unused background from PrintSetupSelector
...
CURA-5785
2018-11-12 11:27:54 +01:00
Jaime van Kessel
88b57518d9
Fix codestyle
...
CURA-5785
2018-11-12 11:24:11 +01:00
Jaime van Kessel
b60977e435
Convert PrintSetupSelector to an ExpandableComponent
...
CURA-5785
2018-11-12 11:14:39 +01:00
Jaime van Kessel
e641584021
Made strings in ConfigurationSelector translatable.
...
CURA-5785
2018-11-12 09:45:55 +01:00
Diego Prado Gesto
f534885e34
Modify the color behavior of the toolbar buttons.
2018-11-12 09:35:32 +01:00
Diego Prado Gesto
9bf18031ce
Apply restyle of the toolbar according to the new designs.
2018-11-11 19:15:02 +01:00
Diego Prado Gesto
38a80ecae5
Make some tweaks in the UI for the preview stage.
...
Clean up the default theme a bit by removing unused entries.
Contributes to CURA-5829.
2018-11-11 14:06:52 +01:00
Diego Prado Gesto
8a63a79896
Add soft animation to the entire popup and not only in the background.
...
This prevents the content to show before the background.
Contributes to CURA-5786.
2018-11-11 13:17:59 +01:00
Diego Prado Gesto
f65b1f8fbc
Add soft animation to the entire popup and not only in the background.
...
This prevents the content to show before the background.
Contributes to CURA-5784.
2018-11-11 13:16:38 +01:00
Diego Prado Gesto
3669a3791d
Hide the Preview shortcut in the action panel when the active stage is the PreviewStage.
...
Also adjust the size of the output button when the Preview button is not visible.
Contributes to CURA-5786.
2018-11-11 12:56:30 +01:00
Diego Prado Gesto
69daa0d91a
Rename Toolbox menu to Marketplace. It was remove by mistake in a merge conflict.
...
Contributes to CURA-5784.
2018-11-11 12:44:56 +01:00
Jaime van Kessel
1602bf0999
Re-Add the material & printcore selection to the configuration selector
...
CURA-5785
2018-11-09 16:59:10 +01:00
Jaime van Kessel
2c7bdba7d0
Update ConfigurationSelector header to that it looks more like the new design
...
CURA-5785
2018-11-09 15:23:10 +01:00
Jaime van Kessel
1d775c984e
Added background padding to expandable component
...
CURA-5785
2018-11-09 14:31:06 +01:00
Jaime van Kessel
2adb79aa39
Added re-usable expandable component
...
CURA-5785
2018-11-09 13:45:51 +01:00
Jaime van Kessel
88234f7e21
Change ExtruderIcon to match the new design
...
CURA-5785
2018-11-09 10:48:22 +01:00
Diego Prado Gesto
7a12cc53cc
Merge branch 'master' into ui_rework_4_0
2018-11-09 08:53:31 +01:00
Diego Prado Gesto
3b8bc88a4d
Merge branch 'master' of git://github.com/stelgenhof/Cura into stelgenhof-master
2018-11-08 16:29:40 +01:00
Diego Prado Gesto
ad73cda215
Merge pull request #4739 from Ultimaker/reduce_buildplate_resolutions
...
Reduce resolution of heavy build plate meshes
2018-11-08 16:12:58 +01:00
Remco Burema
e66dd2be0b
Action-Panel (CURA-5786) can now know about Preview-Stage (CURA-5829).
2018-11-08 15:03:24 +01:00
Remco Burema
215fc4e8ec
Merge branch 'CURA-5829-Add-preview-stage' into ui_rework_4_0
2018-11-08 13:23:56 +01:00
Ghostkeeper
6d66060222
Don't allow support interface offset greater than support offset
...
The support interface can't exceed the volume of the support now, so this is now a technical limitation.
Contributes to issue CURA-5880.
2018-11-08 13:03:37 +01:00
Ghostkeeper
f132adc135
Rename 'Offset' to 'Horizontal Expansion'
...
This is more consistent with other similar settings.
Contributes to issue CURA-5880.
2018-11-08 12:59:24 +01:00
Ghostkeeper
dcc6003a92
Allow negative support interface offsets
...
There is no technical reason why this is not allowed. You could save some material with this.
Contributes to issue CURA-5880.
2018-11-08 12:50:09 +01:00
Remco Burema
aef5c67652
Merge branch 'cura4.0_action_panel' into cura4.0_header
2018-11-08 11:50:14 +01:00
Ghostkeeper
d8a1d458cf
Merge branch '3.6'
2018-11-08 09:49:15 +01:00
Ghostkeeper
c5a9c6c6cc
Add translation for missing line in Korean
...
This one was not translated.
Contributes to issue CURA-5870.
2018-11-08 09:48:52 +01:00
Diego Prado Gesto
58a01816aa
Remove quality profiles for PLA in the UMS5 with the CC 0.6 print core.
...
PLA is compatible with the print core but we don't want to provide
profiles because they were not fully tested.
Contributes to CURA-5900.
2018-11-07 13:39:06 +01:00
Diego Prado Gesto
98534533a2
Merge branch '3.6'
2018-11-07 11:27:31 +01:00
Diego Prado Gesto
44ab6dee77
Merge pull request #4748 from Ultimaker/CURA-5900_rename_cc_red_06_to_cc_06
...
[3.6] [CURA-5900] Rename "CC Red 0.6" to "CC 0.6"
2018-11-07 11:21:09 +01:00
Lipu Fei
982123a04e
Update bundled package versions for materials using CC 0.6
2018-11-07 10:32:30 +01:00
Ghostkeeper
5cbe2da2b4
Merge branch '3.6'
2018-11-06 17:15:54 +01:00
Ghostkeeper
5701f64d14
Merge branch 'update_translations_3.6' into 3.6
2018-11-06 17:15:22 +01:00
Diego Prado Gesto
2c59419dbb
Merge branch 'cura4.0_header' into CURA-5829-Add-preview-stage
2018-11-06 17:01:18 +01:00
Diego Prado Gesto
2d59ca02ca
Merge branch 'ui_rework_4_0' into cura4.0_header
2018-11-06 16:59:07 +01:00
Ghostkeeper
bd5df72116
Merge branch '3.6'
2018-11-06 16:10:02 +01:00
Ghostkeeper
9fa9c04517
Fix translation mistakes found in Cura 3.6
...
These mistakes were found in the translations. In many cases it makes the text closer to the original rather than more consistent with the environment. If the environment is inconsistent then we should fix the original string in our source code rather than in the translations.
Contributes to issue CURA-5870.
2018-11-06 16:07:41 +01:00
Ghostkeeper
52c2723990
Make corrections to translation mistakes
...
These are all the mistakes that we found in the translations to Cura 3.6.
Contributes to issue CURA-5870.
2018-11-06 16:03:00 +01:00
Lipu Fei
ef3bb044f4
Rename CC Red 0.6 to CC 0.6
2018-11-06 15:31:51 +01:00