Cura/plugins
Ghostkeeper 694254e299
Fix MIME type of material resources
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-06-16 15:54:42 +02:00
..
3MFReader Merge pull request #1910 from Ultimaker/fix_dialog_sizes 2017-06-13 13:14:44 +02:00
3MFWriter Save Cura version to project files 2017-05-17 09:23:43 +02:00
AutoSave T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
ChangeLogPlugin fix: changelog attribution to community members (CURA-3879) 2017-05-29 16:31:11 +02:00
CuraEngineBackend Add default for colour code of material 2017-05-24 15:20:59 +02:00
CuraProfileReader Fixed a bunch of error which were reported by PyCharm's code analysis. 2017-02-26 21:05:09 +01:00
CuraProfileWriter T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
GCodeProfileReader GCodeProfileReader: make deserialization more robust 2017-05-08 11:33:50 +02:00
GCodeReader Fixed UMO g-code files not being loadable 2017-04-12 17:32:47 +02:00
GCodeWriter Type is now always added when deserializing profiles to g-code 2017-05-18 16:42:11 +02:00
ImageReader CURA-3495 preRead() takes flexible arguments 2017-03-16 13:37:06 +01:00
LayerView Fix mode switching issue in LayerView 2017-05-04 15:15:38 +02:00
LegacyProfileReader T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
MachineSettingsAction Only disable timer of backend if it's initialised 2017-06-06 15:42:49 +02:00
PerObjectSettingsTool Fix selecting settings for Per Model Settings with single extrusion printers 2017-05-10 17:37:35 +02:00
RemovableDriveOutputDevice Removed file progress from removable output device, as writefile job now handles that itself 2017-03-24 16:32:39 +01:00
SliceInfoPlugin SliceInfo now only sends sliceable model hashes (layer data was also sent) 2017-03-02 16:44:40 +01:00
SolidView Merge branch 'master' into python_type_hinting 2017-01-27 15:37:30 +01:00
UltimakerMachineActions Fix global container stack variable 2017-05-31 17:17:11 +02:00
UM3NetworkPrinting Added RunTime exception catching for image_reply 2017-05-22 14:50:03 +02:00
USBPrinting Added VCP serial device support for USB Printing on Windows. 2017-05-02 12:51:34 -05:00
VersionUpgrade Definition changes are now also upgraded 2017-05-19 10:39:37 +02:00
X3DReader Fixes for all of the plugins. Added a script to invoke mypy. (I'm stiiiick of .bat files. They are just broken.) 2017-01-17 16:57:37 +01:00
XmlMaterialProfile Fix MIME type of material resources 2017-06-16 15:54:42 +02:00
XRayView Finishing up opengl 4.1 core profile things, it all works. CURA-3273 2017-02-02 17:08:20 +01:00