Cura/plugins/PreviewStage
Erwan MATHIEU e69a436942
Some checks are pending
conan-package / conan-package (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run
Fix sometimes wrongly displayed view
CURA-12660
This required a refactoring of the management of the active view. The previous behavior was that anyone could set the active view, depending on certain conditions. But now we also have a view that is set by a tool, so sometimes the actually set view would be incorrect. Now each Stage requests an active view, and each tool CAN also request an active view. Then the Controller decides which view should actually be active depending on the active stage and tool.
2025-08-06 16:15:05 +02:00
..
__init__.py plugins: Reweighting stages 2019-09-21 22:57:23 +02:00
plugin.json Upgrade SDK version to 8.0.0 for Cura 5.0 2022-04-20 10:57:38 +02:00
PreviewMain.qml Remove more references to old controls 2021-11-10 17:30:42 +01:00
PreviewMenu.qml Align sizes of prepare and preview menus 2021-07-07 11:36:10 +02:00
PreviewStage.py Fix sometimes wrongly displayed view 2025-08-06 16:15:05 +02:00