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
2022-02-24Fix crash when visible_settings is missing from pre-4.8 project filesGhostkeeper
Found this while testing the new Qt interface.
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-09Merge pull request #9535 from ↵Remco Burema
Ultimaker/CURA-8093_Check_client_scope_when_upgrading_from_4.8 CURA-8093: Check client scope when upgrading from 4.8
2021-04-08Add descriptive comment for deleting the user auth dataKostas Karmas
CURA-8093
2021-04-08Delete the auth data on upgrade from 4.8 if the scope doesn't matchKostas Karmas
If the user account scope is outdated, delete it when upgrading from 4.8 to 4.9. This means that the user will have to log in again, to make sure they get the correct account scope. CURA-8093
2021-04-07Fix final set of typing issuesJaime van Kessel
2021-04-06Fix VersionUpgrade48to49 crashing if there is no "categories_expanded"Kostas Karmas
If the 4.8 is started from a clean install and no category gets expanded in the settings panel, then the "categories_expanded" key will not exist in the [cura] preferences in cura.cfg. As a result, when the 4.9 gets started in this specific case, the version upgrade 48 to 49 will produce a crash and will be considered as "failed", which will then lead to cura requesting from the user to go from the entire onboarding flow instead of landing on the "What's new" pages (even though everything else has been properly updated). This commit fixes that by checking whether the "categories_expanded" key exists in the cura.cfg.
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.
2021-04-06Fix setting the time_remaining_method in the versionUpgraderKostas Karmas
The DisplayProgressOnLCD script was changed and the "time_remaining" was split into two settings: the "time_remaining" and the "time_remaining_method". If the "time_remaining" was enabled, the "time_remaining_method" should be set to "m117". The VersionUpgrader48to49 was changing the "time_remaining" to "m117" instead of changing the "time_remaining_method", which was leading to the "time_remaining" having a wrong value and not being interpreted as a boolean. This commit fixes that by setting the "time_remaining_method" into "m117" when the "time_remaining" was True. CURA-8110
2021-04-02Bumped up stack version to 5jelle Spijker
CURA-8110_upgrader
2021-04-02Revert "Removed the upgrader for the machine and extruder stack"jelle Spijker
This reverts commit 4707560d
2021-04-02Bumped up the Preference version to 7jelle Spijker
reverted the SettingVersion to 16 CURA-8110_upgrader
2021-04-02Removed the upgrader for the machine and extruder stackjelle Spijker
It is known that will cause some user scripts to default behaviour. But this is accepted behaviour, and the benefits of not upgrading the Cura Application version outweigh this.
2021-04-02Removed upgrader for instance containersjelle Spijker
CURA-8810_version_upgrade
2021-04-02Fixed documentation of upgradeSettingVisibilityjelle Spijker
CURA-8810_version_upgrade
2021-04-01Upgrade expanded categories as welljelle Spijker
CURA-8810_version_upgrade
2021-04-01Allow setting visibilities to be upgradedjelle Spijker
CURA-8810_version_upgrade
2021-04-01Add top_bottom category to visible settings in preferencejelle Spijker
CURA-8810_version_upgrade
2021-03-31Added the VersionUpgrade48to49 plugin to bundled packagesjelle Spijker
CURA-8810_version_upgrade
2021-03-31Add version upgrade plug-in for 4.9Ghostkeeper
Needed to happen at some point... Contributes to issue CURA-7787.