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-06-14Re-enable regular expressionc.lamboo
CURA-8555
2022-06-14Replace checkboxes in save project to DL dialog with a comboboxc.lamboo
CURA-8555
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-05Update TableView and TableModel in DigitalLibrary plugin.j.delarago
This is not backwards compatible with Cura < 5.0 due to the removal of Qt.labs CURA-8640
2022-03-30Update RegExpValidator to RegularExpressionValidatorc.lamboo
Due to Qt6 API change CURA-8640
2022-03-24Fix textfield height for entering project name in DLc.lamboo
from eccb @fvrmr
2022-02-17Merge branch 'master' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
replace_controls_1_for_controls_2
2022-01-26Bump UM version for CheckBoxj.delarago
2022-01-25Use new table element for saving files as wellGhostkeeper
Re-using that component. Contributes to issue CURA-8686.
2022-01-24The visibility settings in the preferences is defined in Uranium rather than ↵j.delarago
Cura. The CheckBox has been moved to Uranium so that all parts of the project have access to this default styled component.
2022-01-04Remove unneded styles importJaime van Kessel
2021-08-30Disable save to DF if the textfield is in an invalid stateJaime van Kessel
CURA-8502
2021-07-20DL: Allow 1 char filenames (not counting extension).Remco Burema
CURA-8395
2021-07-20DL: Align with online backend on allowed characters.Remco Burema
CURA-8395
2021-04-20Initial commit for the DLKostas Karmas