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-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-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
2019-05-29Directly show feedback when pressing the slice buttonJaime van Kessel
CURA-6034
2019-04-03Move Cura.ProgressBar to UraniumGhostkeeper
It is not specific to 3D printing. Contributes to issue CURA-6057.
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-01-15Prevent spurious updates to 'onPreferenceChanged's if the preference doesn't ↵Remco Burema
match.
2019-01-10Move the additional components for the save button out of the action panelJaime van Kessel
CURA-6097
2019-01-10Fix broken shortcut for slice or stop slicing.Diego Prado Gesto
2019-01-03Merge branch '4.0' into unify_font_typesLipu Fei
2019-01-03Also add space for the savebutton additional components with the output widgetJaime van Kessel
CURA-6043
2019-01-02Add the postProcessing button back next to the slice buttonJaime van Kessel
CURA-6043
2018-12-31Fix 'Slicing...' message when not autoslicingGhostkeeper
Also changes the 'auto slicing' text to just 'slicing', because that's more what the user expects. Discussed with UX. Contributes to issue CURA-6025.
2018-12-21Merge pull request #5020 from Ultimaker/CURA-6004_missing_tooltipsalekseisasin
Cura 6004 missing tooltips
2018-12-20Ensure that the tooltip text is translatedJaime van Kessel
CURA-6004
2018-12-20Add missing typing for setting visibility preset modelJaime van Kessel
2018-12-20Prevent the backend attempting to reslice everytime a preference changedJaime van Kessel
2018-12-19Merge branch '4.0' into CURA-6004_missing_tooltipsDiego Prado Gesto
2018-12-12Add a component to show when no configurations are available because lack of ↵Diego Prado Gesto
connection. Contributes to CURA-5876.
2018-12-10Add a Cura Tooltip to show in some buttonsDiego Prado Gesto
Contributes to CURA-6004.
2018-12-07Remove the component IconLabel since we have a similar one in IconWithTextDiego Prado Gesto
Contributes to CURA-5941.
2018-12-04Merge branch 'ui_rework_4_0' into CURA-5876-Configuration_dropdownGhostkeeper
Conflicts: resources/qml/ActionPanel/OutputProcessWidget.qml -> Due to removed theme entry.
2018-12-04When toggling auto-slice, force a re-sliceJaime van Kessel
CURA-5997
2018-12-04Show progress bar while autoslice is preparingGhostkeeper
Previously it would say 'preparing to slice'. Now it just says 'auto slicing' but with an indeterminate progress bar. Only the indeterminate progress bar just appears empty right now... Contributes to issue CURA-5997.
2018-12-03Fix broken sizes due to merged theme entryGhostkeeper
Merge conflict went wrong, I think. Contributes to issue CURA-5876.
2018-12-03Use normal font size for Auto slicing... messageGhostkeeper
It should've been the normal font size anyway. This is not small! Contributes to issue CURA-5876.
2018-11-27Merge branch 'ui_rework_4_0' into CURA-5876-Configuration_dropdownGhostkeeper
Conflicts: plugins/PrepareStage/PrepareMenu.qml: Git was wrong, this was not really a conflict. resources/qml/ActionButton.qml: With iconSource being modified on ui_rework_4_0 and me modifying the icon to be able to display it on the left hand side. resources/qml/ActionPanel/OutputProcessWidget.qml: Git was wrong, not really a conflict. resources/qml/ActionPanel/SliceProcessWidget.qml: Git was wrong, not really a conflict. resources/qml/ExpandableComponent.qml: Both ui_rework_4_0 and me implemented a border around popups. resources/qml/MainWindow/MainWindowHeader.qml: Git was wrong, not really a conflict. resources/themes/cura-light/theme.json: Theme item was added in a place where I added whitespace.
2018-11-26Change all uses of 'small' and 'very small' fonts to defaultGhostkeeper
These two fonts are exactly the same, but I want to use the 'small' font to be something a bit smaller. I'm 'removing' the superfluous font but will be re-using it immediately to look a bit smaller. Contributes to issue CURA-5876.
2018-11-26Add a label to the action panel when auto slice is ON, indicating that the ↵Diego Prado Gesto
process runs automatically. Contributes to CURA-5942.
2018-11-26Slice button will now be disabled on errorJaime van Kessel
CURA-5959
2018-11-23Changed all the action buttons to either use primary or secondary buttonJaime van Kessel
CURA-5959
2018-11-23Removed blue border if slicing is not possibleJaime van Kessel
CURA-5959
2018-11-23Add shadows to various used actionbuttonsJaime van Kessel
CURA-5959
2018-11-22Added shadow to slice buttonJaime van Kessel
CURA-5959