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
2022-05-18Merge branch 'fix_tall_toolbar' of https://github.com/fieldOfView/CuraJaime van Kessel
2022-05-16Merge branch '5.0'Ghostkeeper
Conflicts: plugins/Marketplace/resources/qml/PackageCardHeader.qml -> An improvement for future translations was made at the same time as a change to the label here.
2022-05-13Merge branch 'CURA-9216_ToolTip' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-05-11Merge pull request #12161 from Ultimaker/CURA-9106_color_image_weird_scalingCasper Lamboo
[CURA-9106] Make parent item of ExtruderIcons handle all scaling.
2022-05-11Fix for tooltipCURA-9216_ToolTipc.lamboo
Problem was that the mouse events were not properly propagated to the underlying mouse area. Fixed by placing the MouseArea on top of the content (instead of under) and allowing the mouse events to propagate through the mouse area. CURA-9219
2022-05-11Fix alignment.CURA-9106_color_image_weird_scalingRemco Burema
CURA-9106 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-05-10Properly align center.Remco Burema
CURA-9106
2022-05-10Make parent item of ExtruderIcons handle all scaling.Remco Burema
CURA-9106
2022-05-10Merge branch '9145_fonts_look_ticker' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-05-10Merge branch '5.0'Ghostkeeper
2022-05-10Use border only on active stateGhostkeeper
Contributes to issue CURA-9217.
2022-05-10Render labels using `Text.QtRendering` on OSXc.lamboo
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see). In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could. CURA-9154
2022-05-10Revert "Render labels using `Text.QtRendering` on OSX"c.lamboo
This reverts commit f0e3c19a34d1fde3b7ec4fd95677fbefa2028b26.
2022-05-10Render labels using `Text.QtRendering` on OSXc.lamboo
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see). In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could. CURA-9154
2022-05-10Move 'zh_TW' translation to incomplete status for 5.0.0Remco Burema
The volunteer translator who'd normally do this never replied to our email. Hopefully this can be rectified in the next version.
2022-05-10Fix injection warning for hamburger menuJaime van Kessel
2022-05-10Merge branch '5.0' of github.com:Ultimaker/CuraJaime van Kessel
2022-05-10Merge branch 'fix_material_print_settings' of ↵Jaime van Kessel
https://github.com/fieldOfView/Cura into 5.0
2022-05-10Fix storing the "dont show this again" of the project savingJaime van Kessel
2022-05-09Merge branch '5.0'Ghostkeeper
2022-05-09Show a border around text fields and drop-downs when hoveringGhostkeeper
And when they are focused. This applies to the setting text fields, extruder selectors and drop-downs as well as to the machine settings. Contributes to issue CURA-9217.
2022-05-09Merge branch '5.0'Ghostkeeper
2022-05-09Don't override size of extruder iconsGhostkeeper
Just let them be the default size of Cura.ExtruderIcon, which is the only correct size. It is already properly centred in the tab, too. Contributes to issue CURA-9180.
2022-05-09Make buttons in account fill the whole widthGhostkeeper
That makes them easier to click. The text of these buttons was going outside of the buttons themselves. That could be a problem, but it's not visible since the button has no background. Contributes to issue CURA-9143.
2022-05-09Merge branch 'CURA-9143_dropdown_item_width' of github.com:Ultimaker/CuraJaime van Kessel
2022-05-09Make buttons in account fill the whole widthGhostkeeper
That makes them easier to click. The text of these buttons was going outside of the buttons themselves. That could be a problem, but it's not visible since the button has no background. Contributes to issue CURA-9143.
2022-05-06Merge branch '5.0'Remco Burema
2022-05-06Merge pull request #12114 from Ultimaker/CURA-9141_translate_5.0Casper Lamboo
Cura 9141 translate 5.0
2022-05-06Fix setting valuesfieldOfView
2022-05-06Disable "Print Settings" fields for read-only materialsfieldOfView
2022-05-05Align colors disabled settings textfield (5 min fix).Remco Burema
CURA-9252
2022-05-05Add catalog to files that weren't translatingCURA-9141_translate_5.0j.delarago
CURA-9141
2022-05-04Merge branch '5.0'Ghostkeeper
2022-05-04Set colour of placeholder text from themeGhostkeeper
Otherwise it defaults to black which is not readable in dark mode. Done as a 5 minute fix.
2022-05-04Merge branch '5.0' of github.com:Ultimaker/CuraJaime van Kessel
2022-05-04Merge pull request #11977 from Ultimaker/CURA-9185_material_menu_cut_offJaime van Kessel
[CURA-9185] Material menu cut off in menu
2022-05-03Merge branch '5.0' of github.com:Ultimaker/CuraJaime van Kessel
2022-05-03Merge branch '5.0' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-05-03Disable the running property of the action button by defaultJaime van Kessel
This would cause scene updates to be drawn all the time, causing constant cpu drain.
2022-05-02Replace `SpinBox` with `NumericTextFieldWithUnit`c.lamboo
CURA-9146
2022-05-02Set `stepSize` property on `SpinBox` that reflects its `decimals`c.lamboo
CURA-9201
2022-05-02Merge branch '5.0' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-05-02Fix size of setting extruder swatchJaime van Kessel
2022-05-02Merge pull request #12059 from fieldOfView/fix_phantom_menuJaime van Kessel
[5.0b1] Remove "phantom menu" when there is only a single FileProvider
2022-05-02Simplify enabled behaviourj.delarago
CURA-9232
2022-05-02Remove "phantom menu" when there is only a single FileProviderfieldOfView
2022-05-02The PrintSetupTooltip was catching events while invisible on the top left of ↵j.delarago
the screen. This was causing the menubar not to be clickable. I've disabled PrintSetupTooltip when not visible so that it does not catch events. CURA-9232
2022-05-02Fix toolbar positioning when the toolbar is taller than its parentfieldOfView
Fixes #11990
2022-04-29Merge pull request #12007 from Ultimaker/CURA-9214_export_profile_doesnt_workCasper Lamboo
[CURA-9214] Can't export profiles, also fixes exporting materials
2022-04-29Apply suggestions from code reviewCasper Lamboo