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
2021-11-30Don't restore files ignored with current backup policy.Remco Burema
2021-09-21Handle encoding errors in back-up zipsGhostkeeper
2021-09-20Catch errors when backing up the preferences fileGhostkeeper
2021-07-28Updated message with message typesJelle Spijker
2021-07-27Update messages to use the message_typesJaime van Kessel
2021-06-25Revert "Show warning when restoring backup failed"Konstantinos Karmas
2021-06-25Show warning when restoring backup failedjelle Spijker
2021-06-24Ignore files-in-use while restoring a backupKonstantinos Karmas
2021-06-22Process events while extracting the downloaded backupKonstantinos Karmas
2021-06-22Read preferences from new restored configsKonstantinos Karmas
2021-06-17Add missing typingJaime van Kessel
2021-06-17Re-enable the backing up of pluginsJaime van Kessel
2021-06-16Fix issue with restoring backups from 4.10Jaime van Kessel
2021-06-03Compare version-objects, not strings.Remco Burema
2021-06-01Remove plugins that weren't restored in the backup from the installed listJaime van Kessel
2021-06-01No longer include plugins in the backupJaime van Kessel
2021-04-19Fix crashing while restoring a backup file with the wrong encodingKostas Karmas
2021-03-17Obfuscate sensitive preference data from the back-upJelle Spijker
2020-07-21Don't send -1 as profile countGhostkeeper
2020-06-25Also report failure if the file system can't handle the archive contentsGhostkeeper
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Updated comments in BackupJelle Spijker
2020-03-26Scout some documentation to docstring.Remco Burema
2020-03-26Fix: Definitions could be partly saved between backup restore and quit.Remco Burema
2020-01-31Check if main config file is in backup zip.Remco Burema
2019-05-16Prevent crashes when backup fails to be restoredJaime van Kessel
2019-05-16Fix backup causing a crash in specific situationsJaime van Kessel
2019-04-24Fix data saving before making a backupLipu Fei
2019-04-04No longer prevent old versions from being restored in backupJaime van Kessel
2018-11-26Don't fail the samefile check if second file didn't existGhostkeeper
2018-11-26Don't copy preference file to the same locationGhostkeeper
2018-10-01Fix getting cura application instanceChrisTerBeke
2018-09-28Make Backup._application privateLipu Fei
2018-09-28Fix missing argumentLipu Fei
2018-09-28Fix refactor and testsLipu Fei
2018-09-28Fix imports in BackupLipu Fei
2018-09-28Resolve circular imports for CuraAPILipu Fei
2018-07-04Add types for backup metadataGhostkeeper
2018-06-13CURA-5330 Fix typing in the BackupsDiego Prado Gesto
2018-06-13Merge branch 'master' into mypy_fixesDiego Prado Gesto
2018-06-11Convert to Doxygen documentationGhostkeeper
2018-06-08CURA-5330 Add typing to BackupDiego Prado Gesto
2018-05-24Fix init py in backups moduleChrisTerBeke
2018-05-23Cleanup for cfd1b7b813ccdac76c623243a03633b2059d9a0eChrisTerBeke
2018-05-23Fix AutoSave conflicts with BackupManagerLipu Fei
2018-05-22Save settings before moving config file on LinuxChrisTerBeke
2018-05-18Add info message when failed because of version mismatchChrisTerBeke
2018-05-18Do not allow restore different versionChrisTerBeke
2018-05-17Fix ignored files for WindowsChrisTerBeke
2018-05-17Start fixing restore on WindowsDiego Prado Gesto