Cura/resources/qml/Menus
Ghostkeeper 6db4a55f6e
Merge branch 'replace_controls_1_for_controls_2' into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity'
Conflicts:
	plugins/ImageReader/ConfigUI.qml
	plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml
	plugins/PerObjectSettingsTool/SettingPickDialog.qml
	resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml
	resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
	resources/qml/Preferences/GeneralPage.qml
	resources/qml/Preferences/Materials/MaterialsPage.qml
	resources/qml/Preferences/Materials/MaterialsView.qml
	resources/qml/Preferences/ProfilesPage.qml

These conflicts are all arising from headers/includes being updated at the same time, or from the two branches marking the other one's components as needing OldControls.
This introduced more OldControls markers which don't get marked as merge conflicts by Git. This happens when an element could just be left as the original name but from the new import (e.g. a Button stays a Button in Controls 2, but should be marked as from OldControls on the branch that doesn't update the Button).
2022-01-31 16:53:45 +01:00
..
ConfigurationMenu Merge branch 'replace_controls_1_for_controls_2' into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity' 2022-01-31 16:53:45 +01:00
ContextMenu.qml Use Cura.MenuItem instead of UM.MenuItem 2022-01-14 13:46:05 +01:00
EditMenu.qml Use Cura.MenuItem instead of UM.MenuItem 2022-01-14 13:46:05 +01:00
ExtensionMenu.qml Use CuraMenu so that custom styling is used 2022-01-14 15:01:48 +01:00
FileMenu.qml Disable menuItems if they aren't visible 2022-01-17 15:32:27 +01:00
HelpMenu.qml Use Cura.MenuItem instead of UM.MenuItem 2022-01-14 13:46:05 +01:00
MaterialMenu.qml Fix ordering of material menu selection 2022-01-14 14:33:46 +01:00
NozzleMenu.qml Use Cura.Menu instead of UM.Menu 2022-01-14 13:50:44 +01:00
OpenFilesMenu.qml Simplify the OpenFilesMenu 2022-01-17 11:09:42 +01:00
PreferencesMenu.qml Use Cura.MenuItem instead of UM.MenuItem 2022-01-14 13:46:05 +01:00
PrinterMenu.qml Use CuraMenu so that custom styling is used 2022-01-14 15:01:48 +01:00
PrinterTypeMenu.qml Use Cura.MenuItem instead of UM.MenuItem 2022-01-14 13:46:05 +01:00
RecentFilesMenu.qml Use CuraMenu so that custom styling is used 2022-01-14 15:01:48 +01:00
SaveProjectMenu.qml Disable menuItems if they aren't visible 2022-01-17 15:32:27 +01:00
SettingsMenu.qml Use CuraMenu so that custom styling is used 2022-01-14 15:01:48 +01:00
SettingVisibilityPresetsMenu.qml Add Cura-styled Menu, MenuItem and MenuSeparator controls 2021-05-20 12:20:19 +02:00
ViewMenu.qml Use CuraMenu so that custom styling is used 2022-01-14 15:01:48 +01:00