6082 Commits

Author SHA1 Message Date
saumya.jain
34da282275 Uranium fixing API breaks.
deprecated message shows up when user uses it. will remove them in future

CURA-7812
2024-01-10 15:09:26 +01:00
Saumya Jain
148f4ca08e
Merge branch 'main' into Issue-4835-allow-to-set-print-sequence-manually 2024-01-10 13:40:13 +01:00
Saumya Jain
92aca0d8bd
Merge branch 'main' into CURA-7812-decrease-Qml-singletons 2024-01-10 13:15:08 +01:00
Remco Burema
ed47c05e4b Fix QML warning.
done as part of CURA-11396
2024-01-10 10:36:48 +01:00
saumya.jain
0ddf92ce62 fix for proper path for CuraAction undo redo
CURA-7812
2024-01-09 10:33:02 +01:00
saumya.jain
676099ccf6 Removed singleton UM.OperationStack, merged with CuraActions
Removed ActiveTool singleton added to controller singleton

CURA-7812
2024-01-09 10:29:45 +01:00
saumya.jain
d01b5c1767 Renmoved singleton Um.Application
CURA-7812
2024-01-08 17:46:04 +01:00
saumya.jain
11aa71a5df Singleton management in Cura
-QualityManagementModel, MaterialManagementModel, SimpleModeSettingsManager, MachineActionManager and CustomQualityProfilesDropDownMenuModel *deleted*
-QualityProfilesDropDownmenuModel changed to RegisterType

CURA-7812
2024-01-08 14:41:41 +01:00
alexandr-vladimirov
2b05a370ca Allow to set print sequence manually 2024-01-04 06:30:23 +03:00
saumya.jain
e66314b2dd ppr setting was added when it should be excluded
CURA-11480
2024-01-02 10:48:40 +01:00
saumya.jain
224f613228 Property of machinemanager redefined
CURA-11459
2023-12-22 11:36:51 +01:00
Remco Burema
f8239aa1fa Add 'Enterprise' if applicable to About-dialog.
done as a 15 min fix
2023-12-08 10:29:59 +01:00
Casper Lamboo
1dc350012d
Merge branch 'main' into CURA-11364_add_sentry_engine 2023-11-30 09:29:47 +01:00
c.lamboo
efe43325ae Fix intent display in darkmode 2023-11-27 17:21:20 +01:00
Jaime van Kessel
60bf2fbc2c
Add preference to disable sentry engine crash reporting
CURA-11364
2023-11-21 14:01:58 +01:00
c.lamboo
61b33691e5 Fix nozzle selection checkmark
CURA-11299
2023-11-10 15:21:18 +01:00
Erwan MATHIEU
ad868434f3
Merge pull request #17186 from Ultimaker/CURA-11263-about-dialog-blemishes
about dialog blemishes
2023-11-03 15:13:29 +01:00
c.lamboo
a225ee56fd Resolve QML warning
CURA-11263
2023-11-03 11:45:25 +01:00
c.lamboo
cf2be72cd3 Grey out menu if no items are present
CURA-11266
2023-11-02 17:15:18 +01:00
c.lamboo
0fd8284a5c Set source size on image
CURA-11263
2023-11-02 16:53:03 +01:00
Jelle Spijker
69f474a426
Merge branch 'main' into CURA-10561-makerbot 2023-10-26 15:27:25 +02:00
Fredrik Ehnbom
dc6edffea4 Add navigation style option 2023-10-21 12:18:00 +02:00
Erwan MATHIEU
d11688cbea Add deprecation warning for ColorDialog
CURA-11193
2023-10-20 11:37:32 +02:00
Erwan MATHIEU
0ff069a8dd Add color property to ColorDialog
CURA-11193
2023-10-20 10:38:35 +02:00
c.lamboo
366004cdc1 Change margins
CURA-10561
2023-10-19 22:44:27 +02:00
c.lamboo
bdb7444afa Resolve qt warnings
CURA-10561
2023-10-19 22:06:40 +02:00
c.lamboo
c7eee660de Cleanup about page
CURA-10561
2023-10-19 21:54:26 +02:00
c.lamboo
a588b8d44a Fix urls in about page
CURA-10561
2023-10-19 18:48:55 +02:00
c.lamboo
6f1adaad43 Make Conan/Python installs available for whole project and not just the AboutDialog
Generation of dependency list now happens in
Also cleaned up the AboutDialog.qml

CURA-10561
2023-10-19 18:39:08 +02:00
c.lamboo
e9cc6532d7 re-add ColorDialog class
to avoid api breaks
2023-10-10 12:00:55 +02:00
saumya.jain
ebf58aa972 propertyvalue update was not successful because of _remove_unused_value in propertyProvider
CURA-10967
2023-10-05 11:42:28 +02:00
saumya.jain
35528202b6 Fixes to improve update all extruder setting
CURA-10967
2023-09-29 14:44:34 +02:00
saumya.jain
a8f7e8636c CURA-10967
set property value updated to take into account if resolve is present or not.
2023-09-28 16:43:24 +02:00
c.lamboo
19c6c68b0a Fix cura recommended mode crashing
CURA-11051
2023-09-25 13:38:03 +02:00
Saumya Jain
9ba4081e5e
Merge branch 'main' into CURA-10997_update_printjob_icon 2023-09-13 10:15:15 +02:00
saumya.jain
8d90ee88ee name fixed for correct property handling
CURA-10906
2023-09-07 16:27:24 +02:00
saumya.jain
652e8fbe77 printjob icon
CURA-10997
2023-09-05 16:05:18 +02:00
Saumya Jain
f3c7b0f6f8
Merge branch 'main' into CURA-10896_improve_add_printer_wizard 2023-09-04 10:13:58 +02:00
Erwan MATHIEU
9e5ad281d5 Do not restore add printer dialog size
CURA-10896
2023-09-01 16:59:02 +02:00
Erwan MATHIEU
15243fd6f9 Remove QML warning at startup
Using undefined works properly, but generates a warning. The other solution is to set the maximum size to something knowingly big.

CURA-10896
2023-09-01 16:59:02 +02:00
Erwan MATHIEU
cb3d22a2c0 Use proper margin for gcode edition area
CURA-10896
2023-09-01 16:59:02 +02:00
Saumya Jain
4a8a8d35f6
Merge branch 'main' into CURA-10896_improve_add_printer_wizard 2023-09-01 11:17:18 +02:00
saumya.jain
5c2b127345 Few minor fixes
CURA-10835
2023-09-01 11:12:50 +02:00
Erwan MATHIEU
c7fde54f3d Fix GCode text bug when resizing
CURA-10896
2023-08-30 16:42:59 +02:00
saumya.jain
cb4c4214f4 Icon is dragged into visible area
CURA-10835
2023-08-30 15:28:49 +02:00
Remco Burema
fa08848152
Merge pull request #15496 from Ultimaker/CURA-7951_lock_rotation
Add option to arrange in grid
2023-08-30 13:31:42 +02:00
Erwan MATHIEU
742e11327e Allow the printers selection list to reize
CURA-10896
2023-08-30 13:17:20 +02:00
Erwan MATHIEU
6075a5b583 Make the "Add printer" window resizable
CURA-10896
2023-08-30 11:59:28 +02:00
saumya.jain
118f49a052 review comments fixed
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>

CURA-7951
2023-08-23 15:39:23 +02:00
saumya.jain
4096fc864b grid placement available for elliptical buildplates
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>

CURA-7951
2023-08-22 15:06:17 +02:00