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 (Expand)Author
2021-12-13Simplify enable/disable button visibilityJaime van Kessel
2021-12-13Correctly set defaults of managebuttonJaime van Kessel
2021-12-13Remove unneeded {}Jaime van Kessel
2021-12-13Remove unneeded "primary_action" from managebuttonJaime van Kessel
2021-12-13Switch ManageButton over to implicitWidth & height instead of layoutJaime van Kessel
2021-12-13Remove unneeded importJaime van Kessel
2021-12-13Add missing return typeJaime van Kessel
2021-12-13Make plugin_registry protectedJaime van Kessel
2021-12-13Rename local_packages_id to local_packages_idsJaime van Kessel
2021-12-10Try sorting on section, update and display nameJelle Spijker
2021-12-10Moved busy/confirmed logic to QMLJelle Spijker
2021-12-10Don't forcefully remove bundled packages when updatingJelle Spijker
2021-12-10Use the ongoing_request queueJelle Spijker
2021-12-10Fixed the spinnerJelle Spijker
2021-12-10Use package_infos to obtain the urlJelle Spijker
2021-12-10Fixed old Marketplace update functionalityJelle Spijker
2021-12-10Disabled old toolbox functionality for updatingJelle Spijker
2021-12-10Moved the update logic to the PackageManagerJelle Spijker
2021-12-10Make sure `ManageButton` has the correct width and heightcasper
2021-12-09Enable and disabled now toggle correctlyJelle Spijker
2021-12-09Handle bundled packages which can be DowngradedJelle Spijker
2021-12-09Fixed Enable button text and styleJelle Spijker
2021-12-09Fixed update buttonsJelle Spijker
2021-12-09Don't show the Enable buttons for materialsJelle Spijker
2021-12-09Moved stateManageButton logic out of the packageModelJelle Spijker
2021-12-09Show spinner againJelle Spijker
2021-12-09Show Install and Update buttons in the correct scenario'sJelle Spijker
2021-12-08Merge remote-tracking branch 'origin/CURA-8587_disable_update_install_and_uni...casper
2021-12-08Combine dublicated elements from `PackageCard` and `PackagePage` intocasper
2021-12-08Rework of the ManageButtonJelle Spijker
2021-12-08Moved QObject out if TYPE_CHECKING statementJelle Spijker
2021-12-08Added some typing annotationJelle Spijker
2021-12-08Merge pull request #11037 from Ultimaker/CURA-8734_Package_card_refactorJelle Spijker
2021-12-08Make ManageButton a reusable Componentcasper
2021-12-08Removed redundant pyQtSlotsJelle Spijker
2021-12-08Renamed recently_install to better depict the usageJelle Spijker
2021-12-08Display different types of manage buttons through Loader.sourceComponentcasper
2021-12-08Renamed Manager to RestartManagerJelle Spijker
2021-12-08Merge branch 'CURA-8587_disable_update_install_and_uninstall' into CURA-8734_...casper
2021-12-08Also have/keep the uninstalled status displayed.Remco Burema
2021-12-08Fixed returning an error after the package is destroyedJelle Spijker
2021-12-08Split PackageCard into PackageCard and PackagePagecasper
2021-12-08Automatic abortRequest for each API requestJelle Spijker
2021-12-08Defensive programmingJelle Spijker
2021-12-08Introduced a Manager to centralize plugin/package managementJelle Spijker
2021-12-07Peristance of 'Installed' text.Remco Burema
2021-12-07Trying to set a persistent install managebuttonJelle Spijker
2021-12-07Set the is_recently_installed flagJelle Spijker
2021-12-07Hidden other manage buttons when the other is confirmedJelle Spijker
2021-12-07Get 'already going to be installed' status in constructor.Remco Burema