Nino van Hooff
17a832f52f
Do not transform negative printhead min max values to positive while
...
displaying
CURA-6690
2019-09-19 13:56:37 +02:00
Ghostkeeper
1f7c653368
Capitalise the S
...
We need to seize this opportunity and capitalise on that sort of market opportunity.
2019-09-19 10:47:16 +02:00
Jaime van Kessel
cc65bc8213
Fix scrollbar for object selector
2019-09-18 17:05:00 +02:00
Jaime van Kessel
84e5114566
Fix minor review comments
...
CURA-6598
2019-09-18 14:17:26 +02:00
Jaime van Kessel
fade8d3644
No longer make border width hardcoded
...
CURA-6598
2019-09-18 14:10:52 +02:00
Jaime van Kessel
75c7a6fa62
Change default font for numericTextfield to default instead of medium
2019-09-18 10:55:18 +02:00
Diego Prado Gesto
b9ed619c9a
Reuse the Cura ToolTip while showing long object item
...
It will only show the tooltip when the text is longer than the elided text.
Contributes to CURA-6666.
2019-09-17 13:52:37 +02:00
Ghostkeeper
b34895703b
Merge branch '4.3'
2019-09-17 13:08:49 +02:00
Ghostkeeper
cd4f6ff3f4
Add tooltip to object list
...
Contributes to issue CURA-6666.
2019-09-17 10:42:36 +02:00
Diego Prado Gesto
0085660153
Use non-abbreviated names in the configurations list
2019-09-16 15:59:21 +02:00
Diego Prado Gesto
021a04c427
Show the printer types list when we show the label every time or when only show the label for the active printer.
2019-09-16 15:29:34 +02:00
Ellecross
28310e03f2
Revert "Only show printerTypes for active machine"
...
This reverts commit 2395567f1eb505a814f3b305e5a59138dfe8c144.
2019-09-16 15:05:09 +02:00
Jaime van Kessel
2395567f1e
Only show printerTypes for active machine
2019-09-13 10:49:35 +02:00
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
Ghostkeeper
47e1dbe38d
Remove usage of Quality Manager
...
This class is deprecated. Constructing it here means that the class gets constructed on the Qt thread and makes it inaccessible for the rest.
Contributes to issue CURA-6600.
2019-09-10 14:55:32 +02:00
Ghostkeeper
0d68381e61
Code style: brackets on new line
...
Contributes to issue CURA-6600.
2019-09-10 14:52:51 +02:00
Lipu Fei
3f3aac7ce5
Merge pull request #6289 from Ultimaker/feature_intent_interface
...
Feature intent interface
2019-09-09 16:53: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
Ghostkeeper
b5d32a9b70
Move createQualityChanges function to QualityManagementModel
...
This function is specific to the management page (for the most part; some things seem to call the _createQualityChanges private function nonetheless).
Contributes to issue CURA-6600.
2019-09-02 17:07:18 +02:00
Lipu Fei
b358d8ddd0
Fix typo in ComboBox.qml
2019-09-02 13:20:09 +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
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
ba0c16d968
Update intents model to use container tree
...
CURA-6598
2019-08-29 13:53:23 +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