Jaime van Kessel
f682f56923
Merge branch 'master' of github.com:Ultimaker/Cura into replace_controls_1_for_controls_2
2022-02-17 15:02:03 +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
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
Konstantinos Karmas
06b0d12844
Don't draw tooltip background if height is 0
...
In some buttons (specifically, the "Manage printers" button), the tooltip arrow is being drawn even though the tooltip text is empty. This commit fixes that by making sure that the background rectangle (PointingRectangle) of the tooltip is not be visible if the height of the tooltip is 0.
CURA-8334
2021-06-21 13:24:22 +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
fieldOfView
afa380555f
Fix tooltips on actionbuttons
2020-11-11 14:23:50 +01:00
Nino van Hooff
e24797b94e
Fix tooltip with alpha 0 stealing clicks
...
CURA-7437
2020-05-27 17:21:50 +02:00
Nino van Hooff
5f574d4b64
Fix the connection status tooltip
...
CURA-7437
2020-05-26 16:21:51 +02:00
Ghostkeeper
df0351acd4
Fix fonts of plug-in tiles
...
Contributes to issue CURA-6025.
2018-12-31 15:14:23 +01:00
Jaime van Kessel
0965d909c0
Remove the show property from the tooltip
...
This was a bit of a weird setup, so i removed it. This way the tooltip can be used
in the same way as the regular tooltip (by simply setting the visibility)
CURA-6004
2018-12-20 16:41:26 +01:00
Aleksei S
3953c7bb3a
Added Tooltip alignment
...
CURA-6004
2018-12-19 14:24:02 +01:00
Diego Prado Gesto
2bf641efcf
Add a Cura Tooltip to show in some buttons
...
Contributes to CURA-6004.
2018-12-10 09:09:58 +01:00