Cura/resources/qml
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
..
Account Fix size of signed out account screen 2022-02-21 15:27:27 +01:00
ActionPanel Replace Text.Align with custom enum alignment 2022-03-04 14:12:11 +01:00
ApplicationSwitcher Move ToolbarButton and ToolTip from Cura into Uranium. This makes it possible to use new styled ToolbarButton in plugins/Tools for the rotate tool. 2022-03-03 15:53:30 +01:00
Dialogs Change background color of Discard or keepchanges dialog 2022-03-09 13:06:28 +01:00
MachineSettings Change machine setting page text box text highlight color to match designs. 2022-03-04 15:20:46 +01:00
MainWindow Fix spacing for menu 2022-03-09 14:01:54 +01:00
Menus Lining at the bottom of UnderlineBackground and at the top of the menu give a double width lining. 2022-03-07 17:07:14 +01:00
Preferences Replace burger buttons with generic BurgerButton.qml component. 2022-03-14 16:14:57 +01:00
PrinterOutput Fix launching the usb printing menu 2022-03-03 13:01:42 +01:00
PrinterSelector Move ToolbarButton and ToolTip from Cura into Uranium. This makes it possible to use new styled ToolbarButton in plugins/Tools for the rotate tool. 2022-03-03 15:53:30 +01:00
PrintSetupSelector Remove unneeded font assignment 2022-03-14 11:40:05 +01:00
Settings Replace burger buttons with generic BurgerButton.qml component. 2022-03-14 16:14:57 +01:00
WelcomePages Remove horizontal scrollbar policies from Cura.ScrollableTextArea 2022-01-28 15:27:47 +01:00
Widgets Merge pull request #11633 from Ultimaker/CURA-9012_application_menu_fixes 2022-03-10 12:55:54 +01:00
ActionButton.qml Move ToolbarButton and ToolTip from Cura into Uranium. This makes it possible to use new styled ToolbarButton in plugins/Tools for the rotate tool. 2022-03-03 15:53:30 +01:00
Actions.qml Shorten english string for show troubleshooting 2022-03-09 13:30:22 +01:00
BorderGroup.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
CategoryButton.qml Move CategoryButton to cura repo 2022-03-11 13:11:36 +01:00
ColorDialog.qml Workaround on Windows. 2022-03-02 18:05:50 +01:00
Cura.qml Update remaining qt controls 1 imports 2022-03-01 11:48:15 +01:00
EmptyViewMenuComponent.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ExpandableComponent.qml Update highlight colors 2022-03-01 12:33:19 +01:00
ExpandableComponentHeader.qml Update highlight colors 2022-03-01 12:33:19 +01:00
ExpandablePopup.qml Update highlight colors 2022-03-01 12:33:19 +01:00
ExtruderButton.qml Move ToolbarButton and ToolTip from Cura into Uranium. This makes it possible to use new styled ToolbarButton in plugins/Tools for the rotate tool. 2022-03-03 15:53:30 +01:00
ExtruderIcon.qml Replace usage of controls label with our custom label 2021-11-10 16:37:26 +01:00
FPSItem.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
IconWithText.qml Fix display of profile name in header 2022-03-04 10:30:26 +01:00
JobSpecs.qml Increase text field width to prevent inner text from shifting 2022-03-09 09:46:57 +01:00
LabelBar.qml Replace more instances of label with UM.Label 2021-11-10 17:42:23 +01:00
MachineAction.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
MonitorButton.qml Merge branch 'replace_controls_1_for_controls_2' into CURA-8688_qt6_cleanup 2022-02-28 08:51:42 +01:00
ObjectItemButton.qml Move ToolbarButton and ToolTip from Cura into Uranium. This makes it possible to use new styled ToolbarButton in plugins/Tools for the rotate tool. 2022-03-03 15:53:30 +01:00
ObjectSelector.qml Use custom scroll bar for object selector 2022-01-19 17:59:41 +01:00
PrimaryButton.qml Remove 'roundedness' and 'shadow' from action-buttons. 2021-06-30 17:04:55 +02:00
PrinterTypeLabel.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
PrintMonitor.qml Removed unused imports in print monitor 2021-11-16 15:07:33 +01:00
PrintSetupHeaderButton.qml Merge branch 'master' into CURA-8943_tool_panel_icon_size 2022-03-07 12:46:36 +01:00
PrintSetupTooltip.qml Replace usage of controls label with our custom label 2021-11-10 16:37:26 +01:00
ProfileOverview.qml Add workaround for TableModel not updating when rows are set directly 2022-03-01 14:20:42 +01:00
qmldir Move ToolbarButton and ToolTip from Cura into Uranium. This makes it possible to use new styled ToolbarButton in plugins/Tools for the rotate tool. 2022-03-03 15:53:30 +01:00
RadioCheckbar.qml Fix various typos 2021-09-07 11:33:54 -04:00
RoundedRectangle.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
SearchBar.qml Use re-usable search-bar for Settings search as well. 2021-11-16 10:20:08 +01:00
SecondaryButton.qml Apply right theme colors for secondary button 2022-03-10 11:54:58 +01:00
SpinBox.qml Use Cura.TextField in the spinbox component 2022-03-01 09:30:02 +01:00
TableView.qml Ensure contentWidth is calculated correctly 2022-02-22 11:31:46 +01:00
TertiaryButton.qml Make icons smaller for tertiary buttons 2021-11-30 14:56:09 +01:00
Toolbar.qml Use template literals to format string 2022-03-07 11:31:24 +01:00
ToolTip.qml Merge branch 'master' into CURA-8943_tool_panel_icon_size 2022-03-07 12:46:36 +01:00
ViewOrientationButton.qml Remove the margin from the ViewOrientation buttons 2021-07-02 09:38:12 +02:00
ViewOrientationControls.qml Remove unused imports 2022-02-22 11:39:00 +01:00
ViewsSelector.qml Replace usage of controls label with our custom label 2021-11-10 16:37:26 +01:00