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
2022-06-01Use intent category if no translation is availableCURA-9297_show_custom_intent_namesJaime van Kessel
2021-12-28Qt5->Qt6: Rectify constant locations: UserRole, CppOwnershipRemco Burema
2021-12-28Search/replace Qt5->Qt6.Remco Burema
2021-12-10Prevent crash when setting non default intent categoryJaime van Kessel
2020-08-27Code style: Spaces around binary operatorsGhostkeeper
2020-08-27Ensure that quality_changes profile is correctly created on profile duplicationJaime van Kessel
2020-08-06Fix some quality_changes being incorrectly shown for some configurationsJaime van Kessel
2020-08-06Hide unavailable quality groups in profile preferencesJaime van Kessel
2020-05-29Don't use deprecated extruders propertyGhostkeeper
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Updated comments in ModelsJelle Spijker
2019-11-05Correctly sort the intents in QualityManagementModelJaime van Kessel
2019-11-05Make the intents in QualityManagementModel also translatedJaime van Kessel
2019-10-21Fix custom quality fetchingLipu Fei
2019-10-15Re-fix quality model updateLipu Fei
2019-10-15Revert "Fix QualityManagementModel update"Ghostkeeper
2019-10-15Fix QualityManagementModel updateLipu Fei
2019-10-14Sort built-in qualities by layer height for allLipu Fei
2019-10-07Simplify quality display name (label name) generationLipu Fei
2019-10-07Use catalog to translate intent category nameLipu Fei
2019-10-07Make intents work on quality management pageLipu Fei
2019-10-03Fix renaming custom profileLipu Fei
2019-09-12Remove debug printsGhostkeeper
2019-09-12Emit ContainerRegistry's containerMetaDataChanged when name changesGhostkeeper
2019-09-11Fix iterating over all stacksGhostkeeper
2019-09-11Don't create intent for global stack when duplicatingGhostkeeper
2019-09-11Store intent category in metadata of quality_changes as wellGhostkeeper
2019-09-02Fix changing name of profiles in quality changes groupGhostkeeper
2019-09-02Don't use isinstance to check for extruder stack vs. globalGhostkeeper
2019-09-02Fix getting container registryGhostkeeper
2019-09-02Move createQualityChanges function to QualityManagementModelGhostkeeper
2019-08-29Move duplicateQualityChanges to QualityManagementModelGhostkeeper
2019-08-28Fix updating quality management page profile listGhostkeeper
2019-08-28Move renameQualityChangesGroup to QualityManagementModelGhostkeeper
2019-08-28Move removeQualityChangesGroup to QualityManagementModelGhostkeeper
2019-08-28No longer update upon switching active profileGhostkeeper
2019-08-28Use ContainerTree to get current quality groups and MachineManager to updateGhostkeeper
2019-08-27Fix 'getQualityChangesGroups' now gives a list issues.Remco Burema
2019-08-15Add convenience function to get quality groups for current printerGhostkeeper
2019-08-15Use ContainerTree to get quality groupsGhostkeeper
2018-04-18Merge branch '3.3'Ghostkeeper
2018-04-18Show all quality_changes on the quality management pageLipu Fei
2018-03-27Don't crash if showing this before any machine is addedGhostkeeper
2018-03-12Add logging for every setting model updateGhostkeeper
2018-03-09Sort profile models case-insensitivelyGhostkeeper
2018-03-01Use more descriptive variable namesLipu Fei
2018-03-01Fix the usage of protected variables in quality modelsLipu Fei
2018-03-01Add docs for quality modelsLipu Fei
2018-02-19WIP: Make import/export profile workLipu Fei
2018-02-19CURA-4606 fixed Create profileJack Ha