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-07-05Fix toolbar being drawn over monitor pageJaime van Kessel
CURA-9401
2022-05-02Fix toolbar positioning when the toolbar is taller than its parentfieldOfView
Fixes #11990
2022-04-19No longer inject close argumentJaime van Kessel
Fixes warning in the log
2022-04-06Fix parameter injection deprecation warningJaime van Kessel
2022-04-05Fix drag & dropJaime van Kessel
2022-04-01Update Dialog imports to remove versionj.delarago
Update FileDialogs selectExisting -> fileMode and folder -> currentFolder CURA-8640
2022-04-01Fix deleting item with backspaceJaime van Kessel
2022-04-01Add hack to get mouse handling working againJaime van Kessel
2022-04-01Fix loading of filesJaime van Kessel
2022-03-31Re-add header backgroundJaime van Kessel
2022-03-31Use correct default button for package install dialogJaime van Kessel
2022-03-31Renable MainWindow header by disabling account widgetJaime van Kessel
The account widget is still causing issues, but at least thats less
2022-03-30Removing shit until works.Jaime van Kessel
2022-03-30Update file dialog propertiesCURA-8640_PyQt6c.lamboo
Due to API change CURA-8640
2022-03-29QTQuick.Dialogs jumped to using 6.0 in QT6j.delarago
Update imports to use correct version number. CURA-8640
2022-03-28Roughly strip out the GraphicalEffectsJaime van Kessel
For some reason qt6 that we built still didn't like it. Since we wanna know if the rest works, yeeting that stuff out for now
2022-03-28Qt6 dropped QtGraphicalEffectsj.spijker@ultimaker.com
https://doc.qt.io/qt-6/qtgraphicaleffects5-index.html Contributes to CURA-8640
2022-03-24Merge branch 'master' into CURA-8640_PyQt6Jelle Spijker
# Conflicts: # cura/CuraApplication.py # resources/qml/Preferences/Materials/MaterialsSyncDialog.qml # resources/qml/Preferences/Materials/MaterialsView.qml
2022-03-01Update remaining qt controls 1 importscasper
CURA-8688
2022-02-23Replace `UM.MessageDialog` with newly added `Cura.MessageDialog`casper
This dialog is different from the `UM.MessageDialog` in that it CURA-8688
2022-02-11Remove superfluous semicolumnCasper Lamboo
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-02-04Remove central messageBox in favour of local boxGhostkeeper
The profile import/export was the only place where it was used, in our code base. Contributes to issue CURA-8687.
2022-02-04Change easy dialogs to UM.MessageDialogGhostkeeper
A few fields have changed. There's also a harder one, a generic one that is re-usable. I want to do that one in a separate commit since it'll need to be checked all over the code for its usage. Contributes to issue CURA-8687.
2022-01-10Switch out the file, view and edit menu for controls 2Jaime van Kessel
CURA-8683
2022-01-04Remove unneded styles importJaime van Kessel
2021-12-29Qt5->Qt6: Usee key-constants namespace.Remco Burema
part of 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`
2021-07-15Code-style improvement Konstantinos Karmas
CURA-8112 Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2021-07-14Add bracketsKonstantinos Karmas
CURA-8112
2021-07-13Fix icon being ignored in message action buttonsKonstantinos Karmas
CURA-8112
2021-07-06Make the Link button in the Messages similar to the Cura Tertiary buttonKonstantinos Karmas
CURA-8012
2021-05-07Add missing source argument to onTriggered handlerGhostkeeper
Otherwise the source variable is always undefined. Fixes #9621.
2021-04-09Set the size of the "What's New" dialog equal to the "Welcome" dialogKostas Karmas
CURA-8154
2021-03-30Revert "Cura 7813 qml modules version bump"Konstantinos Karmas
2021-03-30Merge pull request #9472 from Ultimaker/CURA-7813_QML_warningsKonstantinos Karmas
Cura 7813 qml modules version bump
2021-03-30Fix QML warnings due to depricated on<signal> calls in ConnectionsKostas Karmas
As of 5.12, the signals used in connections should not be declared as on<signal>, but as function on<signal>(arguments).
2021-03-29Update QtGraphicalEffects, Window and Dialogsjelle Spijker
CURA-7813
2021-03-29Update Layouts, Control.Styles and Dialogsjelle Spijker
CURA-7813
2021-03-29Update QtQuick and QtQuick.Controlsjelle Spijker
CURA-7813
2021-02-09Fix typo in variable nameGhostkeeper
Otherwise you can't open any files any more. How did we not see this earlier? Contributes to issue CURA-7996.
2021-02-08Pass the "add to recent" as an input var to dialogs that open projectsKostas Karmas
This way it is clear before to the dialog whether it should add the file to the recent files list, before the dialog opens. CURA-7996
2021-01-07Revert making the open file dialog a separate LocalFileProvider pluginKostas Karmas
This reverts commits 00de7497a4c2986cf8fd13be8f598a0f615f3d63 to 5f6b3b52c1848416c98f7d276fe02f08d067f675 CURA-7868
2021-01-04Replace other references to the open action with the file provider modelGhostkeeper
This adds a function 'triggerFirst' to the file provider that triggers the first file provider in the model. That should then be the local file provider, but if the plug-in is disabled for some reason it would use another plug-in. Contributes to issue CURA-7868.
2021-01-04Move open dialogue to separate file provider plug-inGhostkeeper
We can now define plug-ins that specify where to open files from. This is one of the places where you can open files. This breaks the main button to open files in the interface. It needs to be redirected to trigger the plug-in to show the open file dialogue. Contributest o issue CURA-7868.
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-10-30Set initial page through currentPage after initialisingGhostkeeper
This has a delayed effect through a signal being emitted. That is necessary because the pagesList itself is also updated delayed, so at this time page 0 doesn't exist yet. Contributes to issue CURA-7501.
2020-10-30Don't create DiscardOrKeepProfileChangesDialog on start-upGhostkeeper
Just whenever we need it, please. This removes a warning from the start-up sequence, but the warning is still there when you open the dialogue. It's complaining that a model has size -13 and another has size -14, but I don't know which model that is. The UserChangesModel seems to be fine at a size of 1 or so. Contributes to issue CURA-7501.
2020-07-10Load a number of dialogs on demand instead of alwaysJaime van Kessel
Knocks off 0.4 sec of booting.
2020-06-29Let welcomeDialog default to invisibleJaime van Kessel
This speeds up the bootup a bit since it doesn't have to create a number of the items in the dialog
2020-06-10Remove unnecessary variable from CuraApplicationKostas Karmas
In response to feedback comment https://github.com/Ultimaker/Cura/pull/7904#discussion_r438022415 CURA-7454