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-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-04-13Prevent tootltip from showing during "processing" of slice buttonJaime van Kessel
CURA-9150
2022-04-08Replace `RecolorImage` with `ColorImage`c.lamboo
CURA-8640
2022-04-06Fix crash on slicing.j.delarago
A Component with 0 width and height does not load values from registered Objects correctly. This 0 width/height was caused by a binding loop for height in the contentItem. CURA-8640
2022-03-04Replace Text.Align with custom enum alignmentj.delarago
CURA-8943
2022-03-03Move ToolbarButton and ToolTip from Cura into Uranium. This makes it ↵j.delarago
possible to use new styled ToolbarButton in plugins/Tools for the rotate tool. Removed the ContentAlignment enum in ToolTip in favour of using the Text.ContentAlignment enum. For some reason references to this enum fail everywhere when ToolTip is moved into Uranium. There is some evil time-wasting magic cast on this component! CURA-8943
2022-01-24Update print action hotkey listener to QtControls 2casper
CURA-8684
2021-07-28Use the StatusIcon qml component for the warning iconsKonstantinos Karmas
CURA-8349
2021-07-28Replace warning icon in the unable to slice messageKonstantinos Karmas
With the new warning icon that has a solid background, similar to the warning icon used in the messages. CURA-8439
2021-07-02Adjust color-scheme for button restyle.Remco Burema
Also changed ligh theme. part of CURA-8012
2021-06-30Remove 'roundedness' and 'shadow' from action-buttons.Remco Burema
Per the new UI design. Keep them as deprecated properties, so we may not need a major API/SDK increase just yet. contributes to CURA-8012
2021-06-28Unrevert new icon set for all of Cura's interfaceGhostkeeper
We created a new set of icons for Cura. These icons had to be reverted though because they weren't working out in the interface for the last release yet. This unreverts them, basically adding them back hoping that we'll get them fixed in time for the next release. Contributes to issue CURA-8342. Revert "Revert "Fix merge conflict"" This reverts commit bb20e3307f43edc1ff53cb154d2351ddfe39e158. Revert "Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"" This reverts commit 70e4e9640e561e18a12870f30c905203ce8ccee7. Revert "Revert "Fix typo in icon name"" This reverts commit 38ce22ba7c3f40b971bc6e1e0a8e776ca9d51512. Revert "Revert "Add list for deprecated icons"" This reverts commit 119a957e7f978dbf1ddbcb3b0005bf38e8fed943. Revert "Revert "Add Function icon"" This reverts commit 760726cf0bb953bb1b0fc277b448f419d4bd2544. Revert "Revert "Switch out inherit icon"" This reverts commit 26afff609381e2004d194c280f504b6226859bd3. Revert "Revert "Merge branch 'CURA-8205_Introduce_new_icons_in_Cura' of github.com:Ultimaker/Cura"" This reverts commit 6483db3d47ee052c1a966cdee3af7190577a5769. Revert "Fix incorrect icons" This reverts commit 02a4ade2a50a943ff36fd4895bdc9261cf2133eb.
2021-05-27Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"Jaime van Kessel
This reverts commit 6120d8a054b8c04bf90b8b3d3cb219d691bece2f, reversing changes made to 95652556fef90f70adbf25bfa9bd3b8af7220d4a.
2021-04-26Update Iconsjelle Spijker
Subdivided the new icons in 3 size categories. As requested by UX Used the company naming scheme for uniformity and easy recognition. Known issues: - Top/Bottom category wasn't taken into account by UX at the time. Since this is a recent addition. Both the Walls and Top/Bottom will be updated. - Cloud/Network connection icons 12px don't render correctly. Due to the theme-ing. - Extruder Icons do not render correctly. CURA-8010_new_icons
2021-03-30Revert "Cura 7813 qml modules version bump"Konstantinos Karmas
2021-03-30Merge pull request #9472 from Ultimaker/CURA-7813_QML_warningsKonstantinos Karmas
Cura 7813 qml modules version bump
2021-03-30Fix QML warnings due to depricated on<signal> calls in ConnectionsKostas Karmas
As of 5.12, the signals used in connections should not be declared as on<signal>, but as function on<signal>(arguments).
2021-03-29Update Layouts, Control.Styles and Dialogsjelle Spijker
CURA-7813
2021-03-29Update QtQuick and QtQuick.Controlsjelle Spijker
CURA-7813
2021-01-26Show print weight with single decimal in the details viewJaime van Kessel
Fixes #9176 CURA-7992
2020-04-02Revert "Fix binding loop in action panel widget"Nino van Hooff
Fix improper player slider layout which was introduced in 5cfe71e5
2020-03-20Fix binding loop in action panel widgetGhostkeeper
This widget can't set its width to the width of its children, since its children anchor to its right-hand side which depends on the width. This fixes the following warning in the log: 2020-03-20 14:25:20,351 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///home/trin/Gedeeld/Projects/Cura/plugins/PrepareStage/PrepareMain.qml:16:5: QML ActionPanelWidget: Binding loop detected for property width Done during Turbo Testing and Tooling.
2019-09-28Update ActionPanelWidget.qmlThomas Karl Pietrowski
Find this whitespace strange. Shouldn't this normally give an error? Or is this allowed due to the syntax?
2019-07-24Fix dimensions of print job information popup when using Qt 5.13.Mark Burton
Remains compatible with Qt 5.10.
2019-07-10Use correct font for material estimatesGhostkeeper
Otherwise it uses the system defaults.
2019-05-29Directly show feedback when pressing the slice buttonJaime van Kessel
CURA-6034
2019-05-08Change time/material 'specification' into 'estimation'Ghostkeeper
Because that's what it is and how you should use it.
2019-04-03Merge branch 'master' into WIP_onboardingGhostkeeper
2019-04-03Move Cura.ProgressBar to UraniumGhostkeeper
It is not specific to 3D printing. Contributes to issue CURA-6057.
2019-04-02Add total cost to the output overview.Jaime van Kessel
This fixes #5529
2019-03-21Merge remote-tracking branch 'origin/WIP_onboarding' into ↵Lipu Fei
WIP_onboarding_machine_action
2019-03-21Fix merge conflicts with masterLipu Fei
2019-03-19WIP: Cleanup and unify MachineAction stylesLipu Fei
2019-03-18Consistent capitalisationGhostkeeper
2019-02-28WIP: Make reusable widget CuraProgressBarLipu Fei
2019-02-14Ensure the layout gets the right width & height for the output devices popupJaime van Kessel
CURA-6222
2019-02-05Fix dark-theme material-estimates-panel (and layout-issues). [CURA-6174]Remco Burema
2019-02-04Configure whether preview shortcut is visible from ActionPanelWidget propertyGhostkeeper
This way it's more dynamic: You don't need to hardcode the plug-in name in the widget to see whether or not it's visible. Contributes to issue CURA-6086.
2019-02-04Move action panel into each stageGhostkeeper
They can then decide if it needs to be there. For instance, the monitor stage doesn't want to have this panel. Also each stage can position it where they like, and in the near future I'll make a feature to let it decide whether or not to show the preview button. Contributes to issue CURA-6086.
2019-01-31Move additional component loader into ActionPanelWidgetJaime van Kessel
2019-01-28Add Text.NativeRendering for LabelsLipu Fei
CURA-6141
2019-01-28Remove colon according to designLipu Fei
CURA-6141
2019-01-28Use LabelLipu Fei
CURA-6141
2019-01-26MaterialInfo: Tweak text-alignment/layout. [CURA-6141]Remco Burema
2019-01-26MaterialInfo: Also replace HTML-text with QML-elements for 'by line-type'. ↵Remco Burema
[CURA-6141]
2019-01-24MaterialInfo: Put height and fonts by QML-elements for 'by material-type'. ↵Remco Burema
[CURA-6141]
2019-01-24MaterialInfo: Begin replace HTML-text with QML-elements for 'by ↵Remco Burema
material-type'. [CURA-6141]
2019-01-15Prevent spurious updates to 'onPreferenceChanged's if the preference doesn't ↵Remco Burema
match.