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-11-11Commit suggestion by JelleCURA-9424_update_loading_projects_designJoey de l'Arago
CURA-9424
2022-11-11Revert Some of "Fix show/hide button in WorkSpaceDialog printer selector"Joey de l'Arago
This reverts commit 0c79ec73
2022-11-11Update drop down to show correct printer icons in headerJoey de l'Arago
CURA-9424
2022-11-11Removed unused UpdatableMachinesModel.pyJoey de l'Arago
CURA-9424
2022-11-11Apply suggestions from code reviewJoey de l'Arago
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
2022-11-10Add tooltip in WorkspaceDialog over the printer selection drop down.Joey de l'Arago
CURA-9424
2022-11-10Fix show/hide button in WorkSpaceDialog printer selectorc.lamboo
CURA-9424
2022-11-09Fix clicking `PrepareMenu`c.lamboo
CURA-9424
2022-11-09Clean up section property logicc.lamboo
CURA-9424
2022-11-09Round width to prevent drawing text on non-integer offsetsc.lamboo
Contribution from @fieldOfView CURA-9424
2022-11-09Remove column with single childc.lamboo
Just rendering the single child produces the same result CURA-9424
2022-11-09Align dropdown in open project dialogc.lamboo
CURA-9424
2022-11-09Add create new buttonc.lamboo
CURA-9424
2022-11-09Make `MachineSelector` more generic by detaching logic from viewc.lamboo
By detaching the logic from the view custom handlers can be added to selecting printers. This was needed as the MachineSelector in the `WorkspaceDialog` needed to do something different from the `PreparMenu`. CURA-9424
2022-11-04Swap out UpdatableMachinesModel for MachineListModel.Joey de l'Arago
This has to be instantiated with the WorkspaceDialog but attaching the listeners throws an error because it is done too early. The listeners are not needed anyway, so they have been disabled. Update WorkspaceDialog.qml to use MachineListModel CURA-9424
2022-11-04Update MachineListModel to optionally take a list of global stack to show in ↵Joey de l'Arago
list instead of searching the container registry. Add option not to listen to container change events in MachineListModel. CURA-9424
2022-11-04Allow buttons to be passed in for drop down.Joey de l'Arago
The change also remove the "Add Printer" and "Manage Printer" buttons from the monitor page drop down. CURA-9424
2022-11-04Start MachineSelector refactor by allowing list model to be passed in.Joey de l'Arago
CURA-9424
2022-11-03Update iconsJoey de l'Arago
CURA-9424
2022-11-03Adjust dialog margins.Joey de l'Arago
Move title into full width white square. CURA-9424 Co-authored-by: Casper Lamboo <casper.lamboo@ultimaker.com>
2022-11-03Adjust dialog margins.Joey de l'Arago
Move title into full width white square. CURA-9424 Co-authored-by: Casper Lamboo <casper.lamboo@ultimaker.com>
2022-11-02Adjust warning label marginsJoey de l'Arago
CURA-9424
2022-11-02Create custom component for rows in WorkplaceDialog.Joey de l'Arago
CURA-9424
2022-11-02Add padding below section titlesJoey de l'Arago
CURA-9424
2022-11-02Adjust margins on dialog to match designsJoey de l'Arago
CURA-9424
2022-11-02patch checking for base parent component of Combobox to check if it exists ↵Joey de l'Arago
first. This should be refactored out some time. CURA-9424
2022-11-02fix visibility checkJoey de l'Arago
CURA-9424
2022-11-02Make types specificJoey de l'Arago
Remove unused imports CURA-9424
2022-11-02remove comboboxheightJoey de l'Arago
CURA-9424
2022-11-02move signal function to bottom of fileJoey de l'Arago
CURA-9424
2022-11-02Refactor workspace sections into separate qml file.Joey de l'Arago
Refactor an existing hack to force trigger the onIndexChanged functions of the comboboxes. CURA-9424
2022-11-01Add icons to the left of titlesJoey de l'Arago
Align title text with values in table CURA-9424
2022-11-01Add open with above printer drop down.Joey de l'Arago
CURA-9424
2022-11-01Adjust marginsJoey de l'Arago
CURA-9424
2022-11-01Use unique id for WorkspaceDialogJoey de l'Arago
CURA-9424
2022-11-01Use wide button spacingJoey de l'Arago
CURA-9424
2022-11-01Update dialog sizeJoey de l'Arago
CURA-9424
2022-11-01Added Triage status labelMariMakes
An attempt to improve responsiveness on feature requests.
2022-10-30Merge pull request #11678 from Ultimaker/brim_per_material_optimized_orderRemco Burema
Brim overhaul: New features and bug fixes
2022-10-30Engine should know to (not) offset the nozzles w.r.t. disallowed areas.Remco Burema
part of CURA-9066
2022-10-30Fix unlinked brim settings behaviour.Remco Burema
Some brim settings seemed to behave as if they where linked, when in fact for any extruder set to -1 the 'default extruder' was set by some hacky code that supposedly fixes a 'dissallowed area' issue, very likely also related to the skirt/brim settings. Since dissalowed area for skirt/brim will not be a thing anymore, at least in the front-end, due to CURA-9066 (the 'parent' jira ticket that was blocked by this bug); it was sinplest just to remove the hack altogether. (Otherwise we'd have to make an artificial distinction between -1 and None as it relates to 'Not Set/Used' versus 'Not Overridden', only to then force it back to -1 in situations that call for it -- like communicating to the engine.) CURA-9553
2022-10-28Merge pull request #13680 from Ultimaker/Update-splash-screenJaime van Kessel
Updated splashscreen
2022-10-28Updated splashscreenLorenzo Romagnoli
Updated splash screen logo with new logo with capital M
2022-10-28Merge pull request #13671 from Ultimaker/CURA-9808-update-ulti-maker-logoJoey de l'Arago
Update logo.svg
2022-10-27Update logo.svgCURA-9808-update-ulti-maker-logoLorenzo Romagnoli
2022-10-26Merge pull request #13651 from Ultimaker/PP-251_create_annealing_intentJaime van Kessel
Create a resolve function on the "support_enable" setting
2022-10-26Merge branch 'main' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
PP-251_create_annealing_intent
2022-10-25Merge branch 'main' into brim_per_material_optimized_orderRemco Burema
2022-10-21Merge pull request #12254 from Ultimaker/fix_materials_list_too_smallJoey de l'Arago
Allow text to be wider if favourite button is not shown
2022-10-21Merge pull request #13319 from Ladnessness/mainJoey de l'Arago
Update Actions.qml