Remco Burema
d47b2fb5dd
Control should be (in)visible, not (just) image.
...
part oc CURA-8561
2021-11-12 08:52:48 +01:00
Remco Burema
4a7a74cba6
Also make description area foldable.
...
part of CURA-8561
2021-11-12 08:45:09 +01:00
Lin Yu-Chieh (Victor)
b68a33df21
Update atom2.def.json
2021-11-12 12:16:44 +08:00
Remco Burema
82f140aa39
Folded versus unfolded.
...
Hide disable/uninstall/install buttons, they're not active anyway and it's not part of this ticket in what state they should be hidden or not. What is part of the folded versus header is the download count row. (Also adapt link color.)
part of CURA-8561
2021-11-11 18:07:21 +01:00
Remco Burema
c1f2da8820
Layout fixes.
...
Prevent 'height' based binding loops.
part of CURA-8561
2021-11-11 17:30:43 +01:00
Jaime van Kessel
75cd792b00
Convert Layerview component to controls 2
2021-11-11 16:51:03 +01:00
Jaime van Kessel
99a5aa363f
Remove unused controls imports
2021-11-11 16:28:20 +01:00
Jaime van Kessel
c22db1e654
Convert FW updater to controls2
2021-11-11 16:25:25 +01:00
Jaime van Kessel
980ac986df
Let DiscoverUM3Action use controls 2
2021-11-11 15:59:51 +01:00
Jaime van Kessel
54b52b6d4d
Convert AboutDialog to controls 2
2021-11-11 15:53:24 +01:00
Jaime van Kessel
0cc46b514c
Convert workspace summary dialog to Controls 2
2021-11-11 15:51:42 +01:00
Ghostkeeper
6171107140
Remove upper limit of bridge skin density
...
There is no theoretical or algorithmic limit here. We may warn the user, but not prevent them from changing it.
Done as a five minute fix. Fixes CURA-8693. Fixes #10736 .
2021-11-11 15:45:47 +01:00
Jaime van Kessel
136aa45172
Merge branch '4.12' of github.com:Ultimaker/Cura
2021-11-11 15:32:39 +01:00
p.kuiper
9e8025942a
Changes as request by the reviewers.
...
- Undid removal of default value for min_bead_with
- Style improvement formula wall_add_middle_threshold
2021-11-11 14:55:32 +01:00
Ghostkeeper
b4f10bab71
Merge branch 'PP-55_reduce-cross3D-top-layer-bridge-distance'
2021-11-11 12:34:58 +01:00
Denis Shatilov
32e15ea69c
Only home X and Y
2021-11-10 23:43:32 -08:00
Ladnessness
066859198a
Update requirements.txt
2021-11-11 18:12:51 +11:00
bodyboarder2528
5280865658
Create creality_cr100.def
...
my first attempt hope its correct
2021-11-11 14:31:01 +11:00
Remco Burema
51de234082
Links, hovers, ensmallify layout.
...
part of CURA-8561
2021-11-10 18:09:36 +01:00
Jaime van Kessel
a68584cda1
Replace more instances of label with UM.Label
2021-11-10 17:42:23 +01:00
Jaime van Kessel
8195b9be28
Remove more references to old controls
2021-11-10 17:30:42 +01:00
Jaime van Kessel
ea8969fe4e
Remove multiple references to controls 1
2021-11-10 17:24:28 +01:00
Jaime van Kessel
f71502fe38
Replace button with reusable simple button
2021-11-10 16:46:24 +01:00
Jaime van Kessel
83be495414
Replace usage of controls label with our custom label
...
This prevents copy pasting a bunch of parameters that we set by default
2021-11-10 16:37:26 +01:00
Jaime van Kessel
0bb09a4783
Replace all old controls 1 comboboxes with UM.Combobox
2021-11-10 14:57:01 +01:00
Jaime van Kessel
e0ff70dc78
Convert stage buttons to controls 2
2021-11-10 13:47:41 +01:00
felixstif
6d442ec4c5
Add Sermoon D1 variants
...
Add Sermoon D1 variants
2021-11-10 13:06:36 +01:00
felixstif
3b9ed33351
Add Sermoon D1 definition file
...
Add Sermoon D1 definition file
2021-11-10 13:05:25 +01:00
p.kuiper
046ccf57bf
PP-60: Removed warning levels for middle line threshold
2021-11-10 11:26:23 +01:00
p.kuiper
43e7edda54
PP-60: Remove thin wall settings from the S5 profile
2021-11-10 11:22:33 +01:00
p.kuiper
3d81ff7e91
PP-60: New min_bead_width formula based on the width the outer wall can become. Removed default value.
2021-11-10 11:18:14 +01:00
p.kuiper
ee9c2e0eb9
PP-60: Set add middle line to 80% for all machines and remove the maximum warning limits.
2021-11-10 11:04:56 +01:00
p.kuiper
3b0216a036
PP-60: Moved the libArachne setting changes and the thin wall settings from Ultimaker to All machines. So all third party machines will also get these settings.
2021-11-10 10:43:43 +01:00
Rijk van Manen
447c4e7368
optimized skin orientation for cross pattern
...
The skin orientation is optimized for the cross (3d) pattern to reduce the bridge distance. For more information see PP-55.
2021-11-10 10:14:44 +01:00
10r3n20
887ac4aef8
Merge branch 'CURA-8561_introduce_plugin_card' of github.com:ultimaker/cura into marketplace_redesign
2021-11-10 09:56:22 +01:00
Lin Yu-Chieh (Victor)
ce0cdc427a
Update atom2.def.json
...
optimize start and end gcode
2021-11-10 12:29:37 +08:00
Ghostkeeper
1efdd9205b
Use primary colour for verified icon
...
Contributes to issue CURA-8561.
2021-11-09 17:47:32 +01:00
Ghostkeeper
d186912596
Correcter font sizes according to design
...
Contributes to issue CURA-8561.
2021-11-09 17:45:44 +01:00
Ghostkeeper
d526e3be8c
Easier layout shifting when icons are invisible
...
The Row element automatically hides them and removes any spacing if they are invisible.
Contributes to issue CURA-8561.
2021-11-09 17:40:10 +01:00
Ghostkeeper
f498952830
Give text colours to text
...
This way it's still visible in the dark theme, rather than black on black.
Contributes to issue CURA-8561.
2021-11-09 17:32:22 +01:00
Ghostkeeper
4119cf4209
Fix layout of author button
...
Bold, correct position and add the icon.
Contributes to issue CURA-8561.
2021-11-09 17:30:52 +01:00
Ghostkeeper
234475547e
Use correct font for all text elements
...
Contributes to issue CURA-8561.
2021-11-09 17:25:02 +01:00
Ghostkeeper
c56240f276
Use correct icon for external links
...
Contributes to issue CURA-8561.
2021-11-09 17:22:01 +01:00
Ghostkeeper
5a698bd91f
Truncate double ellipsis where possible
...
I couldn't get it to truncate it if the double ellipsis is the only text on the line, like if the description contains a white line and more than 2 lines in total. It then looks like a double ellipsis (6 dots instead of 3). Doesn't look the worst, but a bit strange, but it's really difficult to fix.
Contributes to issue CURA-8561.
2021-11-09 17:20:37 +01:00
Jaime van Kessel
8998738237
Merge pull request #10774 from luzpaz/typos
...
Fix typos
2021-11-09 17:04:54 +01:00
Ghostkeeper
7b7cb43b02
Improved elision
...
It seems to correctly place the elide character now. One more detail that's incorrect is that it shows two elision characters if it's eliding due to maximum line count. I'll see what I can do...
Contributes to issue CURA-8561.
2021-11-09 16:58:30 +01:00
luz paz
61d7895588
Fix typos
...
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2021-11-09 10:38:01 -05:00
Ghostkeeper
57093f0ef6
Hide Read More button if not truncated
...
There would be nothing to read.
Contributes to issue CURA-8561.
2021-11-09 16:34:21 +01:00
Ghostkeeper
c8741898bf
Decent attempt at inlining Read More button
...
Not perfect yet. The elide is missing, for one.
Contributes to issue CURA-8561.
2021-11-09 16:28:12 +01:00
Ghostkeeper
468c2b89e1
Use wrapping for package description
...
Contributes to issue CURA-8561.
2021-11-09 16:09:58 +01:00