10542 Commits

Author SHA1 Message Date
Ghostkeeper
d37794fe7a
Fix missing plural case
Contributes to issue CURA-7622.
2020-08-21 15:55:10 +02:00
Ghostkeeper
a4e179533f
Copy plural forms to translation
The import script doesn't handle these.

Contributes to issue CURA-7622.
2020-08-21 14:51:27 +02:00
Ghostkeeper
fdd168257c
Add Czech translations for Cura 4.7
We received these via e-mail.

Contributes to issue CURA-7622.
2020-08-21 14:00:12 +02:00
Ghostkeeper
add2b5784f
Add Taiwanese translations
We received those via e-mail.

Contributes to issue CURA-7622.
2020-08-21 13:56:00 +02:00
Ghostkeeper
501361dd2b
Update PO-revision-dates
The import script should really be doing this automatically for us... Oh well.

Contributes to issue CURA-7622.
2020-08-21 13:42:07 +02:00
Ghostkeeper
1c459679b9
Import translations from Lionbridge
These are the result of running the lionbridge_import.py script on the translation files that we received from Lionbridge through Smartling. It contains the new translations for Cura 4.7.

Contributes to issue CURA-7622.
2020-08-21 13:38:15 +02:00
Jaime van Kessel
af05aa61b7
Remove unneeded binding
This binding wasn't needed to prevent a binding loop, but it did cause
the length to not be updated correctly sometimes

CURA-7589
2020-08-20 16:05:52 +02:00
Ghostkeeper
28f4d8513d
Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"
This reverts commit 7f47f12bf0a9cf305542b6c21600ce9b804c1dfd, reversing
changes made to dd42c87da762d2030ee2220bc6f0a3e44cf85c28.
2020-08-20 16:01:46 +02:00
Ghostkeeper
dea53b9c02
Revert "Use extruderList rather than deprecated extruders property"
This reverts commit 458acb356f11f50c3327b5af0be8531fb761548f.
The change was wrong. The code refers to PrinterOutputModel.extruders which is not deprecated, not to GlobalStack.extruders (which is deprecated).

Fixes #8204.
2020-08-18 10:38:50 +02:00
Ghostkeeper
6d90c85fb2
Also show Connect Support Lines for lines pattern
Previously this was disabled because you should probably use the ZigZag pattern then. But I'm enabling it now because of two inconsistencies:
* The setting still works. So you can change the setting by switching to grid, triangles, cross or gyroid, then switch back to lines and still get connected support lines.
* The same happens with the infill patterns, where this setting is visible for the lines pattern.

Rather than changing the other two things (which involves changes to CuraEngine too to make it ignore the setting value for the lines pattern), I've opted to change it here and fix both inconsistencies at once. If I were to make the setting dysfunctional, it would also lead to user confusion, because they then need to discover that they need to change the infill pattern, which may look unlogical to them.

Fixes #8192.
2020-08-17 15:07:26 +02:00
Jaime van Kessel
ea7dc0ff01
Fix custom profiles not always being visible in menu
CURA-7589
2020-08-17 14:09:27 +02:00
Jaime van Kessel
ec48496790
Remove unneeded binding
This binding wasn't needed to prevent a binding loop, but it did cause
the length to not be updated correctly sometimes

CURA-7589
2020-08-14 10:00:33 +02:00
Remco Burema
99cd8ab1b0
Show models outside of BP clearly in layerview.
CURA-7586
2020-08-12 17:42:10 +02:00
Ghostkeeper
8b59fe83d8
Clarify description of infill mesh rank
Translators found it confusing, and I think users would find so too. Hopefully this is a bit better.
2020-08-12 14:15:38 +02:00
Ghostkeeper
3bba47cd27
Merge branch '4.7' 2020-08-12 11:43:57 +02:00
Ghostkeeper
67ef640524
Improve ironing flow setting name
Another suggestion for an improvement, this time by William Lee from Ultimaker.
2020-08-12 11:43:46 +02:00
Ghostkeeper
975588065b
Merge branch '4.7' 2020-08-12 11:41:26 +02:00
Ghostkeeper
33ea62bb3d
Update translation of ironing flow description
This is an improvement suggested by Kwang jun Ko from Brulé via e-mail.
2020-08-12 11:40:40 +02:00
Ghostkeeper
615c124960
Remove MouseArea if tooltip is not visible
It should unnecessarily catch any mouse events then. And neither should the ScrollView inside.
2020-08-12 11:07:09 +02:00
Ghostkeeper
3de3d438a5
Prevent MouseArea from stealing mouse clicks
Possibly this is a problem if the tooltip is invisible. We're not sure yet how to reproduce that bug though. In any case, it's neater to not catch mouse events you don't need.
2020-08-12 11:02:04 +02:00
Jaime van Kessel
5840205442
Merge branch 'setting_tooltip_interaction' of github.com:Ultimaker/Cura 2020-08-11 14:26:03 +02:00
Kostas Karmas
bd54ef8d5a Update the SDK version to 7.3.0 for 4.7
CURA-7641
2020-08-07 11:12:27 +02:00
Ghostkeeper
711e930fa0
Enable support brim by default for tree support
This was decided on by the material & process engineers. It's a pretty safe change since the support brim pretty much has only advantages if there is no support infill.

Fixes ST-3552.
2020-08-05 14:55:07 +02:00
Remco Burema
b394be3583
Remove superfluous theme entry.
It was messing with the dark side. Theme. I mean theme.
part of CURA-7627
2020-08-05 08:16:10 +02:00
Ghostkeeper
1085709407
Fix arrow position if tooltip is too big to fit on the screen 2020-08-05 02:44:19 +02:00
Ghostkeeper
3b8ae6439c
Put the setting tooltip in a scrollview
You can now scroll through it if the description is too long for it to fit on the screen.
2020-08-05 02:40:45 +02:00
Ghostkeeper
d710d42c0a
Keep tooltip visible when hovering over it
Except when hovering over it while it's completely invisible. You just get this 100ms leeway time to transition from the setting to the tooltip.
2020-08-05 02:16:16 +02:00
Ghostkeeper
f6eddc12fd
Fix setting visibility for tree support settings
These have moved. The Support Structure setting was already present in the support category.

Done as a 5 minute fix while working on the Settings Guide.
2020-08-05 01:28:27 +02:00
Ghostkeeper
b02f3bc043
Fix visibility of some settings regarding support structure and support meshes
I think for the support meshes, some settings were simply missed because they are in completely different categories. For instance, the support flow rate also applies to support meshes so those settings should be visible.

For the tree support settings, I think that when the tree support became activated by support_structure, the developer checked for instances where the support_tree_enable setting made a setting visible (as alternative to the normal support_enable setting). Like Support Infill Density used to be visible if normal support or tree support was enabled, and now needs to check only for normal support. However they didn't also look for settings that are ONLY available for normal support and not for tree support. So those settings now have extra conditions that disable them if the support structure is set to tree support.
With this I tried to word the check correctly in case we ever get a third support construction type. Like, sometimes a setting is not shown with tree support because tree support explicitly doesn't support it (e.g. Conical Support), but sometimes it's not shown with tree support because it's specific to area support (e.g. support join distance).

Done as a five minute fix (although typing this commit message also took five minutes) as I encountered these problems while working on the settings guide.
2020-08-05 00:34:59 +02:00
Jaime van Kessel
af9a078d41
Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7 2020-08-04 13:30:39 +02:00
Jaime van Kessel
955b2950e8
Change tertiary button to use link text color
CURA-7627
2020-08-04 13:30:01 +02:00
Kostas Karmas
17b6dd46b0 Change color of busyIndicator according to the Theme
Also for the text "No printer found in your network" in AddNetworkPrinterScrollView

CURA-7627
2020-08-03 16:05:20 +02:00
Jaime van Kessel
d8427b4109
Add missing theme-ing to cloud first run screen
CURA-7627
2020-08-03 15:38:20 +02:00
Kostas Karmas
6050d042f4 Change width column widths in AddLocalPrinterScrollView
To make sure that printer names are not truncated.
From CCB
2020-08-03 14:43:23 +02:00
Ghostkeeper
877e2213de
Fix disabling of zoom-to-mouse preference in orthographic camera mode
It doesn't work then.

Done as a 5-minute-fix.
2020-08-03 12:27:37 +02:00
Jaime van Kessel
b2ca6a9224
Add removed theme entries again
Some plugins were using them.
2020-08-03 10:38:33 +02:00
Ghostkeeper
690f263f41
Update language translation files with new setting description
Contributes to issue CURA-7622.
2020-07-31 14:12:12 +02:00
Ghostkeeper
fea5da3175
Add missing description to translation templates
Contributes to issue CURA-7622.
2020-07-31 14:11:07 +02:00
Ghostkeeper
1a5fe28c70
Write a description for Support Structure
That was still missing, oops. I'm aborting the translations to get this in. It's important enough to break the string freeze and restart the translations process at this stage.

Contributes to issue CURA-7622.
2020-07-31 14:08:21 +02:00
Ghostkeeper
493ee46cf6
Update Cura version in header metadata
Contributes to issue CURA-7622.
2020-07-31 13:07:46 +02:00
Ghostkeeper
7e9d599a61
Update translation files from updated template
This is automated with 'make i18n-update-po'.

Contributes to issue CURA-7622.
2020-07-31 13:04:45 +02:00
Ghostkeeper
348127a2e5
Restore report-msgid-bugs-to metadata
Somehow the msgmerge thing removed it.
2020-07-31 12:52:03 +02:00
Ghostkeeper
063c44796e
Update translation templates for Cura 4.7
These are the new translations (and the translations that moved their locations) for Cura 4.7.

Contributes to issue CURA-7622.
2020-07-31 12:49:50 +02:00
Ghostkeeper
00a1684798
Consistent capitalisation with other printers
Some printers stylize themselves with allcaps to gain more attention or because they use fonts that don't have lowercase (especially Asian brands) or to mix it with fixed-width characters. Here we'd like to keep them all equal, so they get proper name-style capitalisation.
2020-07-30 14:18:36 +02:00
Ghostkeeper
bd18eab34b
Merge branch 'master' of https://github.com/HUNIBEST-HyVISION/Cura into HUNIBEST-HyVISION-master 2020-07-30 14:07:04 +02:00
Jaime van Kessel
27f987c997
Removed unused DIY profiles
CURA-7619
2020-07-30 13:48:25 +02:00
nani
892e59f217
Definition for svt diytech220 (#8062)
* Added Definitions for all SVT FDM printers

CURA-7619
2020-07-30 13:47:16 +02:00
Konstantinos Karmas
d6a2c1d46d
Merge pull request #8077 from mahtDFR/master
Change "Save..." to "Save Project..." in file menu
2020-07-27 17:12:04 +02:00
HUNIBEST-HyVISION
00a3f039a5 [CUBICON] Add printer device (Style NEO-A22) #2 2020-07-26 15:37:49 +09:00
HUNIBEST-HyVISION
fa8e951c78 [CUBICON] Add printer device (Style NEO-A22) 2020-07-26 15:25:20 +09:00