Joey de l'Arago
cd09717a64
This onclick is already passed in where it is needed. It is being triggered unnecessarily when switching support extruder in recommended mode.
...
CURA-10233
2023-02-08 13:42:30 +01:00
Joey de l'Arago
396057a56f
Correct typo in name
...
CURA-9793
2022-12-07 16:14:17 +01:00
Joey de l'Arago
bec02cf312
Fix extruder icon text scaling. I've added a new font size here since there is not any real way I can see to scale the font based on the component size. This is because we do some magic with the font numbers before passing them to the QML.
...
CURA-9793
2022-12-06 12:08:00 +01:00
Joey de l'Arago
87ff294990
Remove redundant parameters. These will now be overriden by the parent.
...
CURA-9793
2022-11-29 09:19:56 +01:00
j.delarago
3c7498feed
Move ToolbarButton and ToolTip from Cura into Uranium. This makes it possible to use new styled ToolbarButton in plugins/Tools for the rotate tool.
...
Removed the ContentAlignment enum in ToolTip in favour of using the Text.ContentAlignment enum. For some reason references to this enum fail everywhere when ToolTip is moved into Uranium. There is some evil time-wasting magic cast on this component!
CURA-8943
2022-03-03 15:53:30 +01:00
Konstantinos Karmas
e249db4477
Fix ExtruderColor and Extruder icons bleeding into each other
...
CURA-8011
2021-07-02 12:11:04 +02:00
Konstantinos Karmas
504f6dbe70
Revert "Cura 7813 qml modules version bump"
2021-03-30 09:48:28 +02:00
jelle Spijker
2986d50745
Update QtQuick and QtQuick.Controls
...
CURA-7813
2021-03-29 17:55:19 +02:00
Diego Prado Gesto
309061ce31
Add a new ToolbarButton
...
Now also the Extruder button is a toolbar button since it will show in
the toolbar.
2018-11-27 17:16:52 +01:00
Diego Prado Gesto
077b34b433
Fix size of the extruder icon
...
Now it should look the same in all places.
2018-11-27 14:49:01 +01:00
Jaime van Kessel
7f99ed1af3
ExtruderIcon will now display that it's disabled correctly
...
CURA-5785
2018-11-16 16:04:11 +01:00
Jaime van Kessel
783fe9ab73
Updated the look of the extruder buttons
...
CURA-5785
2018-11-12 15:23:58 +01:00
Diego Prado Gesto
9bf18031ce
Apply restyle of the toolbar according to the new designs.
2018-11-11 19:15:02 +01:00
Jack Ha
86c13e86c7
CURA-4400 first version that disables extruder and updates available quality profiles
2018-02-28 12:56:00 +01:00
Mark
b531c0550d
Change Math.floor to Math.round as a last try to fix garbled fonts
...
CURA-4941
2018-02-14 09:28:47 +01:00
Mark
b52bf6decf
resolve conflict
2018-02-09 13:01:56 +01:00
ChrisTerBeke
d718e6e36c
Create extruder stack for single extruder machines on start - CURA-4482
2017-10-31 09:08:20 +01:00
Mark
d4a8dbdee7
Change Text to Label and cast all sizes to int
...
CURA-4437
2017-10-11 12:48:42 +02:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
fieldOfView
c5fd0e6c80
Use screenScaleFactor to consistently adapt sizes to display pixel ratio
2017-09-25 22:07:12 +02:00
Lipu Fei
e15a96263d
Update extruder button styles
...
CURA-4211
2017-09-06 12:00:53 +02:00
Lipu Fei
7de9ccefaa
Change extruder button on the toolbar side
...
CURA-4211
Change the extruder button on the toolbar side according to the new
design.
2017-08-31 17:49:23 +02:00
Ghostkeeper
3d8c932bcc
Clarify context of Print Selected Model With button description
2017-06-01 16:20:40 +02:00
Arjen Hiemstra
b4f27f0af7
Remove checkable property and MouseArea in favor of onClicked on the button
...
It turns out, setting checkable: true causes binding breakage. Without
checkable, checked still works and we can use onClicked of the button
directly.
2017-04-26 16:17:54 +02:00
Arjen Hiemstra
89e6313143
Add buttons to select the extruder for the selection to the toolbar
...
Contributes to CURA-3577
2017-04-25 16:11:31 +02:00