Cura/cura/Machines
Ghostkeeper 38e723b51c
Fix loading GlobalStacks on different thread
The findContainerStacks() will list all container stacks and lazily load them. However this lazy loading is done on the thread that's calling it. The lazy loading will create GlobalStack objects, which are QObjects. The QML code then can't access those QObjects because they are created on different threads. So now instead we'll do the find query on the main thread but all the rest on the background thread.

Contributes to issue CURA-6973.
2019-10-10 15:32:14 +02:00
..
Models Don't cache machine manager and application 2019-10-08 14:16:19 +02:00
__init__.py WIP: Create VariantManager 2018-02-16 14:20:02 +01:00
ContainerNode.py Don't unnecessarily deprecate the getMetaDataEntry functionality 2019-08-23 13:43:30 +02:00
ContainerTree.py Fix loading GlobalStacks on different thread 2019-10-10 15:32:14 +02:00
IntentNode.py Add some profiling decorators to the ContainerTree 2019-10-04 13:29:22 +02:00
MachineErrorChecker.py Remove use of deprecated extruders property 2019-09-13 17:27:16 +02:00
MachineNode.py Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent 2019-10-04 15:46:41 +02:00
MaterialGroup.py Added typing for various setting classes 2018-09-10 15:24:11 +02:00
MaterialManager.py Don't use material manager to find or remove materials 2019-09-20 09:57:36 +02:00
MaterialNode.py Add some profiling decorators to the ContainerTree 2019-10-04 13:29:22 +02:00
QualityChangesGroup.py Fix renaming custom profile 2019-10-02 23:59:48 +02:00
QualityGroup.py Provide activeQualityGroupName instead of QualityGroup(QObject) 2019-10-04 15:35:32 +02:00
QualityManager.py Remove another workaround in construction of QualityGroup 2019-10-04 15:35:32 +02:00
QualityNode.py Add some profiling decorators to the ContainerTree 2019-10-04 13:29:22 +02:00
VariantManager.py Remove old buildplate function 2019-08-27 15:06:27 +02:00
VariantNode.py Fix preferring correct diameter over correct preference 2019-10-04 17:35:38 +02:00
VariantType.py Move VariantType to VariantType.py 2018-08-02 16:11:55 +02:00