Cura/resources/qml/Menus
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
..
ConfigurationMenu Fix binding of extruder enable checkbox if there is no active stack 2020-10-16 14:03:59 +02:00
ContextMenu.qml Reduce the creations of ExtrudersModels 2018-12-13 14:12:23 +01:00
FileMenu.qml Revert making the open file dialog a separate LocalFileProvider plugin 2021-01-07 16:35:40 +01:00
LocalPrinterMenu.qml Remove usage of some deprecated functions 2019-05-16 14:49:53 +02:00
MaterialMenu.qml Extruders can be undefined, not null 2020-03-20 17:03:08 +01:00
NetworkPrinterMenu.qml Rename 'connect_group_name' to 'group_name'. [CURA-6153] 2019-01-31 20:21:42 +01:00
NozzleMenu.qml Fix QML warnings 2020-01-07 11:37:37 +01:00
OpenFilesMenu.qml Fix ambiguous Ctrl+O shortcut not opening the local file dialog 2021-01-11 17:50:26 +01:00
PrinterMenu.qml CURA-4870 Modify printer menu visibility of the items. Show local or network submenu only when there is local or network printers respectively 2018-03-04 12:53:16 +01:00
PrinterTypeMenu.qml Remove usage of deprecated functions 2019-05-03 13:52:45 +02:00
RecentFilesMenu.qml Remove unused hasMesh signal 2021-01-04 18:11:00 +01:00
SettingsMenu.qml Don't update material menu when it's not visible 2020-07-10 13:48:47 +02:00
SettingVisibilityPresetsMenu.qml Merge remote-tracking branch 'origin/master' into CURA-6959_collapse_categories 2020-01-02 15:32:26 +01:00
ViewMenu.qml Rename Orthogonal to Orthographic everywhere 2019-07-30 17:35:40 +02:00