Jaime van Kessel
89345fcbbc
Merge branch 'CURA-8688_qt6_cleanup' of github.com:Ultimaker/Cura into CURA-8688_qt6_cleanup
2022-02-28 11:47:47 +01:00
Jaime van Kessel
8d3a5ac7e4
Ensure AskOpenAsProjectOrModel dialog uses cura styling
...
CURA-8688
2022-02-28 11:47:10 +01:00
j.delarago
4871c98451
Merge remote-tracking branch 'origin/CURA-8688_qt6_cleanup' into CURA-8688_qt6_cleanup
2022-02-28 11:44:24 +01:00
j.delarago
7da5903ce3
Update RadioButton to new style
...
CURA-8688
2022-02-28 11:43:59 +01:00
Jaime van Kessel
78c19559d2
Ensure that Cura styling is applied to the workspace summary dialog
...
CURA-8688
2022-02-28 11:41:56 +01:00
Jaime van Kessel
7fd6601b1a
Apply theming to perObjectCategory
...
CURA-8688
2022-02-28 11:37:51 +01:00
Jaime van Kessel
b03fbc0d6d
Merge branch 'CURA-8688_qt6_cleanup' of github.com:Ultimaker/Cura into CURA-8688_qt6_cleanup
2022-02-28 11:26:58 +01:00
Jaime van Kessel
f82c0fe525
Merge branch 'replace_controls_1_for_controls_2' of github.com:Ultimaker/Cura into CURA-8688_qt6_cleanup
2022-02-28 11:26:47 +01:00
Jaime van Kessel
26262e3cac
Fix marketplace opening
2022-02-28 11:26:18 +01:00
j.delarago
440d6fa525
Update style of TextFIeld and ComboxBox to match new designs. Remove borders and radius on corners.
...
Update Prefereces title to be bold and centered with button
Make prefereces pages selection buttons correct height.
CURA-8688
2022-02-28 11:20:31 +01:00
j.delarago
b4edb89eb8
Align menubar colors with new designs.
...
CURA-8688
2022-02-28 10:21:16 +01:00
j.delarago
e2fe50baf1
Merge branch 'replace_controls_1_for_controls_2' into CURA-8688_qt6_cleanup
...
# Conflicts:
# resources/qml/Widgets/Menu.qml
# resources/qml/Widgets/MenuItem.qml
# resources/themes/cura-dark/theme.json
# resources/themes/cura-light/theme.json
2022-02-28 08:51:42 +01:00
j.delarago
17cab9946d
Dark theming
...
CURA-8688
2022-02-25 18:18:43 +01:00
j.delarago
7ea0167486
Remove border highlight on hover over menu items, as per new designs
...
CURA-8688
2022-02-25 15:54:51 +01:00
j.delarago
7bbea62558
Add base_colors to theme
...
If the value of a color is a string, there will be an attempt to fetch this color from base_colors.
CURA-8688
2022-02-25 14:56:24 +01:00
Jaime van Kessel
c356d37e06
Remove monitor_icon_size from theme
2022-02-25 14:32:34 +01:00
Jaime van Kessel
75ec6f508c
Remove unneeded fixed line hight properties
...
No idea why this was even done, but there just isnt' a reason to use these.
2022-02-25 14:27:47 +01:00
Jaime van Kessel
3f4f7f0fcf
Remove some extra unneeded theme stuff for monitor page
2022-02-25 14:12:25 +01:00
Jaime van Kessel
1589475dd4
Remove a slew of unusued colors in the theme
2022-02-25 13:54:50 +01:00
Jaime van Kessel
ff0b64a56a
Purge bunch of unused sizes from theme
2022-02-25 13:33:32 +01:00
j.delarago
aba025b5b6
Unify dialog background coloring.
...
CURA-8988
2022-02-25 13:32:02 +01:00
Jaime van Kessel
5f638ed6c6
Generalize the size of the licence window
...
No need to have a seperate size of the licence window. Just use
the default modal one
2022-02-25 13:22:55 +01:00
Jaime van Kessel
b3d3f5546c
Remove objectlist items from theme
...
THey weren't used anyway, so time to clean up!
2022-02-25 13:19:59 +01:00
Jaime van Kessel
9d202b9e61
Remove unused monitor items from theme
2022-02-25 13:18:45 +01:00
Jaime van Kessel
2327a71642
Remove monitor margin
...
No idea why it was even there as it's own size.
2022-02-25 13:16:59 +01:00
casper
2d4a389825
Fix dark mode issues for about dialog
...
CURA-8688
2022-02-25 12:12:57 +01:00
casper
4a71278d7c
Fix monitor page
...
CURA-8688
2022-02-25 10:54:03 +01:00
Jaime van Kessel
96751a0cc0
Merge branch 'CURA-8980_fix_monitor_buttons' of github.com:Ultimaker/Cura into replace_controls_1_for_controls_2
2022-02-24 15:22:15 +01:00
j.delarago
61beb963c2
Swap flat buttons for Cura Styled buttons.
...
These "buttons" function like radiobuttons so a bit of extra styling needed to be added to swap appearance.
Removed fixed width as it breaks centering with Cura buttons
CURA-8980
2022-02-24 14:58:07 +01:00
Jaime van Kessel
f9e6135fca
Merge branch 'master' of github.com:Ultimaker/Cura into replace_controls_1_for_controls_2
2022-02-24 13:44:21 +01:00
Casper Lamboo
9fa6698da3
Merge pull request #11536 from Ultimaker/CURA-8834_marketplace_packages_install_status_in_list
...
Show install, uninstall & disable buttons in packages list
2022-02-24 13:39:49 +01:00
Casper Lamboo
08466d426d
Merge pull request #11531 from Ultimaker/CURA-8762_marketplace_cleanup
...
Marketplace cleanup
2022-02-24 13:37:01 +01:00
Jaime van Kessel
26c027cbdf
Remove unneeded properties from package card
...
As per review.
CURA-8762
2022-02-24 13:30:25 +01:00
Jaime van Kessel
0d2c8777c5
Add clarifying comment to a small hack
...
CURA-8762
2022-02-24 13:28:39 +01:00
Jaime van Kessel
19e43e8b66
Apply suggestions from code review
...
CURA-8762
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-02-24 13:26:28 +01:00
Evangelos Trantos
a2ce010ec1
Merge pull request #11521 from Ultimaker/CURA-8928_menu_visual_fixes
...
Menu visual fixes
2022-02-24 13:22:56 +01:00
j.delarago
41e04f2e9d
Progress bar causing crash due to incorrect min max value variable names.
...
Give buttons fixed leftMargin in monitor page so icons are center aligned.
CURA-8980
2022-02-24 11:34:48 +01:00
Jaime van Kessel
095b8dc5dd
Show install, uninstall & disable buttons in packages list
...
This splits up the single show controls property into three seperate ones
and no longer hides installed packages from the plugin & materials list
CURA-8834
2022-02-23 16:51:26 +01:00
j.delarago
7a2b609b32
Left Margin for Listview items was doubled. Remove margin to left align text with "Add a script" button.
...
Swap default buttons for Cura.Primary/Cura.Secondary Buttons
CURA-8688
2022-02-23 15:28:38 +01:00
j.delarago
4510a8b06e
Down spinbox button highlighting up spinbox button when clicked.
...
CURA-8688
2022-02-23 15:15:46 +01:00
j.delarago
b14e29d214
Make general menu combox wider
...
CURA-8688
2022-02-23 15:13:36 +01:00
j.delarago
111c095f32
Swap RadioButton for styled Cura.RadioButton
...
CURA-8688
2022-02-23 15:04:58 +01:00
casper
6f27199bb9
Merge remote-tracking branch 'origin/CURA-8688_qt6_cleanup' into CURA-8688_qt6_cleanup
2022-02-23 14:09:58 +01:00
casper
e03176a1fa
Replace UM.MessageDialog
with newly added Cura.MessageDialog
...
This dialog is different from the `UM.MessageDialog` in that it
CURA-8688
2022-02-23 14:09:38 +01:00
j.delarago
c3abfec535
Combobox height/width was being resized by RowLayout causing it to be squished. Assigned a implicit width/height which is used instead of height/width.
...
CURA-8688
2022-02-23 12:00:11 +01:00
Jaime van Kessel
6cbcf09580
Merge branch 'PP-96_update-(un)retract-speeds' of github.com:Ultimaker/Cura
2022-02-23 10:30:00 +01:00
Jaime van Kessel
df9d2d85c4
Add help links to banners
...
CURA-8762
2022-02-23 10:12:21 +01:00
Jaime van Kessel
35f1ad4097
Remove read more button on packagecard
...
CURA-8762
2022-02-23 09:59:12 +01:00
Jaime van Kessel
3b801e9f18
Change top external button to point to marketplace website
...
CURA-8762
2022-02-23 09:57:04 +01:00
Jaime van Kessel
d29b00b4be
Let readmore point towards marketplace URL
...
CURA-8762
2022-02-22 16:38:47 +01:00