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-04-20Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800Remco Burema
2021-06-17Now unused API field only took integers originally.Remco Burema
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
2021-06-15Update SDK/API from 7.5.0 to 7.6.0 for 4.10Remco Burema
CURA-8320
2021-04-06Increment SDK version to 7.5.0Ghostkeeper
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Convert doxygen to rst for CuraProfileReader/WriterNino van Hooff
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2019-10-02Fix importing profilesJaime van Kessel
CURA-6847
2019-09-12Use container tree to get quality definition of printerGhostkeeper
Contributes to issue CURA-6600.
2019-09-03Fix typingLipu Fei
CURA-6713
2019-09-03Change definition ID upon reading profileGhostkeeper
Implements CURA-6713.
2019-07-24Fix profile upgrade in profile importingLipu Fei
CURA-6681
2019-07-16Fix typingLipu Fei
2019-07-16Don't reparse entire file when checking for already extracted versionJaime van Kessel
CURA-6659
2019-07-11Use VersionUpgradeManager to update the imported qualityLipu Fei
CURA-6659
2019-06-24Revert "Also upgrade profiles if only the setting version is incorrect"Jaime van Kessel
This reverts commit 77d396b9bdbfe52f70548b26adcc18038ff6115d. The upgrade only needs to be run if it still uses "profile" as type (eg 2.1 profiles). So for a regular setting version upgrade, this does not need to be run (and breaks importing profiles). Fixes CURA-6592
2019-06-24Added logging for cases where the upgrade of the profile failedJaime van Kessel
CURA-6592
2019-06-18Also upgrade profiles if only the setting version is incorrectGhostkeeper
We need to check both version numbers.
2019-06-18Run upgrader on imported profiles from >2.1Ghostkeeper
Oops... It should upgrade the old profiles so that they have the correct version and setting version.
2019-06-18Add typingGhostkeeper
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
2018-12-14Increment API version to 6Ghostkeeper
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
2018-10-10Code style: Space around binary operatorsGhostkeeper
I just looked for lines with interpolation = None because I was looking for another possible bug, but fixing this in the meanwhile too.
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-07-11Only use setMetaDataEntry()Lipu Fei
2018-05-01Merge master into material marketplaceLipu Fei
2018-04-06Catch ContainerFormatError when deserialising containersGhostkeeper
Only the deserialize() functions themselves may pass the ContainerFormatError on, because their callers will have to handle those errors anyway. Contributes to issue CURA-5045.
2018-04-05Create module cura.ReaderWritersLipu Fei
CURA-4644 Move all reader writer classes into cura.ReaderWriters.
2018-01-29Minor fixesLipu Fei
CURA-4868
2018-01-29Add encoding='utf-8' for text file readingLipu Fei
CURA-4875 When encoding is not provided, the behaviour is system dependent and it can break on OS X.
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-06-28Set author to Ultimaker B.V. instead of UltimakerGhostkeeper
To be consistent with the rest of the plug-ins and with the material files. Contributes to issue CURA-3857.
2017-06-22Use semantic versioning for all plugin.jsonLipu Fei
CURA-3712
2017-06-22Fix code styleLipu Fei
CURA-3712
2017-06-21Replaced catalog metadata entry with i18n-catalogJaime van Kessel
CURA-3712 & Cura-3856
2017-06-21Moved certain meta data entries to seperate fileJaime van Kessel
CURA-3856 & CURA-3712
2017-02-26Fixed a bunch of error which were reported by PyCharm's code analysis.Simon Edwards
2016-11-18Importing invalid filetypes now gives proper error messagesJaime van Kessel
CURA-2883
2016-09-09Upgrade profile function now returns empty list if something went wrong.Jaime van Kessel
Fixes CURA-1493
2016-09-08Zipfile is now closed when it's done loadingJaime van Kessel
CURA-2252
2016-09-07Code style: Use double quotes for stringsGhostkeeper
Contributes to issue CURA-2252.
2016-09-07Profile import now supports 2.1 profiles and does any needed conversion work.Simon Edwards
Contributes to CURA-2252 Import ini profile fails in 2.3
2016-09-02Added correct exception handling for .curaprofile importingJaime van Kessel
CURA-2252
2016-08-26Implemented importing multiple profiles from .curaprofile fileJaime van Kessel
CURA-2099
2016-07-12Store the Quality profile for the 'global' and extruders in the gcode. Read ↵Simon Edwards
in all of the quality profile during import. Contributes to CURA-1727 GCode Profile reading/writing: Broken and needs update
2016-06-09Support for importing a profile.Simon Edwards
Contributes to CURA-1667 Profile import/export