Cura/plugins/PerObjectSettingsTool
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
..
__init__.py Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
PerObjectCategory.qml Update PerObjectCategory to QtQuick.Controls 2.1 2022-01-20 22:15:22 +01:00
PerObjectItem.qml Remove unneded styles import 2022-01-04 09:48:02 +01:00
PerObjectSettingsPanel.qml Merge branch 'replace_controls_1_for_controls_2' into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity' 2022-01-31 16:53:45 +01:00
PerObjectSettingsTool.py Override all settings that might influence infill mesh shells to 0 2021-07-15 18:46:20 +02:00
PerObjectSettingVisibilityHandler.py Reduce nesting complexity with some pre-checks 2021-06-16 12:58:09 +02:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
SettingPickDialog.qml Merge branch 'replace_controls_1_for_controls_2' into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity' 2022-01-31 16:53:45 +01:00