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
2021-12-28Search/replace Qt5->Qt6.Remco Burema
part of upgrading Qt to v6.2: CURA-8591
2021-09-07Fix various typosluz paz
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2020-01-10Fix bunch of issues found by pylintJaime van Kessel
2019-06-02Fix creating QUrl to EmptyViewMenuComponent.qmlfieldOfView
2019-04-24Add optional empty placeholder for CuraViewLipu Fei
CURA-6469
2018-10-29Add CuraView, which does something similar to CuraStageJaime van Kessel
So instead of relying on strange activeViewProxy, it's up to the CuraView to provide a set of components. These can subsequently be used by the active stage again. CURA-5829