989 Commits

Author SHA1 Message Date
j.delarago
c10865b179 Fixes this error
QML Column: ScrollBar must be attached to a Flickable or ScrollView

by wrapping the Column in a ScrollView the same way that is done for the information page.

CURA-8979
2022-03-18 14:45:03 +01:00
j.delarago
bd91078e6e Accept click events on materials items in materials list
CURA-8979
2022-03-18 14:08:20 +01:00
j.delarago
c6bd020dec Anchor material name to star icon so text doesn't display under star icon.
CURA-8979
2022-03-18 13:58:41 +01:00
j.delarago
c7bb97aa6c Add tooltip to materials list itmes.
CURA-8979
2022-03-18 13:56:19 +01:00
j.delarago
503f21090e Swap materials page SpinBox for NumericTextFieldWithUnit
This fixes,
filament cost iterating backwards with spinbox ( who knows why it did this )
text not updating when different material selected
value with decimals not saving

Remove margin from NumericTextFieldWithUnit.qml. Not sure why this was present, it made the TextField slightly smaller than the rest.

Remove some parsing str to float/int. Not needed since settings are stored as str

CURA-8979
2022-03-18 13:42:55 +01:00
Joey de l'Arago
fcfc47920f
Merge pull request #11674 from Ultimaker/CURA-9039_combobox_open_out_of_window
[CURA-9039] fix combobox scrolling out of view
2022-03-17 07:46:56 +00:00
Remco Burema
7dfcac7bbe
Merge pull request #11663 from Ultimaker/CURA-9007_burger_menu
[CURA-9007] Update Burger Menus
2022-03-16 15:59:32 +01:00
j.delarago
84d7443c18 Change OnYChanged out for OnPositionChanged inside scrollbar. Makes a bit more sense logically and this can be reused in ScrollViews as well.
Added OnPositionChanged to General Page
CURA-8979
2022-03-16 13:59:22 +01:00
j.delarago
4b853b89bd Fix typo
CURA-8979
2022-03-15 16:23:18 +01:00
j.delarago
9dbc497fcb Move TabRow below so it renders over the top lining of content rectangles.
Update Tab styles to match designs

CURA-8979
2022-03-15 16:19:33 +01:00
j.delarago
b33a5d7b84 Add space, so content isn't bellow scrollbar
CURA-8979
2022-03-15 15:54:50 +01:00
j.delarago
99f9918db5 Remove Italics
CURA-8979
2022-03-15 15:05:26 +01:00
j.delarago
bf784dbba0 show star on hover
CURA-8979
2022-03-15 15:03:49 +01:00
j.delarago
59b7d20f75 Update ReadOnlyTextArea import
Update ReadOnlyTextArea style (It's not really read only 🤔)

CURA-8979
2022-03-15 14:50:02 +01:00
Jaime van Kessel
f9814520f7 Merge branch 'master' of github.com:Ultimaker/Cura into CURA-8979_Materials_Preference_Page 2022-03-15 11:07:44 +01:00
Jaime van Kessel
97124bf5a9 Fix various QML warnings
CURA-8979
2022-03-15 10:32:44 +01:00
Jaime van Kessel
f760ca146d Fix sizing of materialBrandSelection
This also cleans up some stuff from the theme. Huzzah

CURA-8979
2022-03-15 10:25:56 +01:00
Jaime van Kessel
93405bdb93 Add identation for the materials preferences page
CURA-8979
2022-03-15 10:19:34 +01:00
j.delarago
ff824b718c Replace burger buttons with generic BurgerButton.qml component.
Move comment onto newline (Comments on the same line as component names break text folding)

Update burger menu margins in SettingView to match design

CURA-9007
2022-03-14 16:14:57 +01:00
j.delarago
0ba4dbacc4 Make combobox_wide much wider and swap out existing uses of combobox_wide for combobox.
CURA-8890
2022-03-14 13:13:30 +01:00
Jaime van Kessel
c6326eff64 Ensure that "update profile" button in preferences has correct enabled state
CURA-9023
2022-03-14 11:56:45 +01:00
Jaime van Kessel
0084001e2f Remove . from button string
CURA-9023
2022-03-14 11:47:19 +01:00
Jaime van Kessel
97732336e3 Increase width of dropdown boxes in general page
CURA-8990
2022-03-14 11:42:50 +01:00
casper
5136838f56 Update materials list in materials preference page
Main improvement of this commit is that the reusable category button
component is used as the collapsable header component for the material
brands/types.

CURA-8979
2022-03-11 16:42:11 +01:00
casper
e2c9e0a461 Elide text in materials slot
CURA-8979
2022-03-11 16:29:37 +01:00
casper
359cb673bc Merge branch 'master' into CURA-8979_Materials_Preference_Page 2022-03-11 14:02:33 +01:00
casper
2f8f56d762 Merge branch 'master' into CURA-8979_Materials_Preference_Page
# Conflicts:
#	resources/qml/Preferences/ProfilesPage.qml
2022-03-11 13:57:30 +01:00
Casper Lamboo
60f7b2dccb
Merge branch 'master' into CURA-9005_restyle_print_setting_category 2022-03-11 13:43:33 +01:00
casper
c6b8abd53e Update materials slot
CURA-8979
2022-03-11 13:22:45 +01:00
casper
5701f42d63 Move CategoryButton to cura repo
CURA-9005
2022-03-11 13:11:36 +01:00
casper
2dd440cc0c Fix print settings tab in materials view
CURA-8979
2022-03-10 22:13:32 +01:00
casper
9ba44f1d30 Move details plane caption to management page
This way the caption can be correctly aligned with the hamburger menu
button

CURA-8979
2022-03-10 10:15:31 +01:00
Jaime van Kessel
ec1f8f7125 Add extra info label
CURA-9023
2022-03-09 16:30:32 +01:00
Jaime van Kessel
84bb4790f8 Fix spacing between update & discard actions
CURA-9023
2022-03-09 16:28:26 +01:00
Jaime van Kessel
a285e39799 Set defaultname for create new profile
CURA-9023
2022-03-09 16:26:01 +01:00
Jaime van Kessel
cbf995cb85 Add tooltip to create new button
CURA-9023
2022-03-09 16:24:49 +01:00
Jaime van Kessel
6aeac2b2a4 Shorten copy of update button
Added the full text in the tooltip

CURA-9023
2022-03-09 16:13:41 +01:00
casper
418f88a4da boy scouting
CURA-8975
2022-03-09 15:59:21 +01:00
casper
f9a5cb33fd Implement basic styling of material management page
CURA-8979
2022-03-09 15:26:55 +01:00
j.delarago
aa25e0746c Make burger invisible when no printer is selected in Printer page
CURA-9007
2022-03-07 14:35:09 +01:00
j.delarago
016cc4e48f Merge branch 'master' into CURA-9005_restyle_print_setting_category 2022-03-07 13:37:58 +01:00
j.delarago
76d9cf6f4d Remove margins that keep listview items from being under the scrollbar. Instead set width of listView smaller so it doesn't overlap.
Update per object setting visibility dialog to have same category design as SettingVisibilityCategory.qml and SettingCategory.qml

CURA-9005
2022-03-07 13:20:05 +01:00
Jaime van Kessel
efea7c9bed Clean up ordering of properties in profiles page
Boyscouting; It was a bit of a mess

CURA-8982
2022-03-03 14:25:33 +01:00
Jaime van Kessel
e569346750 Move scrollview caption over two lines
CURA-8982
2022-03-03 14:19:21 +01:00
Jaime van Kessel
950fc6f3da Hide hamburger menu if no item is selected
CURA-8982
2022-03-03 14:18:58 +01:00
Jaime van Kessel
802a80b702 Fix visibility of create new button in profiles page
CURA-8982
2022-03-03 14:12:55 +01:00
Jaime van Kessel
165172f919 Re-add Duplicate button in profiles page
CURA-8982
2022-03-03 14:08:47 +01:00
Jaime van Kessel
6b9e66cfb7 Add title to profiles page
CURA-8982
2022-03-03 14:06:27 +01:00
Remco Burema
901dc55733
Merge pull request #11535 from Ultimaker/CURA-8688_qt6_cleanup
[CURA-8688] QT6 cleanup
2022-03-02 16:49:53 +01:00
j.delarago
5dfc5971e3 Dialogs inheriting from incorrect Component, causing the buttons to be styled incorrectly
CURA-8688
2022-03-01 14:53:51 +01:00