Cura/plugins/Marketplace/resources/qml
Ghostkeeper cd09af885d
Fix resetting when Marketplace is closed and re-opened
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.
2021-11-30 15:59:30 +01:00
..
ManagedPackages.qml Differentiate between local and remote packages 2021-11-01 17:12:18 +01:00
ManagePackagesButton.qml Fix CApitalization and spurious space. 2021-11-18 08:44:06 +01:00
Marketplace.qml Fix resetting when Marketplace is closed and re-opened 2021-11-30 15:59:30 +01:00
Materials.qml Differentiate between local and remote packages 2021-11-01 17:12:18 +01:00
PackageCard.qml Don't show download count for bundled plug-ins 2021-11-30 14:42:12 +01:00
PackageDetails.qml Make header of detail page depend on header of origin 2021-11-29 19:41:25 +01:00
Packages.qml Show hover colour when hovering a card 2021-11-30 14:50:45 +01:00
PackageTypeTab.qml moved manage packages button inside the tabBar and adjusted styling 2021-11-16 14:02:07 +01:00
Plugins.qml Differentiate between local and remote packages 2021-11-01 17:12:18 +01:00