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
path: root/cura
AgeCommit message (Expand)Author
2022-01-11Remove unused import of sentry_sdkGabriel FĂ©ron
2022-01-10Shorten two texts of 'Sync materials with printers'Ghostkeeper
2022-01-05Merge branch '4.13' of github.com:Ultimaker/CuraJaime van Kessel
2022-01-05Catch KeyError['empty_material'] when evaluating whether there's any profilesGhostkeeper
2022-01-03Ensure that stored log lines are sent to sentry if they haven't already been ...Jaime van Kessel
2021-12-16Merge branch '4.13'Ghostkeeper
2021-12-16Update SDK version to 7.9.0Ghostkeeper
2021-12-16FIx failing mypy testJaime van Kessel
2021-12-16Fix typing of scaleAreasJaime van Kessel
2021-12-15Use correct definition of Polygonscasper
2021-12-15Merge pull request #11075 from Ultimaker/CURA-8083_separate_z_shrinkage_compCasper Lamboo
2021-12-15Temporary? solution for UX w.r.t. material shrinkage.Remco Burema
2021-12-15Merge branch '4.13' of github.com:Ultimaker/CuraJaime van Kessel
2021-12-15Add missing format to error logJaime van Kessel
2021-12-14Attempt to compensate build-area/volume for material shrinkage.Remco Burema
2021-12-14Merge branch 'libArachne_rebased'Ghostkeeper
2021-12-13Also catch unknown keyring errorsGhostkeeper
2021-12-10Prevent crash when setting non default intent categoryJaime van Kessel
2021-12-09Merge pull request #11036 from Ultimaker/CURA-8736_revert_graphics_bufferRemco Burema
2021-12-08Better type checking and handling of optionalsGhostkeeper
2021-12-08Revert "Merge branch 'bremco-graphics_buffer_update'"Ghostkeeper
2021-12-06Merge branch 'CURA-8670_fix_error_message_failed_sync'Ghostkeeper
2021-12-06Merge pull request #10989 from Ultimaker/CURA-8671_dont_send_materials_to_um2cJaime van Kessel
2021-12-06Emit signal when property changedJaime van Kessel
2021-12-03Fix error message after a failed sync.Jaime van Kessel
2021-12-03Encode capabilities as comma-separated listGhostkeeper
2021-12-02Filter printer list by capabilitiesGhostkeeper
2021-12-02Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2021-12-02Ensure that opengl context is available when creating a snapshotJaime van Kessel
2021-12-02Merge pull request #10969 from Ultimaker/CURA-8666_dont_restore_backup_pluginsVandresc
2021-12-02Only perform materials-sync-job for capable printers.Remco Burema
2021-12-01CHange _getBuiltinWelcomePagePath to be staticJaime van Kessel
2021-12-01Change whatsnew to whats_newJaime van Kessel
2021-12-01Fix up documentation of WelcomePageModelJaime van Kessel
2021-12-01Fix warnings in newpages modelJaime van Kessel
2021-12-01Minor codestyle cleanupJaime van Kessel
2021-11-30Don't restore files ignored with current backup policy.Remco Burema
2021-11-30Also catch BlockingIOError when getting a keyring attributeGhostkeeper
2021-11-23Merge pull request #10901 from Ultimaker/CURA-8539_oauth_via_httprequestmanagerJelle Spijker
2021-11-23Fixed typing issuesJelle Spijker
2021-11-23Fixed some styling and typing issuesJelle Spijker
2021-11-23Modernize typing usageJelle Spijker
2021-11-22Don't restart refresh token while it's already processingGhostkeeper
2021-11-22Typing: When the user profile changes, it may also become NoneGhostkeeper
2021-11-22Add a few missing typesGhostkeeper
2021-11-22Only call success_callback if it's not NoneGhostkeeper
2021-11-22Use error callback and with correct number of parametersGhostkeeper
2021-11-22Also call processing functions for error callbacksGhostkeeper
2021-11-22Add missing failed_callbackGhostkeeper
2021-11-22Only call failed_callback if providedGhostkeeper