Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-17Remove unneeded controlJaime van Kessel
CURA-8587
2021-12-16Invert style of install buttonJelle Spijker
Contribute to CURA-8587
2021-12-16Fixed the updating buttonJelle Spijker
Contributes to CURA-8587
2021-12-16Don't show the enable button on recently installed pluginsJelle Spijker
Contributes to CURA-8587
2021-12-15Switch between correct states of the un-/installed buttonsJelle Spijker
Contributes to CURA-8587
2021-12-15Remove un-needed column componentcasper
CURA-8587
2021-12-14Simplify enabled busy statecasper
both the `installManageButton` and `updateManageButton` are busy when `packageData.busy`, so the `!(installManageButton.busy || updateManageButton.busy)` check didn't make much sense. CURA-8587
2021-12-14Only show enable/disable button if plugin is installedcasper
CURA-8587
2021-12-13Fix updating packageJaime van Kessel
CURA-8587
2021-12-13Simplifications and cleanupJaime van Kessel
CURA-8587
2021-12-13Simplify onClicked for install buttonJaime van Kessel
CURA-8587
2021-12-13Simplify the update logic in the package model / cardJaime van Kessel
CURA-8587
2021-12-13Simplify enable/disable button visibilityJaime van Kessel
CURA-8587
2021-12-13Correctly set defaults of managebuttonJaime van Kessel
CURA-8587
2021-12-13Remove unneeded {}Jaime van Kessel
CURA-8587
2021-12-13Remove unneeded "primary_action" from managebuttonJaime van Kessel
2021-12-13Switch ManageButton over to implicitWidth & height instead of layoutJaime van Kessel
This makes it a much easier to re-use component. CURA-8587
2021-12-13Remove unneeded importJaime van Kessel
CURA-8587
2021-12-10Moved busy/confirmed logic to QMLJelle Spijker
COntributes to CURA-8587
2021-12-10Fixed the spinnerJelle Spijker
Contributes to CURA-8587
2021-12-10Moved the update logic to the PackageManagerJelle Spijker
Contributes to CURA-8587
2021-12-10Make sure `ManageButton` has the correct width and heightcasper
Cura 8587
2021-12-09Enable and disabled now toggle correctlyJelle Spijker
Contributes to: CURA-8587
2021-12-09Handle bundled packages which can be DowngradedJelle Spijker
Contributes to: CURA-8587
2021-12-09Fixed Enable button text and styleJelle Spijker
Contributes to: CURA-8587
2021-12-09Fixed update buttonsJelle Spijker
Contributes to: CURA-8587
2021-12-09Don't show the Enable buttons for materialsJelle Spijker
Contributes to: CURA-8587
2021-12-09Moved stateManageButton logic out of the packageModelJelle Spijker
Contributes to: CURA-8587
2021-12-09Show spinner againJelle Spijker
Contributes to: CURA-8587
2021-12-09Show Install and Update buttons in the correct scenario'sJelle Spijker
Contributes to: CURA-8587
2021-12-08Merge remote-tracking branch ↵casper
'origin/CURA-8587_disable_update_install_and_uninstall' into CURA-8587_disable_update_install_and_uninstall # Conflicts: # plugins/Marketplace/resources/qml/PackageCard.qml # plugins/Marketplace/resources/qml/PackagePage.qml
2021-12-08Combine dublicated elements from `PackageCard` and `PackagePage` intocasper
reusable component `PackageCardHeader` cura 8734
2021-12-08Rework of the ManageButtonJelle Spijker
Now uses the internal signal Contributes to: CURA-8587
2021-12-08Merge pull request #11037 from Ultimaker/CURA-8734_Package_card_refactorJelle Spijker
Cura 8734 package card refactor
2021-12-08Make ManageButton a reusable Componentcasper
cura 8734
2021-12-08Display different types of manage buttons through Loader.sourceComponentcasper
cura 8734
2021-12-08Renamed Manager to RestartManagerJelle Spijker
Contributes to: CURA-8587
2021-12-08Merge branch 'CURA-8587_disable_update_install_and_uninstall' into ↵casper
CURA-8734_Package_card_refactor
2021-12-08Also have/keep the uninstalled status displayed.Remco Burema
'isRecentlyInstalled' was both for installing _and_ uninstalling. Will add the rename to the refactor later on. part of CURA-8587
2021-12-08Split PackageCard into PackageCard and PackagePagecasper
cura 8734
2021-12-08Automatic abortRequest for each API requestJelle Spijker
Defensive programming Contributes to: CURA-8587
2021-12-08Introduced a Manager to centralize plugin/package managementJelle Spijker
Should have done this from the start. Will move other relevant scattered functions to this type. For now it checks if the restart banner needs to show. Taking into account that a user can toggle between enable and disable without an actual restart. Even with multiple plugins. Contributes to: CURA-8587
2021-12-07Peristance of 'Installed' text.Remco Burema
part of CURA-8587
2021-12-07Trying to set a persistent install managebuttonJelle Spijker
Contributes to: CURA-8587
2021-12-07Hidden other manage buttons when the other is confirmedJelle Spijker
Contributes to: CURA-8587
2021-12-07Reset button if user declines licenseJelle Spijker
Contributes to: CURA-8587
2021-12-07Don't show en-/disable button when un-/installedJelle Spijker
Contributes to: CURA-8587
2021-12-07Show a conformation message after a successful manage actionJelle Spijker
Contributes to: CURA-8587
2021-12-07Only show manage buttons in manage tab or detail viewJelle Spijker
Contributes to: CURA-8587
2021-12-07Some final tweaks and added missing documentationJelle Spijker
Contributes to: CURA-8587