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-04-01Fix deprecation warning on recentfilesmenuJaime van Kessel
2022-02-17Fix merge conflicsJaime van Kessel
2022-01-14Use CuraMenu so that custom styling is usedJaime van Kessel
CURA-8683
2022-01-10Switch out the file, view and edit menu for controls 2Jaime van Kessel
CURA-8683
2021-03-30Revert "Cura 7813 qml modules version bump"Konstantinos Karmas
2021-03-29Update QtQuick and QtQuick.Controlsjelle Spijker
CURA-7813
2021-01-04Remove unused hasMesh signalGhostkeeper
This is logic that shouldn't be in QML anyway. It's not used by anything at this point. Let's remove it. Contributes to issue CURA-7868.
2020-05-27Fix decoding in recently opened menuJaime van Kessel
Fixes #7820
2019-10-07Fix recent files python function callsNino van Hooff
2018-10-09Store the dialogs in a folder called Dialogs.Diego Prado Gesto
Contributes to CURA-5784.
2018-04-10Make it possible to skip project file check in readLocalFile()Lipu Fei
CURA-5203
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-03-30Refactoring; no longer use "Printer" to identify CuraApplicationJaime van Kessel
2017-03-21Also asks when opening a recent project fileLipu Fei
CURA-3495
2016-12-23D6: Moved file loading codeVictor Larchenko
2016-12-23D5: Moved loading files codeVictor Larchenko
2016-12-23T466: Only one gcode file can be loaded at a time, and deleting previous ↵Victor Larchenko
gcode file when loading non-gcode file Merge changes : Only call backgroundItem.hasMesh if/on an imported model (skips if only curaprofiles get loaded)
2016-12-23T466: Revert the previous commit since it messed up the file rights.Victor Larchenko
2016-12-23T466: Added ability to print loaded gcodeVictor Larchenko
2016-06-28Move all the menus to individual QML files to make it easier to reuse themArjen Hiemstra
Contributes to CURA-342