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-29Qt5->Qt6: More renamed stuff.Remco Burema
part of CURA-8591
2021-12-28Search/replace Qt5->Qt6.Remco Burema
part of upgrading Qt to v6.2: CURA-8591
2021-10-13Patch CuraApplication away while running tests for output devicesGhostkeeper
It needs CuraApplication because it wants to set metadata on the printer. But this is not relevant for the tests. Contributes to issue CURA-8609.
2021-09-07Fix various typosluz paz
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2019-12-24Fix some tests not cleaning up correctly after themselvesJaime van Kessel
The PrintInformation test wasn't cleaning up after itself correclty. This left some stuff behind that the other tests were using. Since this is bad (as at that point tests can influence other tests), i've fixed that
2019-08-23Test fixes, not working yetChrisTerBeke
2019-08-23Add a test to ensure empty configurations are not shown in the listChrisTerBeke
2019-08-22Add test for unique printer configurationJaime van Kessel
CURA-6732
2019-08-22Add tests for the available configurationsJaime van Kessel
CURA-6732
2019-08-22Added missing tests for peripheralJaime van Kessel
Not part of the ticket, but I'm boyscouting this.
2019-08-22Added missing test for camera URLJaime van Kessel
2019-03-26Move models around againLipu Fei
- Move machine related models to cura.Machines.Models - Move printer device related models to cura.PrinterOutput.Models - Other UI/GUI related modules in cura.UI
2019-03-20Move ConfigurationModel into cura.UI moduleLipu Fei
2019-03-20Move ExtruderConfigurationModel into cura.UI moduleLipu Fei
2019-03-20Move PrinterOutputModel into cura.UI moduleLipu Fei
2019-03-20Move PrinterOutputDevice into cura.PrinterOutput moduleLipu Fei
2019-03-20Move PrintJobOutputModel into cura.UI moduleLipu Fei
2019-02-22Added tests for NetworkedPrinterOutputDeviceJaime van Kessel
2019-02-15Also add tests for configurationModelJaime van Kessel
2019-02-15Add tests for PrintJobOutputModel & PrinterOutputModelJaime van Kessel