Cura/plugins/Marketplace
Ghostkeeper cbd1b8fbf7
Implement filter on PackageList
The filter affects the URL. So we can't just start a request in the init. We need to request once all of the properties have been set.
We also can't start the request when the filter changes, because there will be more filters and we don't want to start multiple requests. It needs to be manual.

Contributes to issue CURA-8557.
2021-10-28 18:59:03 +02:00
..
resources/qml Implement filter on PackageList 2021-10-28 18:59:03 +02:00
__init__.py Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
Marketplace.py Remove log entry for when Marketplace QML fails to load 2021-10-25 15:38:54 +02:00
PackageList.py Implement filter on PackageList 2021-10-28 18:59:03 +02:00
PackageModel.py Add missing return types on init 2021-10-25 10:37:02 +02:00
plugin.json Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00