Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-06Increment SDK version to 7.5.0Ghostkeeper
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
2020-10-30Merge branch 'master' into fix_filtering_output_mimetypesKostas Karmas
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-09-28Fix filtering of output MIME types removable driveGhostkeeper
The RemovableDriveOutputDevice was selecting the preferred format to save the slice output in automatically. To select this, it was taking the intersection between the available output formats (for which there is a Writer plug-in) and the file formats that the printer supports. However if the printer supports a file format that is not supported by Cura, it would crash here because it was looking up the plug-in for a MIME type it doesn't know about. Stupid mistake. But not half as stupid as the bug I'm about to fix in the next commit. Fixes #4827.
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-07-30Fix missing part of filename w. dots for removable dr.Remco Burema
Project names are no longer stored with their extension internally, so the removal of an extra extension wasn't necesary. Fixes #8123
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Convert doxygen to rst for Prepare, Preview, RemovableOutputDeviceNino van Hooff
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-04-10Remove a number of unused variablesJaime van Kessel
2020-02-11Fix the "save to removable drive" not appearingKostas Karmas
CURA-7203
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-11-04Don't check A: and B: drives for USB sticksGhostkeeper
Fixes #2438.
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
2018-12-14Increment API version to 6Ghostkeeper
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
2018-10-03Remove unnecessary import and declaration of i18n in pluginsfieldOfView
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-07-05Fixes for WindowsRemovableDrivePluginIan Paschal
2018-03-16Choose correct stream depending on output modeGhostkeeper
We need a binary stream if we're writing in a binary format. Contributes to issue CURA-5097.
2018-03-16Cache preferred formatGhostkeeper
I think that makes the code a bit easier to read. This is not really done to make it faster, just more semantic. Contributes to issue CURA-5097.
2018-03-16Respect order of preference of output formatsGhostkeeper
Contributes to issue CURA-5097.
2018-03-15Fix translation of there being no file formats availableGhostkeeper
This entry said that it had a context, but it had none. As a result, the whole string was seen as a context.
2017-11-14Add stderr to send errors toMark
2017-10-04Remove unused importGhostkeeper
And fixed the header and documentation spelling.
2017-10-04Merge branch 'thopiekar-RemovableDrivePlugin-cleanup'Ghostkeeper
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-26Sorting imports and removing superfluous importThomas Karl Pietrowski
.. Logger has been imported twice..
2017-09-15Add message content for WriteRequestFailedErrorsGhostkeeper
The content of the exception is directly put inside a message, so we should give the exception a message.
2017-09-13Added Title for messagesalekseisasin
CURA-4203
2017-09-01Cura no longer crashes when writing to full SD drive.Jaime van Kessel
It instead tells warns the user and logs the event. CURA-3909
2017-08-14Clarify that XML material tags don't get translatedGhostkeeper
Some of the translators got this wrong last time. Let's see how good they read this next time... Contributes to issue CURA-4113.
2017-07-05Fixed removable drive error spam on WindowsJaime van Kessel
2017-06-28Set author to Ultimaker B.V. instead of UltimakerGhostkeeper
To be consistent with the rest of the plug-ins and with the material files. Contributes to issue CURA-3857.
2017-06-22Use "Ultimaker" as the author for ultimaker pluginsLipu Fei
CURA-3712
2017-06-22Use semantic versioning for all plugin.jsonLipu Fei
CURA-3712
2017-06-22Fix code styleLipu Fei
CURA-3712
2017-06-21Replaced catalog metadata entry with i18n-catalogJaime van Kessel
CURA-3712 & Cura-3856
2017-06-21Moved certain meta data entries to seperate fileJaime van Kessel
CURA-3856 & CURA-3712
2017-03-24Removed file progress from removable output device, as writefile job now ↵Jaime van Kessel
handles that itself
2017-03-14Added **kwargs option to request writeJaime van Kessel
CURA-3496
2017-02-26Fixed a bunch of error which were reported by PyCharm's code analysis.Simon Edwards
2017-01-17Fixes for all of the plugins. Added a script to invoke mypy. (I'm stiiiick ↵Simon Edwards
of .bat files. They are just broken.)
2017-01-11Using UM.Platform and correcting something minorThomas Karl Pietrowski
Since we already have UM.Platform, I think it is worth to get constancy into our code and use UM.Platform for our detection. Additionally, I corrected the head of the file, because I think I shall mention Cura and not Uranium. I guess the plugin was moved to Cura, so this was missed.
2016-12-08Update OSX removable drive code to handle 10.12 plist formatArjen Hiemstra
Fixes CURA-2618
2016-11-09OutputDevices now take file_handler into accountJaime van Kessel
CURA-1263
2016-11-01Add context to 'ready to' buttonsGhostkeeper
This should make translating easier.
2016-10-24Merge branch '2.3'Arjen Hiemstra
* 2.3: Set encoding to utf-8 when writing files Remove manually specified utf-8 encoding SettingInstanceManager now also watches containerchanged of extruder stacks
2016-10-24Set encoding to utf-8 when writing filesArjen Hiemstra
Since we assume utf-8 in a lot of places. Contributes to CURA-2692
2016-10-17Allow for saving multiple scene nodes at the same timeGhostkeeper
The selection saving saves the entire current selection and their child nodes. Contributes to issue CURA-2617.