Lipu Fei
04e2ecde93
Init intent to empty_intent_container for new machine stacks
...
CURA-6598
2019-09-09 16:12:37 +02:00
Lipu Fei
13011e375b
Fix quality layer label alignment
...
CURA-6598
2019-09-05 09:01:00 +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
7f3b55a286
Remove unknown reference
...
CURA-6598
2019-09-04 16:48:06 +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
39d52556f4
Fix text alignments by using rounding
...
CURA-6598
2019-09-03 11:17:20 +02:00
Lipu Fei
52f3f9b773
Update QML import versions and add headings
...
CURA-6598
2019-09-03 11:17:20 +02:00
Jaime van Kessel
7dc84f14a8
Merge branch 'feature_intent_interface' of github.com:Ultimaker/Cura into feature_intent_interface
2019-09-03 11:14:19 +02:00
Jaime van Kessel
f77ad22fe3
Fix hardcoded entries in radioCheckbar
...
CURA-6598
2019-09-03 11:13:47 +02:00
Lipu Fei
0926c223b2
Add missing renderType: Text.NativeRendering
...
CURA-6598
2019-09-03 10:53:53 +02:00
Jaime van Kessel
001c2ec753
Fix test
2019-08-29 17:09:31 +02:00
Jaime van Kessel
5bcda50995
Merge branch 'feature_intent_container_tree' of github.com:Ultimaker/Cura into feature_intent_interface
2019-08-29 17:07:57 +02:00
Jaime van Kessel
d9e94f5019
Fix tests
2019-08-29 17:07:36 +02:00
Jaime van Kessel
784ab6e903
Add missing isDirty function
...
CURA-6600
2019-08-29 16:36:11 +02:00
Jaime van Kessel
3b321cd9e1
Merge branch 'feature_intent_container_tree' of github.com:Ultimaker/Cura into feature_intent_interface
2019-08-29 16:33:12 +02:00
Jaime van Kessel
f7d61e1e24
Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent_container_tree
2019-08-29 16:31:44 +02:00
Jaime van Kessel
317052e636
Merge branch 'master' of github.com:Ultimaker/Cura into feature_intent
2019-08-29 16:31:13 +02:00
Jaime van Kessel
b00b8c8c58
Merge branch 'feature_intent_container_tree' of github.com:Ultimaker/Cura into feature_intent_interface
2019-08-29 16:28:26 +02:00
Jaime van Kessel
d548404dfd
Fix typing issues
2019-08-29 16:23:10 +02:00
Jaime van Kessel
04997fca7f
Add property for active intent category
...
CURA-6598
2019-08-29 15:52:02 +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
68d3cf8412
Fix binding loop in LabelBar
...
CURA-6598
2019-08-29 14:12:17 +02:00
Jaime van Kessel
de1065f0a3
Prevent crash if extruder is not yet set
...
CURA-6598
2019-08-29 14:04:05 +02:00
Jaime van Kessel
ba0c16d968
Update intents model to use container tree
...
CURA-6598
2019-08-29 13:53:23 +02:00
Jaime van Kessel
a8b818fbdc
Ensure that right intents are added to the tree
...
CURA-6598
2019-08-29 13:52:01 +02:00
Jaime van Kessel
d59d7e5b8d
Bump version nr
2019-08-29 13:09:42 +02:00
Jaime van Kessel
f4dc93fc39
Prevent crash in model if no extruder is set
...
CURA-6598
2019-08-29 11:57:03 +02:00
Remco Burema
b56c09bcf4
Fix recommended-menu layer-height-label for Qt-5.10.0
...
part of CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
c7b6133e3d
Some UI polishing
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
a3d3580e2a
Remove buildplate menu
...
The menu wasn't used anymore and leaving it in just makes things more complicated
2019-08-29 11:53:25 +02:00
Jaime van Kessel
6220dfd153
Remove profile menu
...
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
8445ebe8cf
Remove menu that is no longer used
...
CURA-6598
2019-08-29 11:53:25 +02:00
Jaime van Kessel
87fedc2620
Fix elide for the variant in configuration menu
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
7d65951f43
Refactor ComboBox to use states
...
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