Cura/resources/qml
Ghostkeeper e591f3db5b
Don't translate certain keywords in the application menu on MacOS
There's a suspicion that this is causing a crash on exit. From the traceback it seems like it's attempting to find a certain property on a deleted item. I'm thinking it might be trying to update properties on an item that was already deleted by the system here because the item got moved to a system-specific menu. Qt doesn't realise that. By not translating that property, it's not necessary to update and hopefully this prevents the need to look up data on the deleted item.
Not translating it is not an issue anyway, since the menu will also be renamed by Qt to some system-specific name, which is then also translated to the user's system-language by MacOS itself.

It's not at all sure if this will fix it. Tests are necessary.

Contributes to issue CURA-8245.
2021-07-19 17:34:44 +02:00
..
Account Size the avatar icon with the same height as the marketplace button 2021-06-30 15:18:12 +02:00
ActionPanel Adjust color-scheme for button restyle. 2021-07-02 09:39:33 +02:00
Dialogs Use buttons from QtQuick.Controls 2 2021-06-15 16:28:20 +02:00
MachineSettings Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
MainWindow Don't translate certain keywords in the application menu on MacOS 2021-07-19 17:34:44 +02:00
Menus Adjust size and margin of guide book icon 2021-07-07 11:36:11 +02:00
Preferences Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
PrinterOutput Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
PrinterSelector Remove outline of background around connectivity badge 2021-07-05 17:34:13 +02:00
PrintSetupSelector Split solid and 100% infill icons into two icons 2021-07-07 11:36:10 +02:00
Settings Change the extruder icon in the settings dropdown to be a filled circle 2021-07-02 12:15:26 +02:00
WelcomePages Reduce margins around troubleshooting link 2021-07-15 18:24:25 +02:00
Widgets Fix margins 2021-07-13 16:04:01 +02:00
ActionButton.qml Fix tooltip not shown when the tooltip text is too long 2021-07-13 17:30:30 +02:00
Actions.qml Don't translate certain keywords in the application menu on MacOS 2021-07-19 17:34:44 +02:00
BorderGroup.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
CheckBoxWithTooltip.qml Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
Cura.qml Code-style improvement 2021-07-15 10:02:57 +02:00
EmptyViewMenuComponent.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ExpandableComponent.qml Always show down arrow regardless of expanded state 2021-07-12 11:19:04 +02:00
ExpandableComponentHeader.qml Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
ExpandablePopup.qml Always show down arrow regardless of expanded state 2021-07-12 11:19:04 +02:00
ExtruderButton.qml Fix ExtruderColor and Extruder icons bleeding into each other 2021-07-02 12:11:04 +02:00
ExtruderIcon.qml Rename small_black to small_emphasis 2021-07-05 15:44:50 +02:00
FPSItem.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
IconWithText.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
JobSpecs.qml Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
LabelBar.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
MachineAction.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
MonitorButton.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ObjectItemButton.qml Change the extruder icon in the object list to be a filled circle 2021-07-02 12:14:10 +02:00
ObjectSelector.qml Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
PrimaryButton.qml Remove 'roundedness' and 'shadow' from action-buttons. 2021-06-30 17:04:55 +02:00
PrinterTypeLabel.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
PrintMonitor.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
PrintSetupTooltip.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
qmldir Add Cura-styled Menu, MenuItem and MenuSeparator controls 2021-05-20 12:20:19 +02:00
RadioCheckbar.qml Add border around the checked radio button in the intents and infill 2021-07-02 09:38:42 +02:00
RoundedRectangle.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
SecondaryButton.qml Adjust color-scheme for button restyle. 2021-07-02 09:39:33 +02:00
TableView.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
TertiaryButton.qml Revert Tertiary button to its previous style 2021-07-06 13:45:24 +02:00
Toolbar.qml Fix qml warning about the sourceSize of the ToolbarButton icon 2021-06-30 12:26:13 +02:00
ToolbarButton.qml Change the color of a circle around the toolbar button 2021-06-28 14:56:26 +02:00
ToolTip.qml Don't draw tooltip background if height is 0 2021-06-21 13:24:22 +02:00
ViewOrientationButton.qml Remove the margin from the ViewOrientation buttons 2021-07-02 09:38:12 +02:00
ViewOrientationControls.qml Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
ViewsSelector.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00