Erwan MATHIEU
37330ed406
Merge remote-tracking branch 'origin/CURA-12400_improve-open-source-referencing' into CURA-12400_improve-open-source-referencing
2025-02-19 15:09:22 +01:00
Erwan MATHIEU
6efbcb4ff6
Apply suggested review changes
...
CURA-12400
2025-02-19 15:09:12 +01:00
Erwan MATHIEU
190466ab6a
Merge branch 'main' into CURA-12400_improve-open-source-referencing
2025-02-19 14:05:45 +01:00
Erwan MATHIEU
b26e70aa09
Improve licenses display
...
CURA-12400
2025-02-17 14:05:26 +01:00
Erwan MATHIEU
0a112c6c53
Gather and display details of licences for pip packages
...
CURA-12400
2025-02-17 08:51:36 +01:00
HellAholic
93f510f0c8
Merge pull request #20250 from Ultimaker/CURA-12393_set-proper-link-for-incompatibility-warning
...
CURA-12393 Set support page to be opened on core incompatibility
2025-02-14 09:41:36 +01:00
Erwan MATHIEU
01fd82e8e5
Merge branch 'main' into fix_qml_py_re
2025-02-11 13:19:50 +01:00
Erwan MATHIEU
686b404a95
Set support page to be opened on core incompatibility
...
CURA-12393
2025-02-07 15:56:30 +01:00
HellAholic
a62ed73abe
Merge pull request #20194 from Ultimaker/CURA-12224_handle-LOOOONG-setting-names
...
CURA-12224 handle loooong setting names
2025-01-30 09:13:24 +01:00
HellAholic
628c852054
Merge pull request #20169 from Ultimaker/CURA-12368_mismatched_core_warning
...
[CURA-12368] Warn for mismatched cores on multi-config printers.
2025-01-29 13:54:47 +01:00
Erwan MATHIEU
c369a405b3
Set dynamic items size
...
CURA-12368
2025-01-28 10:34:58 +01:00
Remco Burema
669c28e618
Try to make unavailable configuration warnings less confusing.
...
part of CURA-12368
2025-01-28 09:20:47 +01:00
Erwan MATHIEU
2e59a0a009
Give more space to text when required
...
CURA-12224
This way, multi-lines setting names can be properly displayed
2025-01-27 15:24:42 +01:00
Remco Burema
038e8b7722
Warn for mismatched cores on multi-config printers.
...
Similar to the warning we already had for missing materials.
CURA-12368
2025-01-22 21:16:56 +01:00
HellAholic
30205e1c78
Update description Add (restart required)
2024-12-07 16:10:42 +01:00
Jaime van Kessel
1b9f1c5536
Add preference to actually set the flip preference for Y handle
2024-11-29 11:40:47 +01:00
Erwan MATHIEU
5f9828dbd8
Add variant names to source translation files
...
CURA-12255
2024-11-04 12:03:15 +01:00
HellAholic
f5efb60b71
Update to a better logic
...
Also allow for extraction for PO files
2024-11-01 17:33:29 +01:00
HellAholic
c036576116
Fix the missing translation connection
...
Text was assigned directly from the Machine manager without being passed to the catalog
2024-11-01 17:07:55 +01:00
HellAholic
2865836b8a
Change option name to Export Package For Technical Support
2024-10-07 15:22:47 +02:00
Erwan MATHIEU
f28482ebac
Include log file when exporting project file for support
...
CURA-12138
2024-09-27 15:38:27 +02:00
Erwan MATHIEU
8d2bef86d6
Calculate file name directly in QML
...
CURA-12138
2024-09-27 12:17:34 +02:00
HellAholic
6313e9cc48
Rename variable to exportName for clarity
2024-09-16 14:28:54 +02:00
HellAholic
7ebad9c107
Merge branch 'main' into CURA-12138-Export_for_support_option
2024-09-16 13:05:29 +02:00
HellAholic
f736ead4c8
Merge pull request #19619 from Ultimaker/CURA-12093_conditional-start-end-gcode
...
CURA-12093 Add ability to write condition Start/End gcode parts
2024-09-16 09:13:12 +02:00
HellAholic
b91051e594
fix indent
2024-09-12 14:58:06 +02:00
HellAholic
552686cdb7
add the menu item under help
2024-09-12 11:37:23 +02:00
HellAholic
3c1e26d535
define action in qml and add alias
2024-09-12 11:37:06 +02:00
HellAholic
a0c111c6f5
Remove from menu
2024-09-12 11:03:07 +02:00
HellAholic
78394faf65
Remove from actions
2024-09-12 11:02:59 +02:00
Erwan MATHIEU
5bff7067b0
Remove the tooltip over the G-Code area
...
CURA-12093
In this context, the tooltip is quite useless, and causes some issues because it sometimes appears when you don't want to. Moreover, the next commit will add a link to a detailed documentation.
2024-09-06 12:19:58 +02:00
David Fries
38695d9572
Fix RecommendedSupportSelector.qml assign undefined to int
...
share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:60:17:
Unable to assign [undefined] to int
If undefined use Widgets/SingleSettingComboBox.qml
default of Cura.ExtruderManager.activeExtruderIndex
2024-08-31 12:11:59 -05:00
David Fries
2749de9a67
Fix RecentFilesMenu.qml onObjectRemoved incompatible arguments
...
"share/cura/resources/qml/Menus/RecentFilesMenu.qml:39:
TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed."
This was passing the Instantiator index, which is a Number to menu.removeItem
which is expecting an object. Add the missing index argument. I
found Qt 5.7 had two arguments so it has been there for some time.
2024-08-31 12:11:56 -05:00
Saumya Jain
fb965b8d0c
merge 5.7
2024-04-26 15:53:03 +02:00
Saumya Jain
6542d9ff13
changes made regards to PR review
...
CURA-11851
2024-04-22 14:45:51 +02:00
Saumya Jain
df25f5c173
Update core compatibility warning message
...
CURA-11851
2024-04-22 14:03:40 +02:00
Saumya Jain
21e4f99b9d
Add core compatibility check for Factor4 machine
...
A new function has been added to the MachineManager class to check for core compatibility in the Factor4 machine. This function ensures the selected core is compatible for use with the Factor4 machine and if not, it displays a warning icon with an appropriate message.
CURA-11851
2024-04-22 14:00:56 +02:00
Saumya Jain
597a871807
Merge branch 'main' into CURA-11003-add-searchbar-for-offlineprinter
2024-04-12 12:32:25 +02:00
Saumya Jain
fd01684a23
Update resources/qml/WelcomePages/AddLocalPrinterScrollView.qml
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2024-04-12 12:31:57 +02:00
Saumya Jain
17372064c7
Update resources/qml/WelcomePages/AddLocalPrinterScrollView.qml
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2024-04-12 12:31:52 +02:00
Saumya Jain
a3911bdbfa
PR comments
...
CURA-11003
2024-04-12 12:29:07 +02:00
Saumya Jain
1457569aeb
Fix handling of undefined printer items in AddLocalPrinterScrollView
...
This commit addresses an issue wherein undefined current items were not properly handled in the AddLocalPrinterScrollView module. We've changed the code so that it now checks if currentItem and currentItem.name exist before attempting to assign. If they don't exist, we now set default values to avoid null or undefined references. This prevents potential errors or inconsistent behaviors in the UI.
CURA-11003
2024-04-10 17:24:55 +02:00
Saumya Jain
3908db7696
Update search bar style and theme alteration
...
CURA-11003
2024-04-10 15:45:24 +02:00
Saumya Jain
d017f0ec9c
increased size of clear icon
...
CURA-11003
2024-04-08 15:37:48 +02:00
GregValiant
54636c3421
Monitor Page Preheat values
...
Change the default preheat values to the Initial Layer values.
2024-04-05 13:32:28 -04:00
Saumya Jain
7231c273a1
Refactor textChanged event
...
helps to increase code readability and maintainability.
CURA-11003
2024-04-05 16:26:33 +02:00
Saumya Jain
66754d837b
Remove redundant printerSearchTimer
...
CURA-11003
2024-04-05 16:24:34 +02:00
Saumya Jain
7a6f195b74
changed filter from "id" to "name" as both are different
...
CURA-11003
2024-04-04 14:37:51 +02:00
Saumya Jain
f35865e3c4
property name hasSearchFilter changed
...
CURA-11003
2024-04-04 14:13:58 +02:00
Saumya Jain
2ed0377a05
added column for removing the magic number
...
CURA-11003
2024-04-04 14:09:58 +02:00