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 (Collapse)Author
2017-10-30Simplified version for validation need to show user agreementAleksei S
CURA-4501
2017-10-30Show Add Machine dialog after User Agreement dialog is closedLipu Fei
CURA-4501
2017-10-30Add useragreement screen on first run of CuraMark
CURA-4501
2017-10-17CURA-4457 Add parenthesis in conditional statementDiego Prado Gesto
2017-10-13CURA-4450 Updating UI after removing printerDiego Prado Gesto
When removing a printer, the new one was activated but not signals were emitted so the UI didn't update correctly. Now the printer is added and signals are emitted.
2017-10-13Merge branch 'CURA-4358_buildplate' into 3.0Diego Prado Gesto
2017-10-11Fix retrieving setting values with "extruderValues()" and "resolveOrValue()"Diego Prado Gesto
CURA-4358 Using the context for override the extruderValues() and resolveOrValue() functions, for getting the correct values. Also indicate in the context to skip the first container in the stacks (user container)
2017-10-10Make sure we do not have a crash when model is very small - CURA-4431ChrisTerBeke
2017-10-09Fix the case when active_extruder is NoneLipu Fei
2017-10-09Fix retrieving default values with "extruderValue()"Lipu Fei
CURA-4358 Use evaluation context to override the default extruderValue() function with getDefaultExtruderValue() so it can get the correct default values from each extruder.
2017-10-06Update splash screenLipu Fei
CURA-4416
2017-10-05Add some comments to better understand the code - CURA-4404Diego Prado Gesto
2017-10-05Fix extruder stacks list handling in profile modelsLipu Fei
CURA-4404
2017-10-05Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"Ghostkeeper
This reverts commit b62c19206f5e494fa27eb0b877197556c559e449, reversing changes made to 104926c6ed1648ec20b4308fdacad4e99c14c8b3. Contributes to issue CURA-4414.
2017-10-04Merge branch 'fix_garbled_fonts_macos' into 3.0ChrisTerBeke
2017-10-04CURA-4390 make plugin browser a required pluginChrisTerBeke
2017-10-03Merge branch '3.0' of https://github.com/Ultimaker/Cura into 3.0ChrisTerBeke
2017-10-03CURA-4390 add new menu item for pluginsChrisTerBeke
2017-10-03Naming of new machines now uses correct ordering againJaime van Kessel
CURA-4408
2017-10-02Merge branch '3.0'Ghostkeeper
Conflict in ClusterControlItem.qml where there was a new element in Master that wasn't present in 3.0. That element wasn't referenced anywhere else so I just removed it.
2017-10-02Revert "Use self._camera_active to detect whether we should show the camera"Ghostkeeper
This reverts commit bd0b38f6885d0dabb24aa078ade2eed6425ff5ce.
2017-10-02Use self._camera_active to detect whether we should show the cameraGhostkeeper
Because the camera timer is whether we should request the camera. Contributes to issue CURA-4376.
2017-10-02Added missing activeStack changed signalJaime van Kessel
This fixes some issues with the recommended view when the first machine is added. CURA-4403
2017-10-02Merge branch '3.0' of github.com:Ultimaker/CuraJaime van Kessel
2017-10-02Minor code changes - CURA-4395Diego Prado Gesto
2017-10-02Don't expand convex hull if offset < 0Ghostkeeper
We can only do Minkowski sums now, no subtractions. So if there needs to be a subtraction, don't do anything for now. Previously it would expand with abs(hull_offset), so a negative value would cause expansion rather than contraction. Contributes to issue #2042.
2017-09-29Now empty message in materials and variants doesn't appear - CURA-4377Diego Prado Gesto
2017-09-29Merge branch 'fix_multiple_extruder_issues' of github.com:Ultimaker/Cura ↵Jaime van Kessel
into 3.0
2017-09-29Fixed code style and machine default name is retrieved from machine definitionA.Sasin
CURA-4345
2017-09-29Added some comments to the code and minor changes - CURA-4386 CURA-4379Diego Prado Gesto
2017-09-29Fix calling loggersGhostkeeper
Because UM.Logger is a module, not the Logger class.
2017-09-28Update the active extruder index when the global container changes. ThisDiego Prado Gesto
fixes a problem when Cura starts with a single extruder printer but the user then choose a multiextruder printer - CURA-4386 Also added a quality definition in UM3E extruder with the ids of the UM3 extruders, so that the profiles for UM3 are also valid for UM3E and viceversa - CURA-4389 All are related issues with profiles and multiextruder printers
2017-09-28CURA-4386 CURA-4379 change stack behaviours to fix crashesChrisTerBeke
2017-09-28Comment out visibility of flow temperature graphGhostkeeper
Apparently it's not allowed to be in there. By being commented out I hope that a future developer won't make the same mistake and add it there to be editable in the interface.
2017-09-28Merge branch '3.0' of github.com:Ultimaker/cura into 3.0alekseisasin
2017-09-28During adding a new printer the printer name generated from default name and ↵alekseisasin
not from custom name (changed by user) CURA-4345
2017-09-28modified some code to fix the multiple extrusion issues - CURA-4379Diego Prado Gesto
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-27Revert "For discard changed window retrieve data from setting "value" ↵ChrisTerBeke
property instead of "resolve"" This reverts commit a2e0f4d64fcab35e0eeada795a20b725480013eb.
2017-09-27Merge pull request #2480 from fieldOfView/fix_disable_solid_viewJaime van Kessel
Make Solid View a required plugin
2017-09-27Merge branch '3.0' of github.com:Ultimaker/CuraJaime van Kessel
2017-09-27Merge branch 'fix_screen_scale_factor' of ↵Jaime van Kessel
https://github.com/fieldOfView/Cura into 3.0
2017-09-27For discard changed window retrieve data from setting "value" property ↵alekseisasin
instead of "resolve" CURA-4358
2017-09-26Adapting the code in case a multiextruder printer will use only one extruder ↵Diego Prado Gesto
- CURA-4359
2017-09-26Use pixels instead of points for text in splash-screenfieldOfView
The current splashscreen implementation uses DPI-independent pixel sizes for everything, but point sizes take the DPI into account. This caused too large text and misalignment in the splash screen on Hi DPI screens on Windows.
2017-09-25Merge branch 'custom_profiles' into 3.0Diego Prado Gesto
2017-09-25Solved the issue with the slider that was no showing in gray the unavailable ↵Diego Prado Gesto
profiles - CURA-4327
2017-09-25Make Solid View a required plugin.fieldOfView
There is no plugin with the id "MeshView"
2017-09-25Change behavior when there is no suitable item - CURA-4327Diego Prado Gesto
2017-09-22Working on fixing several issues with profiles - CURA-4327Diego Prado Gesto