Cura/cura/Settings
Ghostkeeper fd181ca0c3
Fix display of extruder values for enums
It wasn't always a list of ints. For enums, it's a list of strings. We have several other types. Just use variant.

Contributes to issue CURA-2232.
2016-09-16 15:56:22 +02:00
..
__init__.py Added SettingsInheritanceManager 2016-09-16 09:38:52 +02:00
ContainerManager.py Added error state for container state if serialization data is none 2016-09-13 14:54:17 +02:00
ContainerSettingsModel.py Use ListModel.setItems() instead of appending one item at a time 2016-08-29 13:43:02 +02:00
CuraContainerRegistry.py Imported profiles are now directly set as dirty so they are saved to storage upon exit 2016-08-30 09:49:07 +02:00
ExtruderManager.py Fix display of extruder values for enums 2016-09-16 15:56:22 +02:00
ExtrudersModel.py Don't show possibly incorrect materials in print monitor 2016-09-14 13:59:00 +02:00
MachineManager.py When switching nozzle or material, drop mismatching quality changes. CURA-2248 2016-09-15 17:05:14 +02:00
MaterialSettingsVisibilityHandler.py Introduce a MaterialSettingsVisibilityHandler that will only show those settings relevant for materials 2016-06-28 17:30:46 +02:00
QualitySettingsModel.py 0 is now seen as a correct value by QualitySettingsModel 2016-09-12 15:36:57 +02:00
SettingInheritanceManager.py Hiding a setting forces settingInheritance manager to re-evaluate 2016-09-16 15:32:16 +02:00
SettingOverrideDecorator.py Per object setting now defaults to first extruder instead of active 2016-08-29 16:47:32 +02:00