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 (Expand)Author
2017-10-26CURA-4451 Minor changesDiego Prado Gesto
2017-10-23Create empty not supported container dynamically when no qualities are found ...ChrisTerBeke
2017-10-17Run crash dialog on Qt thread so the GUI gets updated correctlyLipu Fei
2017-10-17Fix code styleLipu Fei
2017-10-16Adjusted Crash report message titleA.Sasin
2017-10-13CURA-4195 Add strings for I18NDiego Prado Gesto
2017-10-13CURA-4195 - Add module name to the crash reportDiego Prado Gesto
2017-10-10Parsing traceback to get more information about the crash - CURA-4195Diego Prado Gesto
2017-10-09Adding info to be sent as JSON and send when button is pressed - CURA-4195Diego Prado Gesto
2017-10-09Changed Crash Report layout and new information included - CURA-4195Diego Prado Gesto
2017-05-19Dump stacktrace for all threads in CrashReportLipu Fei
2017-05-04Remove kitten image and related text from CrashDialogLipu Fei
2017-01-17Fixes for all of the plugins. Added a script to invoke mypy. (I'm stiiiick of...Simon Edwards
2016-12-15Make Debug mode a build-time option instead of a hardcoded valueArjen Hiemstra
2016-12-12Fix the crash handler string so we get no errors from gettextArjen Hiemstra
2016-12-08Make the crash dialog a bit more friendlyArjen Hiemstra
2016-12-08Re-enable Debug mode by defaultArjen Hiemstra
2016-12-08Remove "debug mode" command line parameterArjen Hiemstra
2016-06-10Mark certain types of exceptions as fatal and abort the application if they o...Arjen Hiemstra
2016-06-10Use the Logger to report uncaught exceptionsArjen Hiemstra
2015-10-08Fix crash handler to not complain about debug_mode not being setArjen Hiemstra
2015-10-05Fix issues with crash handler and log file creation on WindowsArjen Hiemstra
2015-10-05Disable crash handler if debug mode is not enabledArjen Hiemstra
2015-09-10Fix strings in crash handlerArjen Hiemstra
2015-09-08adds/adapts translation context markersTamara Hogenhout
2015-09-08adds/adapts translation context markersTamara Hogenhout
2015-08-19Print backtrace on console when we are not running a py2exe/py2app buildArjen Hiemstra
2015-08-04Use sys.exit() instead of exit()Arjen Hiemstra
2015-08-04Handle all uncaught exceptions through CrashHandler and gracefully fail if we...Arjen Hiemstra
2015-07-13Add a crash handler to catch uncaught exceptionsArjen Hiemstra