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
2022-05-23Also send short OpenGL versionGhostkeeper
This is the one we're more likely to be interested in. Done as a 5 minute fix.
2022-05-23Fix translation containing HTML tagsGhostkeeper
Let's not confuse the translators by requiring to translate these in the future. Done as a 5 minute fix.
2022-02-21Merge branch 'master' into PyQt6_upgradeGhostkeeper
Conflicts: cura/PlatformPhysics.py -> Removed shapely on master, while QTimer import got updated to Qt6. plugins/Toolbox -> Entire folder is deleted in master, but it was updated to Qt6 here. This can all be removed.
2022-01-11Remove unused import of sentry_sdkGabriel Féron
2022-01-03Ensure that stored log lines are sent to sentry if they haven't already been ↵Jaime van Kessel
logged CURA-8760
2021-12-29Qt5->Qt6: More renamed stuff.Remco Burema
part of CURA-8591
2021-12-29Qt5->Qt6: Make CrashHandler window show up again.Remco Burema
part of CURA-8591
2021-12-28Search/replace Qt5->Qt6.Remco Burema
part of upgrading Qt to v6.2: CURA-8591
2020-09-08Apply bitmask to user scopeGhostkeeper
As discussed, this is a method to prevent leaking personally identifiable information through crash reports, while still keeping the useful information for the developers on how widely spread the crashes are.
2020-06-12On crash report unbundled plugins + version numbers.Remco Burema
3T-sessions have their own internal tickets now! See CURA-7509 for this one.
2020-05-29Merge pull request #7551 from Ultimaker/doxygen_to_restructuredtext_commentsNino van Hooff
Converted doxygen style comments to reStructuredText style
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-29Fix anonymizing home directory if path contains double-backslash.Remco Burema
2020-04-21Converted comments in dir Cura/cura to rst styleJelle Spijker
Converted doxygen style comments to reStructuredText style in the files found in Cura/cura directory using the script dox_2_rst.py (provided in the Uranium repo). Comments were manually checked and changed if needed.
2020-02-25Merge branch '4.5'Ghostkeeper
Conflicts: cura_app.py -> Due to moving some imports around.
2020-02-24Apply suggestions from code review Jaime van Kessel
Codestyle!
2020-02-24Update cura/CrashHandler.pyNino van Hooff
Import Any and re-order if-statements for efficiency CURA-7245
2020-02-24Update cura/CrashHandler.py Nino van Hooff
Add typing to pruneSensitiveData Co-Authored-By: Jaime van Kessel <nallath@gmail.com>
2020-02-24Prune all sensitive data before sending it to SentryNino van Hooff
CURA-7245
2020-02-17Removed the user input from the CrashHandler as we are not using it for ↵Dimitriovski
sending that data to Sentry CURA-7223
2020-01-10Fix bunch of issues found by pylintJaime van Kessel
2020-01-03SentrySDK: Turn on deep integration on demandThomas Karl Pietrowski
Only whenever the sentry_sdk module is there functions of this module will be used. The only changes, which were needed to be made, are done on cura_app.py and cura.CrashHandler. Whenever the module is not available, it's functions will be omitted. The if-clauses could happen earlier, but this at least the bare minimum, and, to be honest, on Ultimaker's distribution it won't speed up anything. I expect the if-clause to take the same amount of runtime sooner or later. The check is the same and it should be on Ultimaker's distribution always be "True". Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
2019-12-19Add user (identified by MAC) & ensure that no personal info is in server_nameJaime van Kessel
2019-12-16Add some extra info to crash handler screenJaime van Kessel
2019-12-16Fix spelling mistakeJaime van Kessel
2019-12-16Fix minor codestyle issuesJaime van Kessel
2019-12-13Sentry: Add locale (both cura and os) to tags.Remco Burema
2019-11-22Add extra tag if crash was during startup or notJaime van Kessel
2019-11-22Add some extra context info to the crashesJaime van Kessel
2019-11-22Add some extra tags to make crash reports more traceableJaime van Kessel
2019-11-22Add initial stubs for sentry loggingJaime van Kessel
2019-08-14Use certifi for uploading crash reportsLipu Fei
CURA-6698
2019-05-17Ask users to write English in crash-report.Remco Burema
2018-12-06Catch All Exception except: SystemExit, KeyboardInterrupt, GeneratorExceptionAleksei S
CURA-5939
2018-03-28Move factory reset to UraniumGhostkeeper
This way it can be called from other crash handling routines there too, such as ConfigurationErrorMessage which may be triggered by arbitrary configuration errors in Uranium. Contributes to issue CURA-5045.
2018-03-27Remove duplicate importsGhostkeeper
Contributes to issue CURA-5045.
2018-03-27Remove semicolonGhostkeeper
What is this? Java??? Contributes to issue CURA-5045.
2018-03-22TypoMark
2018-03-21Clarify textMark
CURA-4833
2018-03-09Translate to American EnglishGhostkeeper
The spelling in AmE is with a Z.
2018-03-09Merge branch '3.2'Ghostkeeper
2018-02-19Add a button to open the configuration folder.fieldOfView
2018-02-15Add a button to open the configuration folder.fieldOfView
2018-02-15Improved the textMark
2018-02-08CURA-4934 fix crash handler cleanup in some rare caseJack Ha
2018-02-06Fix indexing error in CrashHandlerLipu Fei
CURA-4895
2018-02-05Remove TODOLipu Fei
CURA-4895
2018-02-05CURA-4895 Close the splash screen when the early crash dialog appears. ↵Diego Prado Gesto
Increase the size of 'show detailed crash report button'
2018-02-05CURA-4895 Correctly format the date for the backup fileDiego Prado Gesto
2018-02-05Fix AutoSave crashing the early crash dialogLipu Fei
CURA-4895