Cura/plugins
Kostas Karmas 18e5d76990 Fix button to open in-Cura Marketplace materials
The button was opening the online Marketplace, which was wrong.
This fix changes the behavior to open the in-Cura Marketplace at
the materials tab.

In order to achieve that, the button calls an action called
materialsMarketplace, which in turn is connected through a
Connection in the ApplicationMenu. When the action is triggered,
it first launched the Toolbox and then it sets its category to
the materials tab.

Since the callExtensionMethod does not allow us to provide input
arguments to the called method, a new method had to be created in
the toolbox that changes the view to the materials tab, instead
of immediately calling the setViewCategory("material").

CURA-7027
2020-01-16 15:11:34 +01:00
..
3MFReader Ensure that post processing scripts are correctly reloaded on project loading 2020-01-07 10:45:57 +01:00
3MFWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
AMFReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
CuraDrive Make backup window modal 2019-11-12 10:31:45 +01:00
CuraEngineBackend Remove usage of deprecated function 2020-01-06 15:02:33 +01:00
CuraProfileReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
CuraProfileWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
FirmwareUpdateChecker Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
FirmwareUpdater Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeGzReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeGzWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeProfileReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
ImageReader make lithophane alpha channel control total final width multiplier. 2019-12-16 13:31:11 +01:00
LegacyProfileReader Remove a bunch of unused imports 2019-11-08 13:38:42 +01:00
MachineSettingsAction Remove themed color from machinesettings action 2019-12-23 17:08:48 +01:00
ModelChecker Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
MonitorStage Remove deprecated functions in MachineManager 2019-10-22 14:11:40 +02:00
PerObjectSettingsTool Rename SettingsDefinitionModel.collapse to -Recursive for consistency 2019-12-30 15:05:52 +01:00
PostProcessingPlugin Ensure that post processing scripts are correctly reloaded on project loading 2020-01-07 10:45:57 +01:00
PrepareStage Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
PreviewStage Remove redundant visibility properties from Items 2019-10-30 10:57:03 +01:00
RemovableDriveOutputDevice Don't check A: and B: drives for USB sticks 2019-11-04 16:35:49 +01:00
SentryLogger Change ModuleNotFoundError to ImportError 2020-01-06 15:53:55 +01:00
SimulationView Fix crash when layer does not exist 2020-01-06 10:47:47 +01:00
SliceInfoPlugin Fix QML warnings 2020-01-07 11:37:37 +01:00
SolidView Cut op beginRendering of solidView 2019-12-20 16:44:12 +01:00
SupportEraser Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
Toolbox Fix button to open in-Cura Marketplace materials 2020-01-16 15:11:34 +01:00
TrimeshReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
UFPReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
UFPWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
UltimakerMachineActions Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
UM3NetworkPrinting Fix typing 2019-12-17 11:33:39 +01:00
USBPrinting Fix typing 2019-12-30 12:57:04 +01:00
VersionUpgrade Remove support_tree_wall_thickness 2019-12-23 16:22:17 +01:00
X3DReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
XmlMaterialProfile Fix typing 2019-12-30 12:57:04 +01:00
XRayView Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00