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
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-15Convert doxygen to rst for SentryLogger, SimulationView, SliceInfo,Nino van Hooff
SolidView
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-02-24Prune all sensitive data before sending it to SentryNino van Hooff
CURA-7245
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.
2020-01-06Change ModuleNotFoundError to ImportErrorJaime van Kessel
THat's what you get from developing with Python 3.6 instead of 3.5
2020-01-06Don't register SentryLogger if sentry_sdk is not availableJaime van Kessel
2019-12-16Add some documentation to SentryLoggerJaime van Kessel
2019-12-16Rename <censored_path> to <user_home>Jaime van Kessel
2019-12-16Clean up the _translateLogTypeJaime van Kessel
This makes it a bit easier to read
2019-12-16Fix minor codestyle issuesJaime van Kessel
2019-12-13Prune user paths from the sentry logsJaime van Kessel
2019-12-13Add missing typingJaime van Kessel
2019-11-22Add sentry logger to display breadcrumbsJaime van Kessel