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
2019-01-14Fix version upgradeLipu Fei
CURA-6113
2019-01-07Fix version upgrade for XMLMaterialProfileLipu Fei
CURA-5995
2018-10-03Remove unnecessary import and declaration of i18n in pluginsfieldOfView
2017-11-02Fix material upgrade and version checkingLipu Fei
CURA-4519 Less duplicated code, but it's still one of the worst parts...
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-04Update setting_version to 3 for XMLMaterialLipu Fei
CURA-4270 Technically, this is not right. This is just to postpone a time bomb... The XML material profile needs a setting number instead of getting it derived from the schema version.
2017-09-04Update all containers to setting_version 3Lipu Fei
CURA-4270
2017-07-06Use XMLMaterialProfile version tag to determine its versionLipu Fei
CURA-2724
2017-07-06WIP: Add temporary fix to make materials work with 2.7 version upgradeLipu Fei
CURA-3975 This is a temporary fix to make materials work with 2.7 version upgrade because of the setting_version change from 1 to 2. This MUST be fixed after we have decided on how to determine the versions of an XMLMaterialProfile.
2017-06-21Moved certain meta data entries to seperate fileJaime van Kessel
CURA-3856 & CURA-3712
2017-06-16Fix MIME type of material resources2.6.0Ghostkeeper
Because of this wrong MIME type, the material profile would get saved using the preferred extension of the instance container, .inst.cfg. This would then get interpreted as having the MIME type of instance containers, and then it would fail to load because it is not an INI file. Now it stores it as .xml.fdm_material and so the MIME type database interprets it as an XML file. Contributes to issue CURA-3937.
2017-05-19Minor refactoring for XMLMaterial upgradeLipu Fei
CURA-3756
2017-05-19Fix XML material upgradeLipu Fei
CURA-3756
2016-07-07Mark XmlMaterialProfile as type "material" so the import/export code can find itArjen Hiemstra
Contributes to CURA-341
2016-05-23Add a plugin that loads XML materials and an example materialArjen Hiemstra