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-13Fix direction of pointing rectangleJaime van Kessel
Turns out that using anchors doesn't quite work anymore due to qt6 upgrade. Oh well! CURA-9137
2022-04-08Replace `RecolorImage` with `ColorImage`c.lamboo
CURA-8640
2022-03-07Use template literals to format stringCasper Lamboo
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
2021-09-07Fix various typosluz paz
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2021-06-30Fix qml warning about the sourceSize of the ToolbarButton iconKonstantinos Karmas
CURA-8202
2021-06-28Change the color of a circle around the toolbar buttonKonstantinos Karmas
Instead of changing the color of the entire tool when it is hovered or selected, now a background circle will be drawn and its color will change according to whether the button is hovered/selected or not. In addition, the button icons will now be half the size of the button itself. CURA-8013
2021-06-28Remove spacing between toolbar buttonsKonstantinos Karmas
CURA-8013
2021-03-30Revert "Cura 7813 qml modules version bump"Konstantinos Karmas
2021-03-29Update QtQuick and QtQuick.Controlsjelle Spijker
CURA-7813
2020-07-13Clear focus when changing toolsGhostkeeper
This is a fix for a bug on MacOS where the delete key wasn't working. A text field from the tools was in focus, which caught the key event, preventing objects from being deleted. Fixes #7754 and CURA-7585.
2020-06-04Improve readability and add comments.Mark Burton
2020-06-04Stop panel growing above first tool button.Mark Burton
2020-06-03Change the panelBorder rectangle anchor to the bottom for lower toolbar buttons.Mark Burton
This makes the panel grow upwards into clear space rather than downwards which is a problem when the Cura window height is restricted.
2020-05-29Remove usage of deprecated extruders propertyGhostkeeper
Initially PyCharm didn't find this because it's not typed. Done during Turbo Testing and Tooling.
2020-05-13Catch mouse events in toolpanelJaime van Kessel
Fixes #7720
2020-01-24Only update position of label when it's visibleJaime van Kessel
This prevents unneeded re-rendering
2019-05-09Catch scroll events and not propagate them to the main viewDiego Prado Gesto
2018-12-14Merge branch 'CURA-6015_fix_osx_crash' of github.com:Ultimaker/Cura into 4.0Jaime van Kessel
2018-12-14Ensure that all icons use the same color from theme.Jaime van Kessel
Also added some fixes for the dark theme
2018-12-13Reduce the creations of ExtrudersModelsLipu Fei
CURA-6015
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-04Don't show the background if there are less than 2 extruders to show in the ↵Diego Prado Gesto
Toolbar It caused a very tiny rectangle if the printer has only 1 extruder. Contributes to CURA-5984.
2018-12-03Merge branch 'ui_rework_4_0' into CURA-5876-Configuration_dropdownGhostkeeper
Conflicts: cura/Settings/MachineManager.py -> rowCount vs. count resources/qml/ExtruderIcon.qml -> Someone changed stuff that I had overwritten. resources/qml/Menus/ConfigurationMenu/PrintCoreConfiguration.qml -> Someone changed stuff that I had removed. resources/qml/Toolbar.qml -> Git was wrong, not a conflict. resources/themes/cura-light/theme.json -> Git was wrong, not a conflict.
2018-12-03Use ListModel.count instead of rowCountGhostkeeper
The .count property properly updates when the model is changed. Contributes to issue CURA-5876.
2018-11-28Code style Jaime van Kessel
CURA-5984 Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
2018-11-28Rename the properties to quickly identify that they are a booleanDiego Prado Gesto
Contributes to CURA-5984.
2018-11-27Remove unused stylesDiego Prado Gesto
2018-11-27Add a new ToolbarButtonDiego Prado Gesto
Now also the Extruder button is a toolbar button since it will show in the toolbar.
2018-11-21Merge branch 'ui_rework_4_0' into CURA-5785-Restyle_stage_menuDiego Prado Gesto
2018-11-20Improve the toolbar style by modifying the rectangles and the behaviorDiego Prado Gesto
to get a rounded rectangle on the right-top and right-bottom. Contributes to CURA-5962.
2018-11-12Updated the look of the extruder buttonsJaime van Kessel
CURA-5785
2018-11-11Apply restyle of the toolbar according to the new designs.Diego Prado Gesto
2018-08-10Show shortcut key in tool tooltipsGhostkeeper
In brackets. I couldn't translate it to an icon easily. It was possible but I'd have to create a giant mapping from every key to the key icons and add a bunch of icons and I don't think that's necessary. Contributes to issue CURA-5634.
2018-08-10Code styleGhostkeeper
2018-02-14Change Math.floor to Math.round as a last try to fix garbled fontsMark
CURA-4941
2018-02-09resolve conflictMark
2017-10-12Added some missing widths en heightsJaime van Kessel
GammaRay complained about some objects not having a size
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-27Fix margin between tools and extrudersfieldOfView
2017-09-25Use screenScaleFactor to consistently adapt sizes to display pixel ratiofieldOfView
2017-09-22CURA-4354 fixed plugin injected tool icon path finding, example in ↵ChrisTerBeke
PerObjectSettingsTool
2017-09-21When tool icon can not be found in theme, try to find it in the plugin folderJaime van Kessel
CURA-4345
2017-07-12Hide the extruder button for Custom FDM Printers with 1 extruderfieldOfView
2017-07-03Replace mock borders with true bordersfieldOfView
2017-04-26Remove unnecessary Catalog and SettingPropertyProviderArjen Hiemstra
2017-04-25Add buttons to select the extruder for the selection to the toolbarArjen Hiemstra
Contributes to CURA-3577