Cura/resources/qml
Kostas Karmas fd3c985440 Fix ambiguous Ctrl+O shortcut not opening the local file dialog
Ctrl+O was assigned as a shortcut in two places:
  1. To the "File->Open File(s)" menu item, which is visible when only the local file
	 provider is enabled (i.e. the DF file provider is disabled)
  2. To the "File->Open File(s)->From Disk" menu item, which is visible when there are
     more than one file providers enabled.

This was creating an ambiguous shortcut, thus never opening the local file dialog.

This is now fixed by disabling the shortcuts when the respective items are not visible.

CURA-7868
2021-01-11 17:50:26 +01:00
..
Account Clarifications and fixes to source strings 2020-08-21 16:40:24 +02:00
ActionPanel Revert "Fix binding loop in action panel widget" 2020-04-02 15:15:05 +02:00
Dialogs Remove unused hasMesh signal 2021-01-04 18:11:00 +01:00
MachineSettings Add left padding to numeric textfield 2020-06-17 09:29:43 +02:00
MainWindow Add Multiply Objects to Edit menu 2020-06-23 15:03:25 +02:00
Menus Fix ambiguous Ctrl+O shortcut not opening the local file dialog 2021-01-11 17:50:26 +01:00
Preferences Disable Czech translations 2020-11-09 13:55:08 +01:00
PrinterOutput Use extruderList rather than deprecated extruders property 2020-05-29 17:56:56 +02:00
PrinterSelector Give the machineButton selectors a fixed width 2020-08-25 10:59:14 +02:00
PrintSetupSelector Remove unneeded binding 2020-08-20 16:05:52 +02:00
Settings Also set clipping for string 2020-07-20 15:25:55 +02:00
WelcomePages Remove the opening of the mycloud/digital factory URL in cases where the user has already signed in. 2020-09-14 21:20:38 +02:00
Widgets Fix highlighting of item under tooltip area 2020-11-17 19:41:22 +01:00
ActionButton.qml Add tertiary button as a reusable component 2020-06-15 13:19:50 +02:00
Actions.qml Fix ambiguous Ctrl+O shortcut not opening the local file dialog 2021-01-11 17:50:26 +01:00
BorderGroup.qml Add copyright header. 2018-11-26 15:39:34 +01:00
CheckBoxWithTooltip.qml Rename CheckBox.qml to CheckBoxWithTooltip.qml 2019-01-03 11:53:19 +01:00
Cura.qml Revert making the open file dialog a separate LocalFileProvider plugin 2021-01-07 16:35:40 +01:00
EmptyViewMenuComponent.qml Use a disabled rectangle instead of an empty space in the XRay view 2019-05-02 16:00:17 +02:00
ExpandableComponent.qml DoubleClick and drag no longer contradict eachother for expandable component 2019-04-29 15:13:01 +02:00
ExpandableComponentHeader.qml Make expandable component dragable. 2019-04-25 08:43:36 +02:00
ExpandablePopup.qml WIP: add tooltip to connection status icon 2020-05-26 11:55:54 +02:00
ExtruderButton.qml Add a new ToolbarButton 2018-11-27 17:16:52 +01:00
ExtruderIcon.qml Merge branch '4.0' into unify_font_types 2018-12-19 11:56:22 +01:00
FPSItem.qml Add a QML item that shows the FPS 2019-04-19 13:58:41 +02:00
IconWithText.qml Elide the profile text in the middle for the PrintSetupSelector. 2019-10-15 10:26:52 +02:00
JobSpecs.qml Fix QML warnings 2020-01-07 11:37:37 +01:00
LabelBar.qml Apply screenScaleFactor to implicitWidth (and cleanup) 2019-10-04 12:58:40 +02:00
MachineAction.qml T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
MonitorButton.qml Unify the fonts to only have 8 instead of 13. 2018-12-12 17:50:21 +01:00
ObjectItemButton.qml Fix hover of the tooltip for the objectlist 2020-09-01 10:50:04 +02:00
ObjectSelector.qml Reorder code for readability 2020-04-12 09:24:41 +02:00
PrimaryButton.qml Add header in new files. Remove unused imports. 2018-11-26 14:06:34 +01:00
PrinterTypeLabel.qml WIP: Show full name of network printer types 2019-03-13 13:03:41 +01:00
PrintMonitor.qml Revert "Use extruderList rather than deprecated extruders property" 2020-08-18 10:38:50 +02:00
PrintSetupTooltip.qml Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"" 2020-08-20 16:35:52 +02:00
qmldir Add visible scrollbar to list of printer profiles 2020-05-29 13:49:03 +02:00
RadioCheckbar.qml Change RadioCheckbar active button color 2019-12-10 13:19:10 +01:00
RoundedRectangle.qml Add border to rounded rectangle. 2018-11-26 15:14:32 +01:00
SecondaryButton.qml Add header in new files. Remove unused imports. 2018-11-26 14:06:34 +01:00
TableView.qml Change the row height in the table view 2021-01-06 11:51:29 +01:00
TertiaryButton.qml Change tertiary button to use link text color 2020-08-04 13:30:01 +02:00
Toolbar.qml Clear focus when changing tools 2020-07-13 13:47:51 +02:00
ToolbarButton.qml Remove the show property from the tooltip 2018-12-20 16:41:26 +01:00
ToolTip.qml Fix tooltips on actionbuttons 2020-11-11 14:23:50 +01:00
ViewOrientationButton.qml Change the margin in the view orientation buttons to aling the pixels correctly 2018-12-17 11:00:49 +01:00
ViewOrientationControls.qml Fix tooltips absorbed mouseclicks for view-buttons. 2019-10-10 12:57:27 +02:00
ViewsSelector.qml Change text to singular mode 2019-03-08 15:27:17 +01:00