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
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-05Splash closed on early crashIan Paschal
2018-02-05Fix AutoSave crashing the early crash dialogLipu Fei
CURA-4895
2018-02-05Fixes for early crash dialogLipu Fei
CURA-4895
2018-02-05Add a CLI flag to test early crashLipu Fei
CURA-4895
2018-02-05Make an extra early crash dialogLipu Fei
CURA-4895 An early crash dialog showing options to backup the current user data and reset the configuration files.
2018-02-05Make crash dialog available before Application startsLipu Fei
CURA-4895
2018-01-29Add encoding='utf-8' for text file readingLipu Fei
CURA-4875 When encoding is not provided, the behaviour is system dependent and it can break on OS X.
2018-01-07Activation workaround Linux+NVidia proprietary drivers for all distributionsAnton Midyukov
2017-12-10Simplify getting known argsThomas Karl Pietrowski
2017-12-10Tell early parser not to add helpThomas Karl Pietrowski
2017-12-09Code styleThomas Karl Pietrowski
2017-12-09TypoThomas Karl Pietrowski
2017-12-09cura_app: Adding help text for debugThomas Karl Pietrowski
2017-12-09Adding the application nameThomas Karl Pietrowski
Maybe it is possible to set this value later. Eg. in Uranium, so we can get the name from .getApplicationName().
2017-12-09Correcting if clauseThomas Karl Pietrowski
We don't want logs, when debugging.
2017-12-09Don't hook to CrashHandler, if we are debuggingThomas Karl Pietrowski
Getting an early crash here. Hope that one helps.
2017-12-09Creating an argparser early and add a "debug" optionThomas Karl Pietrowski
Makes sure we don't log anything at the moment, when debug is passed. Otherwise early errors are not displayed and passed to log files.
2017-12-08cura_app: We store logs now at "Roaming"Thomas Karl Pietrowski
2017-12-08Getting logs earlier!Thomas Karl Pietrowski
Have currently the issue here, that when running Cura as a COM service, that the Cura.exe is popping up for (feels like) 1s or less and crashes.
2017-12-08Compare linux distro names in lower casesLipu Fei
2017-12-08Merge pull request #2903 from AndrewDonaldson/fedora-nvidia-testLipu Fei
Add Fedora to test for nvidia driver work around.
2017-12-04Get default settings view to work as sidebar componentChrisTerBeke
2017-12-04Add Fedora to test for nvidia driver work around.Andrew Donaldson
2017-10-09Changed Crash Report layout and new information included - CURA-4195Diego Prado Gesto
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-05Correct stdout and stderr redirect location on MacLipu Fei
2017-09-04Fix stdout and stderr redirecting file locationLipu Fei
2017-05-24Enable the Python faulthandlerArjen Hiemstra
This will print a Python backtrace to stderr when SIGSEGV and similar crashes happen. Hopefully it should help a bit when debugging those.
2017-05-24Always redirect stdout/stderr to file if application is frozenArjen Hiemstra
This will make stdout/stderr also redirect to file if we are running a build on OSX or Linux.
2017-03-18Removing multiple importThomas Karl Pietrowski
We only need to import UM.Platform once.
2017-02-28Removed debug.Simon Edwards
CURA-3418 Cura build on Win 64 fails due to $PYTHONPATH
2017-02-27Added some debug.Simon Edwards
CURA-3418 Cura build on Win 64 fails due to $PYTHONPATH
2017-02-27Stop $PYTHONPATH from messing up the search path for DLLs.Simon Edwards
CURA-3418 Cura build on Win 64 fails due to $PYTHONPATH
2017-02-13Merge branch 'master' into python_type_hintingSimon Edwards
2017-02-07Cleaned up and bug fixed the command loop.Simon Edwards
CURA-3335 Single instance Cura and model reloading
2017-02-02Initial basic version of this feature.Simon Edwards
CURA-3335
2016-12-12Lots of import fixes. Eliminated the import hacks such as those used inside ↵Simon Edwards
UM/Settings/__init__.py. CURA-2917
2016-11-21Heaps to changes to get the Cura code through the type checker (with minimal ↵Simon Edwards
checking). CURA-2917
2016-08-07Removing debug print in Nvidia fixThomas Karl Pietrowski
2016-08-07Adding "LinuxMint"Thomas Karl Pietrowski
Moving the Nvidia fix just broke another PR here on GitHub. This is the original commit: https://github.com/Ultimaker/Cura/pull/909/commits/8b750cb27c509b8d16f72c34c05de7f6784eceda Thanks to @Nihlus Why we are still listing all the distributions? - Still it isn't clear whether this problem is a "Debian"-specific bug or not.
2016-08-07Merge pull request #836 from Ultimaker/master-updates-for-LinuxThomas Karl Pietrowski
Updating NVidia workaround
2016-07-04More fixes for changed setting object locationJaime van Kessel
2016-07-01Moving Nvidia workaround to cura_app.pyThomas Karl Pietrowski
* also added "debian" into the list of distributions
2016-06-15Merge branch 'master' of https://github.com/Ultimaker/Cura into ↵Thomas Karl Pietrowski
master-using-platform
2016-06-14Refactor the profile and Cura specific import/export code, put the cura ↵Simon Edwards
stuff in Cura itself. Contributes to CURA-1667 Profile import/export
2016-06-11Using UM.Platform for Windows detectionThomas Karl Pietrowski
The diff says everything.
2016-06-11Using platform.system() for Windows detectionThomas Karl Pietrowski
This is just cosmetics. It works the same as system.platform, but looks better. Additionally "win32" might be misleading, as it sounds like we are checking for Windows 32bit here.
2016-06-10Removing unneeded import of os'Thomas Karl Pietrowski
2016-04-21Just a stupid mistakeThomas-Karl Pietrowski
.reverse() does not return anything (None)