Cura/cura/Settings
Ghostkeeper f2c8d8756e
Don't emit changed signals if the global stack ID doesn't exist
Because nothing will change then.

This is equivalent to putting the call to self.__emitChangedSignals() in the if-statement. But I switched the condition of the if-statement around because it looks more like error handling to me. This is the main case.

Contributes to issue CURA-5045.
2018-03-27 09:41:14 +02:00
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ContainerManager.py Allow getContainer() to return None 2018-03-26 15:48:03 +02:00
CuraContainerRegistry.py Fix profile ordering in profile importing 2018-03-15 15:27:47 +01:00
CuraContainerStack.py CURA-4400 fix support_extruder_nr values in overhang angle and SliceInfo 2018-03-19 10:56:40 +01:00
CuraStackBuilder.py Allow getContainer() to return None 2018-03-26 15:48:03 +02:00
Exceptions.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ExtruderManager.py Return empty extruder list if no global stack 2018-03-27 09:28:19 +02:00
ExtrudersModel.py CURA-4400 optional_extruders cannot be set to disabled extruders anymore 2018-03-15 15:00:13 +01:00
ExtruderStack.py CURA-4400 Fixed project loading 2018-03-20 11:17:39 +01:00
GlobalStack.py CURA-4400 fix disallowed areas by fixing the limit_to_extruder -1 value 2018-03-19 11:46:43 +01:00
MachineManager.py Don't emit changed signals if the global stack ID doesn't exist 2018-03-27 09:41:14 +02:00
MachineNameValidator.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
MaterialSettingsVisibilityHandler.py Merge remote-tracking branch 'origin/master' into refactoring_machine_manager 2018-02-21 14:05:19 +01:00
PerObjectContainerStack.py Fix missing getExtruderPositionValueWithDefault() error 2018-03-19 12:23:42 +01:00
SetObjectExtruderOperation.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
SettingInheritanceManager.py CURA-5090 added timer to SettingInheritanceManager._update 2018-03-14 11:07:38 +01:00
SettingOverrideDecorator.py CURA-5138 generate unique name for each per object setting container, fix per object settings being lost when multiplying 2018-03-26 11:20:35 +02:00
SimpleModeSettingsManager.py Fix reset to default quality 2018-03-15 17:09:13 +01:00
UserChangesModel.py Fix retrieving setting values with "extruderValues()" and "resolveOrValue()" 2017-10-11 11:05:01 +02:00