Cura/plugins
Thomas Karl Pietrowski 8597b5c9be CURA-1923: SliceInfo: Sending data threaded
The idea is to make the sending process, so it won't block the UI until the data is sent or the timeout has reached.
This commit does the following:
* Increasing the timeout to 5s
-> As we are sending our data threaded now this won't hurt. At least for clients in slow networks.
* Moving section for "sending data to info_url" into a seperate thread.
* Starting the thread instead and collecting all threads in a list
* Removing all threads from the list, if they have already finished their work.
* When the SliceInfo Extension gets __del__'d, it will wait for the threads until they finish.

Contributes to CURA-1923
2016-07-25 22:25:26 +02:00
..
3MFReader Fixed reloading meshes for 3mf 2016-07-20 13:05:45 +02:00
AutoSave Update AutoSave plugin to work with the new settings API 2016-05-30 15:29:10 +02:00
ChangeLogPlugin Another stray conflict marker 2016-07-13 14:33:42 +02:00
CuraEngineBackend Removed the layer data empty guard in ProcessSlicedLayers as the problem was solved in the backend. 2016-07-22 10:22:07 +02:00
CuraProfileReader Store the Quality profile for the 'global' and extruders in the gcode. Read in all of the quality profile during import. 2016-07-12 12:41:49 +02:00
CuraProfileWriter Move ProfileReader and ProfileWriter over to Cura itself. 2016-06-09 14:14:49 +02:00
GCodeProfileReader Store the Quality profile for the 'global' and extruders in the gcode. Read in all of the quality profile during import. 2016-07-12 12:41:49 +02:00
GCodeWriter Saving a file no longer causes a re-slice 2016-07-25 15:44:16 +02:00
ImageReader Merge branch 'master' into simple_convex_hull 2016-06-21 14:47:10 +02:00
LayerView Merge branch 'master' of https://github.com/Ultimaker/Cura into layerview_dev 2016-07-12 00:37:27 +02:00
LegacyProfileReader Rename setting skirt_minimal_length to skirt_brim_minimal_length 2016-07-22 17:12:34 +02:00
PerObjectSettingsTool Merge branch 'master' of https://github.com/Ultimaker/Cura 2016-07-25 11:30:47 +02:00
RemovableDriveOutputDevice Bump API version of plugins that do not need extra porting 2016-05-30 15:29:10 +02:00
SliceInfoPlugin CURA-1923: SliceInfo: Sending data threaded 2016-07-25 22:25:26 +02:00
SolidView Stripe objects that are outside the build volume 2016-07-22 14:24:52 +02:00
UltimakerMachineActions Reinstate UMO wizard 2016-07-25 18:00:17 +02:00
USBPrinting USB printer connection is now reset when print is completed 2016-07-21 10:30:22 +02:00
VersionUpgrade/VersionUpgrade21to22 Rename setting skirt_minimal_length to skirt_brim_minimal_length 2016-07-22 17:12:34 +02:00
XmlMaterialProfile Update material container's name when its "material" metadata key changes 2016-07-11 14:57:28 +02:00
XRayView Increment XRayView API number 2016-05-20 16:22:10 +02:00