Ghostkeeper
2d0a122c2d
Display list of custom quality profiles
...
If you activate any of them from here though, it'll crash.
Contributes to issue CURA-6598.
2019-09-12 15:13:02 +02:00
Jaime van Kessel
423b4ad869
Fix binding loop
...
CURA-6598
2019-09-04 17:16:07 +02:00
Jaime van Kessel
994e0e53cc
Switch the anchors to paddings
...
Otherwise the bottomb button would extend from the popup.
CURA-6598
2019-09-04 16:54:35 +02:00
Jaime van Kessel
53aaaab891
Add a topMargin for the qualities menu
...
CURA-6598
2019-09-04 16:43:59 +02:00
Jaime van Kessel
2dbfbecd12
Ensure that show/hide behavior of the qualities intent menu is correct
...
It would previously blink if you pressed the button, as a click outside would hide it
due to close policy, but a mouse release would show it again (as it's hidden and that's what the
on clicked of the button did)
CURA-6598
2019-09-04 16:37:10 +02:00
Jaime van Kessel
c2225c9afc
Merge branch 'feature_intent_interface' of github.com:Ultimaker/Cura into feature_intent_interface
2019-09-03 11:27:38 +02:00
Jaime van Kessel
ac0c7fd4d6
Remove unused properties
...
CURA-6598
2019-09-03 11:27:11 +02:00
Lipu Fei
52f3f9b773
Update QML import versions and add headings
...
CURA-6598
2019-09-03 11:17:20 +02:00
Lipu Fei
0926c223b2
Add missing renderType: Text.NativeRendering
...
CURA-6598
2019-09-03 10:53:53 +02:00
Jaime van Kessel
c80cd9679f
Fix RadioCheckbars layout getting out of wack sometimes
...
CURA-6598
2019-08-29 15:15:35 +02:00
Jaime van Kessel
c7b6133e3d
Some UI polishing
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
7c832e7ea3
Intents are now also displayed in active profile labels
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
4520ee7e1c
Added rounded corners to the intent menu
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
0891abf8af
Fix hover & highlighting for the qualities& intent menu
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
5ab31df738
Add hover effect to quality/intent selector
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
210a2aa6bb
Add arrow indicator to the custom print setup
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
d5bbc3f205
Remove reference to unknown component
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
f7e6f22e6c
Fix typo
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
5acc3111e0
Some minor UI fixes
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
6751dc4fc8
Remove unused QML component
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
92be261178
Update the profile selector to new style for the intents
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
c51dfec29f
Ensure that the intent category names are displayed coorectly in recommended
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
94c2211e7f
Further simplify the recommended print setup
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
a9e09c6f54
Removed unused timer
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
5401a4db15
Ensure that each intent gets it's own bar in recommended
...
CURA-6598
2019-08-29 11:53:19 +02:00
Jaime van Kessel
8d53ee90b4
Ensure that profile bar has no options selected if a quality_changes is active
...
CURA-6598
2019-08-29 11:40:02 +02:00
Jaime van Kessel
9e5082a42f
Cleanup the qml a bit
...
CURA-6598
2019-08-29 11:40:02 +02:00
Jaime van Kessel
6b90975391
Replace the old settingSlider with the RadioButtonbar
...
CURA-6598
2019-08-29 11:40:02 +02:00
Jaime van Kessel
35ec70a3cf
Add a selector for the intent profile
...
CURA-6534
2019-06-05 11:13:32 +02:00
Lipu Fei
80827bdf70
Fix adhesion checkbox in recommended mode
...
CURA-6182
Move complex logic to Python.
2019-05-21 08:10:49 +02:00
Ghostkeeper
0352553193
Read resolved value for adhesion type
...
We still write to the value property.
We need the resolved value because we want to read from the extruder stacks which may overwrite the adhesion type in a profile.
Contributes to issue CURA-6182.
2019-05-16 14:28:10 +02:00
Ghostkeeper
f3ea522811
Use === to compare strings in JavaScript
2019-05-16 14:28:09 +02:00
Satish
18630fa2f1
Added several ids to be used in integration tests:
...
-Marketplace, printer pref, add/manage printer from main mnu, print settings
2019-05-03 09:35:17 +02:00
Jaime van Kessel
79fbe12e92
Add an extra check to enforce min height of printSetupSelector
...
CURA-6478
2019-04-29 10:49:33 +02:00
Jaime van Kessel
db1a5ec8c0
Add mousearea to prevent clicking through the printSetupSelector
...
CURA-6478
2019-04-29 10:38:05 +02:00
Remco Burema
c4265c1f67
Scale instead of center for preview/prepare-menus. [CURA-6478]
2019-04-25 21:50:24 +02:00
Remco Burema
bd262ca6c4
Set min.-height and 'stage-awareness' for print-setup-UI. [CURA-6478]
2019-04-25 15:37:52 +02:00
Remco Burema
194f01f840
Add preferences for draggable/expandable-component. [CURA-6478]
2019-04-25 14:50:29 +02:00
Remco Burema
baac2d1a0f
Fix various expandable/dragable/window interactions. [CURA-6478]
2019-04-25 13:33:31 +02:00
Remco Burema
db71a40acc
Handle undefined extruder-color on start in RecommendedSupportSelector.
2019-04-11 16:23:36 +02:00
Thomas Karl Pietrowski
8b0e1e9f5d
PrintSetupSelector: "G code" -> "G-code"
...
Noticed that "g-code" is written at some places with and without a hyphen.
Since it think it should be written with, I'm correcting it at this point.
2019-03-22 19:42:01 +01:00
Diego Prado Gesto
fceffce56e
Show the slider in the middle when there is only one quality profile available.
...
Contributes to CURA-6121.
2019-03-21 14:18:07 +01:00
Ghostkeeper
0f8a30d37b
Add period to tooltip sentence
...
A lot of translators got this wrong.
Contributes to issue CURA-6257.
2019-03-14 14:30:57 +01:00
Lipu Fei
c237222d3c
Minor change to QML
...
CURA-6144
2019-02-13 11:28:28 +01:00
Jaime van Kessel
43b81c70db
Ensure that color for support extruder selector gets updated in all cases
...
CURA-6144
2019-02-08 10:32:54 +01:00
Lipu Fei
44f986d661
Fix combox style for support extruder in recommended
...
CURA-6144
2019-02-01 13:31:23 +01:00
Jaime van Kessel
aac82a0852
Merge branch '4.0' of github.com:Ultimaker/Cura
2019-01-23 11:18:27 +01:00
Jaime van Kessel
0942bebaf8
Move troubleshoot link to help menu
2019-01-22 16:19:29 +01:00
Diego Prado Gesto
5e3dedf62b
Merge branch '4.0'
2019-01-20 21:25:19 +01:00
Remco Burema
e7ba543fec
Merge pull request #5172 from Ultimaker/resize_bar_ui_changes
...
Change the style of the resize bar
2019-01-17 16:59:18 +01:00