Cura/plugins
Ghostkeeper 0deac84ec2
NetworkError is an enum, no longer comparable as int
With the Qt6 upgrade, we have to treat enums as full enums, within their normal class namespace and such. They are no longer just integer-globals static in the QtCore.Qt class. They are no longer treated as integers by PyQt.
Other places that checked for such errors were already doing it like this.

Contributes to issue CURA-9100.
2022-04-11 10:00:32 +02:00
..
3MFReader Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
3MFWriter Change imported namespace pySavitar to Savitar 2022-02-28 10:44:16 +01:00
AMFReader Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
CuraDrive Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
CuraEngineBackend Merge branch 'master' into CURA-8640_PyQt6 2022-03-24 11:53:44 +01:00
CuraProfileReader Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
CuraProfileWriter Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
DigitalLibrary Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
FirmwareUpdateChecker Merge branch 'master' into PyQt6_upgrade 2022-02-21 11:52:28 +01:00
FirmwareUpdater QTQuick.Dialogs jumped to using 6.0 in QT6 2022-03-29 16:04:02 +02:00
GCodeGzReader Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
GCodeGzWriter Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
GCodeProfileReader Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
GCodeReader Parse up to 16 extruders 2022-03-11 10:13:44 +01:00
GCodeWriter Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
ImageReader Some place RegularExpressionValidator can't be found in QtQuick 2.10 but can be in 2.15 so all files using RegularExpressionValidator have been bumped to latest QtQuick 2022-04-05 16:10:39 +02:00
LegacyProfileReader Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
MachineSettingsAction Merge branch 'master' into CURA-8640_PyQt6 2022-03-24 11:53:44 +01:00
Marketplace Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
ModelChecker wip qt changes 2022-03-30 16:55:56 +02:00
MonitorStage Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
PerObjectSettingsTool Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
PostProcessingPlugin Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
PrepareStage Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
PreviewStage Remove more references to old controls 2021-11-10 17:30:42 +01:00
RemovableDriveOutputDevice Update set deamon logic 2022-03-30 15:12:44 +02:00
SentryLogger Ensure that stored log lines are sent to sentry if they haven't already been logged 2022-01-03 14:10:36 +01:00
SimulationView Fix parameter injection deprecation warning 2022-04-06 11:24:17 +02:00
SliceInfoPlugin wip qt changes 2022-03-30 16:55:56 +02:00
SolidView Use right enum 2022-03-30 17:33:43 +02:00
SupportEraser Use correct keyboard enums 2022-03-31 13:54:24 +02:00
TrimeshReader Credits given where credits due 2022-03-23 16:42:26 +01:00
UFPReader Update SDK version to 7.9.0 2021-12-16 17:15:59 +01:00
UFPWriter Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
UltimakerMachineActions Merge branch 'master' into PyQt6_upgrade 2022-02-21 11:52:28 +01:00
UM3NetworkPrinting NetworkError is an enum, no longer comparable as int 2022-04-11 10:00:32 +02:00
USBPrinting Update set deamon logic 2022-03-30 15:12:44 +02:00
VersionUpgrade Merge branch 'master' into qt6_beyond_the_splash 2022-04-06 15:24:30 +02:00
X3DReader Fix various typos 2021-09-07 11:33:54 -04:00
XmlMaterialProfile Merge branch 'master' into PyQt6_upgrade 2022-02-21 11:52:28 +01:00
XRayView Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
README_plugins.txt Add Readme's to plugins and resources folders. 2021-07-27 11:08:01 +02:00