6015 Commits

Author SHA1 Message Date
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
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
saumya.jain
b662da732e review comments fixed
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>

CURA-7951
2023-08-22 11:51:30 +02:00
saumya.jain
b62725b4f0 copy_paste in a grid
arrange all objects in grid
place in grid

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>

CURA-7951
2023-08-22 10:30:51 +02:00
Casper Lamboo
45b2dd1d64
Merge pull request #16509 from Ultimaker/CURA-9374_make_long_messages_scrollable
CURA-9374 Add scrollable area around text messages
2023-08-22 10:21:40 +02:00
Erwan MATHIEU
89cb69a376 Restored QML import versions
Restore versions to minimize the impact of CURA-9374
2023-08-21 15:57:36 +02:00
Erwan MATHIEU
0c405288e0 Add wrapper to Cura.ScrollableTextArea
Add wrapper to legacy Cura.ScrollableTextArea class which has now moved to Uranium, in order to keep plugins working in case they use it.
CURA-9374
2023-08-21 15:50:52 +02:00
saumya.jain
023dd3a9c5 Merge remote-tracking branch 'origin/main' into CURA-7951_lock_rotation
# Conflicts:
#	resources/i18n/cs_CZ/cura.po
#	resources/i18n/cura.pot
#	resources/i18n/de_DE/cura.po
#	resources/i18n/es_ES/cura.po
#	resources/i18n/fi_FI/cura.po
#	resources/i18n/fr_FR/cura.po
#	resources/i18n/hu_HU/cura.po
#	resources/i18n/it_IT/cura.po
#	resources/i18n/ja_JP/cura.po
#	resources/i18n/ko_KR/cura.po
#	resources/i18n/nl_NL/cura.po
#	resources/i18n/pl_PL/cura.po
#	resources/i18n/pt_BR/cura.po
#	resources/i18n/pt_PT/cura.po
#	resources/i18n/ru_RU/cura.po
#	resources/i18n/tr_TR/cura.po
#	resources/i18n/zh_CN/cura.po
#	resources/i18n/zh_TW/cura.po
2023-08-21 10:10:25 +02:00
Saumya Jain
62a32fc725
Update resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml
translating sponser cura

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2023-08-18 17:34:54 +02:00
Casper Lamboo
3e63863a72
Formatting 2023-08-18 16:41:38 +02:00
saumya.jain
4f6c0001b6 Sponsor cura added at designated loc
CURA-10832
2023-08-18 14:55:19 +02:00
Erwan MATHIEU
a3d664571a Add scrollable area around text messages
CURA-9374
2023-08-18 14:45:02 +02:00
Jelle Spijker
c898c70bfc Merge branch 'main' into CURA-7913 2023-08-09 14:18:38 +02:00
c.lamboo
c393d915d7 Disable copy paste when either 3mf reader or writer is disabled
CURA-7913
2023-08-08 12:17:08 +02:00
Casper Lamboo
84bcdc3bf4
Merge pull request #16331 from Ultimaker/CURA-10770_Developer_about_dialog
Fixed for all the used python packages in venv
2023-08-07 14:28:15 +02:00
saumya.jain
fc9a228062 Deleting Shake detection
CURA-10770
2023-08-04 14:24:38 +02:00
c.lamboo
f07faac422 Add copy, paste, cut functionality
CURA-7913
2023-08-04 13:24:06 +02:00
saumya.jain
e686baaf92 Fixed for all the used python packages in venv
CURA-10770
2023-07-31 11:47:15 +02:00
Jaime van Kessel
1d91eca483
Use correct value for multiple file open enum
Previously we used the qdialog enum, which isn't the one you should
use for the qml dialog.

CURA-10741
2023-07-28 10:52:27 +02:00