Cura/plugins
Ghostkeeper 002f43598b Correct storing upgraded config location
Two big things had to happen for this: The resource types of quality and machine stack have to be defined before the initialisation of the version upgrade manager, since the version upgrade manager needs to know those storage locations at initialisation. But the storage location is still prefaced with '.config/UM' at this point, so instead we pass on the resource type (but the resource type still has to be defined before the init).

The other big change is that we now have to name the configuration type 'quality' and 'machine_stack' instead of 'instance_container' and 'container_stack' to coincide with the resource type. This allows us to be more consistent in later plug-ins when we also have to upgrade other instance container types.

Contributes to issue CURA-844.
2016-07-07 13:51:41 +02:00
..
3MFReader Fixed up the 3MF reader to use the changed MeshBuilder and MeshData. 2016-06-28 11:43:02 +02:00
AutoSave Update AutoSave plugin to work with the new settings API 2016-05-30 15:29:10 +02:00
ChangeLogPlugin Merge branch '2.1' 2016-06-04 19:11:59 +02:00
CuraEngineBackend Restart timer after slicing is performed when not enabled. 2016-07-06 16:21:03 +02:00
CuraProfileReader Support for importing a profile. 2016-06-09 14:14:50 +02:00
CuraProfileWriter Move ProfileReader and ProfileWriter over to Cura itself. 2016-06-09 14:14:49 +02:00
GCodeProfileReader Remove unused name/id when importing a profile from a gcode file 2016-07-05 21:58:47 +02:00
GCodeWriter GCodeWriter: Getting always the correct container with the currently used profile. 2016-06-24 16:00:38 +02:00
ImageReader Merge branch 'master' into simple_convex_hull 2016-06-21 14:47:10 +02:00
LayerView Merge branch 'master' into simple_convex_hull 2016-06-21 14:47:10 +02:00
LegacyProfileReader Merge branch 'settings_rework' 2016-05-25 15:12:25 +02:00
PerObjectSettingsTool Make PerObjectSettingVisiblityHandler inherit SettingVisiblityHandler and some other cleanup 2016-06-23 13:33:51 +02:00
RemovableDriveOutputDevice Bump API version of plugins that do not need extra porting 2016-05-30 15:29:10 +02:00
SliceInfoPlugin Made exception handling of slice info plugin way more robust 2016-07-06 16:32:24 +02:00
SolidView Fix minor codereview issues 2016-06-22 17:19:14 +02:00
UltimakerMachineActions Merge branch 'master' of github.com:Ultimaker/Cura 2016-07-07 13:44:19 +02:00
USBPrinting Restarting machine check properly re-enables endstop check 2016-07-07 13:43:45 +02:00
VersionUpgrade/VersionUpgrade21to22 Correct storing upgraded config location 2016-07-07 13:51:41 +02:00
XmlMaterialProfile Add support for some additional properties to XmlMaterialProfile 2016-06-02 08:10:55 +02:00
XRayView Increment XRayView API number 2016-05-20 16:22:10 +02:00