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
2022-08-01Fix curapackage intent and intents mappingsj.spijker@ultimaker.com
Contributes to SD-3871 and CURA-7667
2022-07-19Only unquote once in `getMaterialFilePackageId`5.1.0c.lamboo
2022-07-19Fix saving materials with spacesc.lamboo
2022-06-30Merge branch 'CURA-9365_fix_building_cura_main' into 5.1Ghostkeeper
2022-06-23Ensure that intents and variants are also copied from packagesCURA-7667_intents_in_packagesJaime van Kessel
Although we only really need the intents, it doesn't hurt to also include the variants. No idea if we will ever need or use it, but we might as well add it now. CURA-7667
2022-06-16Merge branch 'main' into CURA-9365_fix_building_cura_mainJelle Spijker
2022-06-15Remove excessive logs, make path search recursive for materials.CURA-8610_save_required_packages_metadataj.delarago
CURA-8610
2022-06-15Add logs for debuggingj.delarago
CURA-8610
2022-06-15Use os.path.join instead of appending a "/" since this is os specific.j.delarago
Remove possible bad conversion to str for path.
2022-06-15Revert "temu extra logging for debugging"j.delarago
This reverts commit febb7f1205451546ad543505d2104bd5fdb0d92e.
2022-06-15temu extra logging for debuggingj.delarago
2022-06-15add bundled paths logj.delarago
2022-06-08Add commentCURA-8610_add_package_metadataj.delarago
CURA-8610
2022-06-08Before this change packages were only being checked if they were bundled ↵j.delarago
after loading the package_id. However only installed packages were being loaded so this would always be false. The solution here is to check first if a material file is inside "secure_paths" (these are install directory resource paths). If it is, it must be a bundled material. CURA-8610
2022-06-07Fix call to plugin that was causing errors when buildingj.delarago
CURA-8610
2022-05-31Add some more information for the unhappy route and a message to inform the ↵j.delarago
user. CURA-6990
2022-05-31Improve GUID check by parsing xml and getting GUID specifically inside the ↵j.delarago
metadata tag. Remove exporting materials from disabled extruders CURA-8610
2022-05-31Update comment to clarify function usage.j.delarago
CURA-8610
2022-05-30Write active material metadata to ufp when saving.CURA-8610_save_package_metadataj.delarago
Add function to fetch package_id using only information from XmlMaterialProfile material container. The only piece of information associating the material container and the package together is the file_name. To find the package that owns a material we have to search each of the material package paths. It would be great to find a cleaner solution (preferable one that doesn't require invalidating the cached containers). CURA-8610
2022-02-21Merge branch 'master' into PyQt6_upgradeGhostkeeper
Conflicts: cura/PlatformPhysics.py -> Removed shapely on master, while QTimer import got updated to Qt6. plugins/Toolbox -> Entire folder is deleted in master, but it was updated to Qt6 here. This can all be removed.
2021-12-28Search/replace Qt5->Qt6.Remco Burema
part of upgrading Qt to v6.2: CURA-8591
2021-12-20Simplify getAllLocalPackagesJaime van Kessel
CURA-8587
2021-12-17Further simplify the data being sent over to the package managerJaime van Kessel
CURA-8587
2021-12-15Revert "Simplify `CuraPackageManager`"Jelle Spijker
This reverts commit 33f1bd8c5d2126e0f3045d9c71514dd23788f9c9.
2021-12-15Revert "Show install button after package has been uninstalled"Jelle Spijker
This reverts commit c66e17dd9e52987ff75b708557e9037f4d9d66f2.
2021-12-15Show install button after package has been uninstalledcasper
CURA-8587
2021-12-15Simplify `CuraPackageManager`casper
CURA-8587
2021-12-13Rename local_packages_id to local_packages_idsJaime van Kessel
CURA-8587
2021-12-09removed redundant dunders from helper classJelle Spijker
Contributes to: CURA-8587
2021-12-09Moved stateManageButton logic out of the packageModelJelle Spijker
Contributes to: CURA-8587
2021-12-07Some final tweaks and added missing documentationJelle Spijker
Contributes to: CURA-8587
2021-12-06Cast result to list after _updateLocalPackagesGhostkeeper
Because the _updateLocalPackages function guarantees it to be a list now, not None any more. Contributes to issue CURA-8587.
2021-12-05Fixed double items in getAllLocalPackagesJelle Spijker
Contributes to: CURA-8587
2021-12-05renamed locally_installed propertyJelle Spijker
Contributes to: CURA-8587
2021-12-05Fix duplicate packages in get AlllocalPackagesJelle Spijker
The helper class is needed because dict's aren't hashable which complicates the `in` check. Contributes to: CURA-8587
2021-12-03Use Python syntax to check if item is in collectionJelle Spijker
Als removed the check on the first loop, because we know for certain these will already be unique values. Contributes to: CURA-8587
2021-12-03Make sure recently installed packages only appear once in package listcasper
Some packages might be added to both `getPackagesToInstall` and `getAllInstalledPackagesInfo` cura 8587
2021-12-03Added uninstall functionalityJelle Spijker
Get it in a sharable state Contributes to: CURA-8587
2021-12-03Groundwork for installing/updating packagesJelle Spijker
Contributes to: CURA-8587
2021-12-03Filter already installed packages from the install listviewsJelle Spijker
Contributes to: CURA-8587
2021-12-03Get the locally installed packagesJelle Spijker
Contributes to: CURA-8587
2020-05-28Merge remote-tracking branch 'origin/master' into ↵Nino van Hooff
doxygen_to_restructuredtext_comments # Conflicts: # cura/API/__init__.py # cura/Settings/CuraContainerRegistry.py # cura/Settings/ExtruderManager.py # plugins/PostProcessingPlugin/scripts/PauseAtHeight.py # plugins/UM3NetworkPrinting/src/Cloud/CloudApiClient.py # plugins/UM3NetworkPrinting/src/Cloud/ToolPathUploader.py # plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py
2020-05-15Don't use deprecated extruders() slotGhostkeeper
It's been replaced by extruderList. Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-04-21Converted comments in dir Cura/cura to rst styleJelle Spijker
Converted doxygen style comments to reStructuredText style in the files found in Cura/cura directory using the script dox_2_rst.py (provided in the Uranium repo). Comments were manually checked and changed if needed.
2020-01-14Fix typing in __init__ methods to appease MYPYfieldOfView
2020-01-10Add some missing typingJaime van Kessel
2018-07-12Added error checking, added typing, renamed function. CURA-5389Jack Ha
2018-07-11Hide materials belong to a to-be-removed packageLipu Fei
2018-07-10Rename some functions and variablesLipu Fei
2018-07-09Renamed packageContainerIds to getPackageContainerIds. CURA-5389Jack Ha