mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Previously, this would cause the Marketplace to freeze. We're still not entirely sure why. It seems to be a bug in Qt, but it's rather hard to deal with. This new solution is nicer in some ways but not as neat in others. - We're no longer clearing the content of the loader, so the QML and the package data remains in memory while the Marketplace is closed. We deem this to not be a problem, because the memory usage of this package data is only a couple of kB, nothing compared to the memory used by the slicer when it loads a model. - On the other hand, it's now possible to programmatically change the tab there, instead of manually having to click the buttons. - Fixes a bug where the highlighted tab of of the tab bar doesn't update when closing and re-opening the Marketplace. And a bug where there was a search bar for the manage page while it didn't work. Contributes to issue CURA-8565. |
||
|---|---|---|
| .. | ||
| ManagedPackages.qml | ||
| ManagePackagesButton.qml | ||
| Marketplace.qml | ||
| Materials.qml | ||
| PackageCard.qml | ||
| PackageDetails.qml | ||
| Packages.qml | ||
| PackageTypeTab.qml | ||
| Plugins.qml | ||