Cura/plugins
Ghostkeeper 9821793b46
Don't override boundingbox of SceneNode
Whatever was intended here, it didn't work. Because when a method is called it is called on the class of the object. Methods are not attributes of instances but attributes of the class. The attribute of the class was never changed, so this had no effect.

Contributes to issue CURA-5330.
2018-06-15 15:16:55 +02:00
..
3MFReader CURA-5330 Fix typing in 3MFReader plugin 2018-06-13 16:48:08 +02:00
3MFWriter Don't unnecessarily cast to a set 2018-06-15 13:07:55 +02:00
ChangeLogPlugin Set encoding correctly when opening files everywhere 2018-06-11 11:09:07 +02:00
CuraEngineBackend Fix typing errors 2018-06-15 15:07:08 +02:00
CuraProfileReader Merge master into material marketplace 2018-05-01 11:56:34 +02:00
CuraProfileWriter Create module cura.ReaderWriters 2018-04-05 15:14:15 +02:00
FirmwareUpdateChecker Do not run firmware update check jobs in parallel 2018-06-07 13:45:10 +02:00
GCodeGzReader CURA-5164 Make the mesh readers compliant with the new signature of the mesh reader. Also adapt the tests. 2018-05-23 17:17:41 +02:00
GCodeGzWriter Cast result of getPluginObject to the plug-in type it implements 2018-06-15 15:09:19 +02:00
GCodeProfileReader Set encoding correctly when opening files everywhere 2018-06-11 11:09:07 +02:00
GCodeReader Don't override boundingbox of SceneNode 2018-06-15 15:16:55 +02:00
GCodeWriter Don't unnecessarily cast to a set 2018-06-15 13:07:55 +02:00
ImageReader CURA-5164 Make the mesh readers compliant with the new signature of the mesh reader. Also adapt the tests. 2018-05-23 17:17:41 +02:00
LegacyProfileReader Set encoding correctly when opening files everywhere 2018-06-11 11:09:07 +02:00
MachineSettingsAction CURA-5327 fix crash when changing material diameter 2018-06-11 17:00:43 +02:00
ModelChecker Textual fix for Marketing 2018-05-28 15:27:22 +02:00
MonitorStage Small codestyle changes after merge 2018-05-24 10:39:37 +02:00
PerObjectSettingsTool CURA-5164 The Preferences is not a singleton class anymore since in some point 2018-05-11 08:50:42 +02:00
PostProcessingPlugin Codestyle changes after merge 2018-05-24 10:58:55 +02:00
PrepareStage Small codestyle changes after merge 2018-05-24 10:39:37 +02:00
RemovableDriveOutputDevice Choose correct stream depending on output mode 2018-03-16 14:54:56 +01:00
SimulationView Adjust the slider label width a bit to look ok in macOS 2018-06-12 13:40:28 +02:00
SliceInfoPlugin Merge remote-tracking branch 'origin/master' into WIP_improve_initialization 2018-05-31 13:47:27 +02:00
SolidView CURA-5164 The Preferences is not a singleton class anymore since in some point 2018-05-11 08:50:42 +02:00
SupportEraser Fix translation of Support Blocker plug-in name 2018-04-23 14:15:23 +02:00
Toolbox CURA-5330 Fix code style and typing in Toolbox plugin 2018-06-13 18:22:27 +02:00
UFPWriter Added MimeTypeDatabase for UFP extension 2018-05-08 10:59:05 +02:00
UltimakerMachineActions Cura-5296 Use separate packages.json files in app and user data 2018-05-08 11:54:19 +02:00
UM3NetworkPrinting CURA-5330 Fix typing and code style in the UM3NetworkPrinting plugin 2018-06-14 15:41:12 +02:00
USBPrinting CURA-5330 Add typing to the USBPrinting plugin 2018-06-14 15:57:30 +02:00
UserAgreement Simplify UserAgreement 2018-05-31 14:29:56 +02:00
VersionUpgrade CURA-5330 Fix typing in the VersionUpgrade plugin 2018-06-14 16:54:22 +02:00
X3DReader CURA-5164 Make the mesh readers compliant with the new signature of the mesh reader. Also adapt the tests. 2018-05-23 17:17:41 +02:00
XmlMaterialProfile CURA-5330 Fix code style in XmlMaterialProfile plugin 2018-06-14 16:49:26 +02:00
XRayView GLES shader fixes 2018-03-29 21:07:51 +02:00