Cura/plugins/Marketplace
Jelle Spijker 453de95d12
Defensive programming
Long API calls might return after the Local or Remote
PackageList has been deconstructed. Somehow setting
the ownership in QML doesn't seem to work for this.
So we guard against this with a try catch block.

Contributes to: CURA-8587
2021-12-08 09:58:53 +01:00
..
resources Introduced a Manager to centralize plugin/package management 2021-12-08 08:06:56 +01:00
__init__.py Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
Constants.py Some final tweaks and added missing documentation 2021-12-07 09:48:48 +01:00
LocalPackageList.py Defensive programming 2021-12-08 09:58:53 +01:00
Manager.py Introduced a Manager to centralize plugin/package management 2021-12-08 08:06:56 +01:00
Marketplace.py Introduced a Manager to centralize plugin/package management 2021-12-08 08:06:56 +01:00
PackageList.py Defensive programming 2021-12-08 09:58:53 +01:00
PackageModel.py Introduced a Manager to centralize plugin/package management 2021-12-08 08:06:56 +01:00
plugin.json Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
RemotePackageList.py Set the is_recently_installed flag 2021-12-07 16:22:31 +01:00