Ghostkeeper
0e11c2e086
Translate plug-in as plug-in, not invoegtoepassing
...
This is to be more consistent, and more realistic with our target audience.
Contributes to issue CURA-8472.
2021-09-06 14:15:53 +02:00
jelle Spijker
b85dcfc177
Traditional Chinese
...
Thank you for your contribution Valen Chang
2021-09-06 14:08:29 +02:00
Jelle Spijker
0802610cc9
Merge pull request #10312 from Patola/4.11
...
Updated pt_BR strings for 4.11
2021-09-06 13:56:32 +02:00
Ghostkeeper
3fd03cf508
Translate top/bottom consistently as dessus/dessous in French
...
The translator used haut/bas while in most cases we used dessus/dessous for that.
Contributes to issue CURA-8472.
2021-09-06 13:45:24 +02:00
Ghostkeeper
ce134812f1
Update translations from Lionbridge for 4.11
...
These are the new translations we received from the professional translation service.
Contributes to issue CURA-8472.
2021-09-06 13:30:45 +02:00
Miroslav Sustek
abb3ce936c
Add Czech translations for v4.11
2021-09-04 17:34:48 +02:00
Ghostkeeper
e4cf5568a5
Merge branch '4.11'
2021-09-03 13:07:19 +02:00
Ghostkeeper
1560ae074d
Round position of printer connection icon
...
It does become noticeably sharper with this. And doesn't appear out of place at all.
Contributes to issue CURA-8202.
2021-09-03 13:07:01 +02:00
Ghostkeeper
e3a4b70029
Merge branch '4.11'
2021-09-02 14:32:16 +02:00
Ghostkeeper
f4508c709e
Fix links to account sign up page
...
This was a miscommunication.
Contributes to issue CURA-8440.
2021-09-02 14:32:06 +02:00
Ghostkeeper
7f1e3144bc
Remove arbitrary lower limit of 5% flow
...
This was not a true limitation of the mathematics. In fact, we had other flow settings (for initial layer) that already went to 0.0001%.
Discovered while working on a bug report from Reddit.
2021-09-02 09:49:30 +02:00
Ghostkeeper
d4751c6bc9
Merge branch '4.11'
2021-09-01 18:01:20 +02:00
Ghostkeeper
c779135112
Rename Group icon to People, and add high detail variant
...
The icon is called People in the UX team's icon system, and we need to stay aligned to that.
The high detail variant has an extra person in it.
Contributes to issue CURA-8530.
2021-09-01 18:01:10 +02:00
Ghostkeeper
f638809f9d
Merge branch '4.11'
2021-09-01 15:39:15 +02:00
Ghostkeeper
b7b0d25615
Add high detail versions of some icons
...
The group icon seems to be broken though. We'll look into it.
Contributes to issue CURA-8530.
2021-09-01 15:39:04 +02:00
Ghostkeeper
15fcad454d
Merge branch '4.11'
2021-08-31 13:35:58 +02:00
Ghostkeeper
34531656d6
Merge branch 'CURA-8520_Fix_missing_icons_in_deprecated_icons_list' into 4.11
2021-08-31 13:35:33 +02:00
Ghostkeeper
d08d5d6625
Merge branch '4.11'
2021-08-31 12:07:42 +02:00
Ghostkeeper
9ea025885a
Update links to network troubleshooting page
...
The new links also have campaign identifiers. Because apparently the website doesn't read the HTTP metadata information saying that it redirected from Cura, and it adds information which button it came from.
The old links will remain working via redirects, for older Cura versions.
Contributes to issue CURA-8528.
2021-08-31 12:07:11 +02:00
Konstantinos Karmas
b3af6f3ec5
Merge pull request #10366 from Ultimaker/CURA-8214_use_new_controlstyle_for_cluster_printer_selecter
...
Fix greyed out cluster printers
2021-08-31 09:45:33 +02:00
jelle Spijker
f730959f78
fixed discard or keep combobox on Mac
...
Use the new controls ComboBox
2021-08-30 16:15:02 +02:00
Konstantinos Karmas
de1a299e7a
Add missing view_normal icon in the deprecated icons
...
Also remove the capitalization from the `viewMode`.
CURA-8520
2021-08-30 14:28:52 +02:00
Konstantinos Karmas
57b0287c84
Add missing Play icon
...
The `play` icon is readded to the theme and remapped to the `Play.svg`.
Found by @fieldOfView.
CURA-8520
2021-08-30 14:27:52 +02:00
jelle Spijker
5ba1e8eda8
Settings search field uses italic style
...
Restored italic font style for the search field.
To not break look and feel with the old TextField
behaviour
2021-08-30 14:20:09 +02:00
Jaime van Kessel
a1378f9a06
Replace the textfield with cura.Textfield
...
This way we don't have to use the html in the setting item and we
dont have to re-do the whole hover logic in the search text field.
THis also makes the search magnifier themed, so it looks a lot better
in the dark theme
CURA-8498
2021-08-30 13:28:00 +02:00
Konstantinos Karmas
cf93f66135
Add missing Group.svg icon
...
CURA-8520
2021-08-30 11:42:57 +02:00
Konstantinos Karmas
b41b0e55b5
Add missing icon mappings
...
CURA-8520
2021-08-30 11:29:18 +02:00
Konstantinos Karmas
3e0b395c72
Add the Buildplate.svg to the Cura icons
...
The icon existed only in the UM3NetworkPrinting plugin but it was also used in the ConfigurationItem.qml in Cura, so it had to be moved to the Cura icons.
CURA-8520
2021-08-30 10:45:45 +02:00
Ghostkeeper
9f3aef02a2
Give min_bead_width a default_value
...
According to our specification, every setting needs to have a default_value.
As is, this setting prevents you from using the command line debug mode.
2021-08-27 12:10:01 +02:00
Konstantinos Karmas
8de5e1e5b9
Account for the width of the arrow in the Extruders row
...
Although the ExpandablePopup already sets the anchors of the `headerItem` to account for the arrow icon on the right side, the ConfigurationMenu's extruder row was ignoring it, thus making the elided text of the last extruder to overlap with the arrow icon a bit.
This commit fixes that by explicitly accounting for the width of the arrow in the extruders row.
**Note:** if the Cura window gets resized way too much, the extruder icons will still overlap with the arrow, since there is no space to fit everything.
CURA-8496
2021-08-26 13:31:27 +02:00
Jaime van Kessel
e5a2c612f9
Merge pull request #10338 from Ultimaker/CURA-8496_Fix_arrow_overlapping_with_material_name
...
CURA-8496: Account for the width of the arrow in the Extruders row
2021-08-26 13:30:33 +02:00
Konstantinos Karmas
fcbb16b70c
Account for the width of the arrow in the Extruders row
...
Although the ExpandablePopup already sets the anchors of the `headerItem` to account for the arrow icon on the right side, the ConfigurationMenu's extruder row was ignoring it, thus making the elided text of the last extruder to overlap with the arrow icon a bit.
This commit fixes that by explicitly accounting for the width of the arrow in the extruders row.
**Note:** if the Cura window gets resized way too much, the extruder icons will still overlap with the arrow, since there is no space to fit everything.
CURA-8496
2021-08-25 17:13:43 +02:00
Jaime van Kessel
6feaecc450
Merge branch '4.11' of github.com:Ultimaker/Cura
2021-08-25 17:10:09 +02:00
Jelle Spijker
392cca431f
Merge pull request #10331 from Ultimaker/CURA-8380_Align_link_style_among_OS_in_whats_new
...
CURA-8380: Align link style among os in whats new
2021-08-25 13:16:50 +02:00
Jaime van Kessel
deab3fd32b
Merge branch '4.11' of github.com:Ultimaker/Cura
2021-08-25 13:01:27 +02:00
Jaime van Kessel
1740f8e880
Add Anycubic Vyper
...
CURA-8515
commit 24250e19e94f8bf1b8cfe9edf1e29b7e78284525
Author: Jaime van Kessel <nallath@gmail.com>
Date: Wed Aug 25 11:54:15 2021 +0200
Move files to right location
commit 96efe7a885ba215a4334a36bcb1fee4b4f5a42a4
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Wed Aug 25 10:43:19 2021 +0800
Update anycubic_vyper_.def.json
commit a620b9026191e86c41657a39a3ec50f946ef8eff
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 10:30:44 2021 +0800
Upload anycubic_vyper_platform.stl
commit 84d48ce5239b8dd2b044d160b9e7f5513a03b8a5
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 10:29:56 2021 +0800
Delete anycubic_vyper_platform.3mf
commit d66cb4221d4e03175f7bf6e5cfe6ce27c2608d5b
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 10:12:56 2021 +0800
Add files via upload
commit 78bd0ea81842eaf96ac63c4eb1a48b6fb368973c
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 09:59:40 2021 +0800
Update anycubic_vyper_.def.json
commit de1f452a0a4416e277e19cb11e30c5f4ce6bc849
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 09:57:48 2021 +0800
Delete anycubic_vyper_platform.stl
commit 106e40950aaee8ee118a017b3c23852e756c97bb
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Fri Aug 20 12:25:53 2021 +0800
Add Anycubic Vyper
commit 4cab52c9ca32f9773c87bcab78086a29ce863180
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Fri Aug 20 11:51:08 2021 +0800
Revert "Add Anycubic Vyper"
commit ed5916df6c6b7a0762bc34c682975089a8b2baf1
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Fri Aug 20 11:43:49 2021 +0800
Add files via upload
2021-08-25 11:59:19 +02:00
Jelle Spijker
50c11e5fdf
Merge pull request #10330 from Ultimaker/CURA-8496_Fix_long_material_names_overlappint_with_icon
...
CURA-8496: Fix showing only the material type after resizing Cura's window
2021-08-25 11:57:54 +02:00
fieldOfView
660cc12382
Use UM.StatusIcon instead of our own
2021-08-24 17:58:50 +02:00
fieldOfView
96a1019f1e
Merge branch 'master' into feature_extruder_warning_icon
2021-08-24 17:39:28 +02:00
fieldOfView
82912ef20c
Add alias for previously existing "star" icon
2021-08-24 16:34:28 +02:00
Konstantinos Karmas
d24d520db0
Change background of Premium plugins and materials
...
Or else the link "Search materials" in the materials tab was very hard to see.
CURA-8380
2021-08-24 13:32:25 +02:00
Konstantinos Karmas
01b0d78f7b
Use custom style for the links in the what's new textArea
...
A style had to be prepended in the text to make sure that it adheres to the style we want instead of using the OS-based link style.
Note: For some reason QML ignores all other link-style tags (such as `a:hover`, `a:focus` etc) apart from `a:link`, so we can only change the style for the normal link and NOT for when it is clicked or hovered.
CURA-8380
2021-08-24 13:31:39 +02:00
Konstantinos Karmas
2718d6a69a
Change the ColumnLayout to Column in the ConfigurationMenu
...
When the labels were getting truncated and invisible after reducing the width of Cura's window, their visibility wasn't being restored back and, as a result, the `materialTypeLabel` was the only one that was remaining visible, even if there was enough space for the full `materialBrandColorTypeLabel`.
Changing the ColumnLayout to a Column, where the width is inherited from the parent, fixes that issue.
CURA-8496
2021-08-24 10:35:33 +02:00
Jaime van Kessel
78b6bf2ed4
Merge branch '4.11' of github.com:Ultimaker/Cura
2021-08-23 11:01:01 +02:00
Jaime van Kessel
52525038e3
Merge branch 'CURA-8496_Fix_long_material_names_overlappint_with_icon' of github.com:Ultimaker/Cura into 4.11
2021-08-23 11:00:29 +02:00
Jaime van Kessel
b887398da6
Remove unneeded width from labels
...
CURA-8496
2021-08-23 10:56:43 +02:00
Jaime van Kessel
2350712633
Remove incorrect reference to icons in some machine definitions
2021-08-22 19:57:09 +02:00
Ghostkeeper
44913c0d87
Merge branch '4.11'
2021-08-20 17:37:49 +02:00
Ghostkeeper
e27ec57b04
Fix spelling
2021-08-20 17:37:38 +02:00
Cyril
53263cf054
Improve FLSUN Super Racer profile ( #10192 )
...
* Improve FLSUN Super Racer profile
- Added quality profiles based on profiles provided by FLSUN
- Improved machine settings based on FLSUN's Marlin sources
- Replaced Super Racer STL with correct one
* Update flsun_SuperRacer.stl
* Update definitions
* Update flsun_sr.stl
* Update flsun_sr.stl
* Update flsun_sr.def.json
* Improve platform
* Normal quality by default
* Improvements
* Fix double settings
CURA-8510
2021-08-20 17:18:37 +02:00