Update
This commit is contained in:
		
							parent
							
								
									55d277bac7
								
							
						
					
					
						commit
						c9ea28b613
					
				|  | @ -1,7 +1,7 @@ | ||||||
| <!DOCTYPE gui> | <!DOCTYPE gui> | ||||||
| <gui translationDomain="kxmlgui5" name="dolphin" version="38"> | <gui translationDomain="kxmlgui5" version="38" name="dolphin"> | ||||||
|  <MenuBar alreadyVisited="1"> |  <MenuBar alreadyVisited="1"> | ||||||
|   <Menu name="file" alreadyVisited="1" noMerge="1"> |   <Menu alreadyVisited="1" noMerge="1" name="file"> | ||||||
|    <text translationDomain="kxmlgui5">&File</text> |    <text translationDomain="kxmlgui5">&File</text> | ||||||
|    <Action name="file_new"/> |    <Action name="file_new"/> | ||||||
|    <Separator weakSeparator="1"/> |    <Separator weakSeparator="1"/> | ||||||
|  | @ -26,7 +26,7 @@ | ||||||
|    <Separator weakSeparator="1"/> |    <Separator weakSeparator="1"/> | ||||||
|    <Action name="file_quit"/> |    <Action name="file_quit"/> | ||||||
|   </Menu> |   </Menu> | ||||||
|   <Menu name="edit" alreadyVisited="1" noMerge="1"> |   <Menu alreadyVisited="1" noMerge="1" name="edit"> | ||||||
|    <text translationDomain="kxmlgui5">&Edit</text> |    <text translationDomain="kxmlgui5">&Edit</text> | ||||||
|    <Action name="edit_undo"/> |    <Action name="edit_undo"/> | ||||||
|    <Separator weakSeparator="1"/> |    <Separator weakSeparator="1"/> | ||||||
|  | @ -54,7 +54,7 @@ | ||||||
|    <Action name="edit_select_all"/> |    <Action name="edit_select_all"/> | ||||||
|    <Action name="invert_selection"/> |    <Action name="invert_selection"/> | ||||||
|   </Menu> |   </Menu> | ||||||
|   <Menu name="view" alreadyVisited="1" noMerge="1"> |   <Menu alreadyVisited="1" noMerge="1" name="view"> | ||||||
|    <text translationDomain="kxmlgui5">&View</text> |    <text translationDomain="kxmlgui5">&View</text> | ||||||
|    <Action name="view_zoom_in"/> |    <Action name="view_zoom_in"/> | ||||||
|    <Action name="view_zoom_out"/> |    <Action name="view_zoom_out"/> | ||||||
|  | @ -78,15 +78,15 @@ | ||||||
|    <Action name="stop"/> |    <Action name="stop"/> | ||||||
|    <Separator/> |    <Separator/> | ||||||
|    <Action name="panels"/> |    <Action name="panels"/> | ||||||
|    <Menu name="location_bar" noMerge="1" icon="edit-select-text"> |    <Menu noMerge="1" icon="edit-select-text" name="location_bar"> | ||||||
|     <text translationDomain="dolphin" context="@title:menu">Location Bar</text> |     <text context="@title:menu" translationDomain="dolphin">Location Bar</text> | ||||||
|     <Action name="editable_location"/> |     <Action name="editable_location"/> | ||||||
|     <Action name="replace_location"/> |     <Action name="replace_location"/> | ||||||
|    </Menu> |    </Menu> | ||||||
|    <Separator/> |    <Separator/> | ||||||
|    <Action name="view_properties"/> |    <Action name="view_properties"/> | ||||||
|   </Menu> |   </Menu> | ||||||
|   <Menu name="go" alreadyVisited="1" noMerge="1"> |   <Menu alreadyVisited="1" noMerge="1" name="go"> | ||||||
|    <text translationDomain="kxmlgui5">&Go</text> |    <text translationDomain="kxmlgui5">&Go</text> | ||||||
|    <Action name="go_up"/> |    <Action name="go_up"/> | ||||||
|    <Action name="go_back"/> |    <Action name="go_back"/> | ||||||
|  | @ -100,7 +100,10 @@ | ||||||
|   <Separator weakSeparator="1"/> |   <Separator weakSeparator="1"/> | ||||||
|   <Separator weakSeparator="1"/> |   <Separator weakSeparator="1"/> | ||||||
|   <Separator weakSeparator="1"/> |   <Separator weakSeparator="1"/> | ||||||
|   <Menu name="tools" alreadyVisited="1" noMerge="1"> |   <Separator weakSeparator="1"/> | ||||||
|  |   <Separator weakSeparator="1"/> | ||||||
|  |   <Separator weakSeparator="1"/> | ||||||
|  |   <Menu alreadyVisited="1" noMerge="1" name="tools"> | ||||||
|    <text translationDomain="kxmlgui5">&Tools</text> |    <text translationDomain="kxmlgui5">&Tools</text> | ||||||
|    <Action name="open_preferred_search_tool"/> |    <Action name="open_preferred_search_tool"/> | ||||||
|    <Action name="open_terminal"/> |    <Action name="open_terminal"/> | ||||||
|  | @ -109,7 +112,7 @@ | ||||||
|    <Action name="compare_files"/> |    <Action name="compare_files"/> | ||||||
|    <Action name="change_remote_encoding"/> |    <Action name="change_remote_encoding"/> | ||||||
|   </Menu> |   </Menu> | ||||||
|   <Menu name="settings" alreadyVisited="1" noMerge="1"> |   <Menu alreadyVisited="1" noMerge="1" name="settings"> | ||||||
|    <text translationDomain="kxmlgui5">&Settings</text> |    <text translationDomain="kxmlgui5">&Settings</text> | ||||||
|    <Action name="options_show_menubar"/> |    <Action name="options_show_menubar"/> | ||||||
|    <Merge name="StandardToolBarMenuHandler"/> |    <Merge name="StandardToolBarMenuHandler"/> | ||||||
|  | @ -122,7 +125,7 @@ | ||||||
|    <Action name="options_configure"/> |    <Action name="options_configure"/> | ||||||
|   </Menu> |   </Menu> | ||||||
|   <Separator weakSeparator="1"/> |   <Separator weakSeparator="1"/> | ||||||
|   <Menu name="help" alreadyVisited="1" noMerge="1"> |   <Menu alreadyVisited="1" noMerge="1" name="help"> | ||||||
|    <text translationDomain="kxmlgui5">&Help</text> |    <text translationDomain="kxmlgui5">&Help</text> | ||||||
|    <Action name="help_contents"/> |    <Action name="help_contents"/> | ||||||
|    <Action name="help_whats_this"/> |    <Action name="help_whats_this"/> | ||||||
|  | @ -136,11 +139,11 @@ | ||||||
|    <Action name="help_about_kde"/> |    <Action name="help_about_kde"/> | ||||||
|   </Menu> |   </Menu> | ||||||
|  </MenuBar> |  </MenuBar> | ||||||
|  <ToolBar name="mainToolBar" alreadyVisited="1" noMerge="1"> |  <ToolBar alreadyVisited="1" noMerge="1" name="mainToolBar"> | ||||||
|   <Action name="go_home"/> |   <Action name="go_home"/> | ||||||
|   <Action name="open_terminal_here"/> |   <Action name="open_terminal_here"/> | ||||||
|   <Separator name="separator_0"/> |   <Separator name="separator_0"/> | ||||||
|   <text translationDomain="dolphin" context="@title:menu">Main Toolbar</text> |   <text context="@title:menu" translationDomain="dolphin">Main Toolbar</text> | ||||||
|   <Action name="go_back"/> |   <Action name="go_back"/> | ||||||
|   <Action name="go_up"/> |   <Action name="go_up"/> | ||||||
|   <Action name="go_forward"/> |   <Action name="go_forward"/> | ||||||
|  | @ -155,6 +158,7 @@ | ||||||
|   <Action name="compact"/> |   <Action name="compact"/> | ||||||
|   <Action name="details"/> |   <Action name="details"/> | ||||||
|   <Separator name="separator_4"/> |   <Separator name="separator_4"/> | ||||||
|  |   <Action name="toggle_search"/> | ||||||
|   <Action name="toggle_filter"/> |   <Action name="toggle_filter"/> | ||||||
|   <Action name="sort"/> |   <Action name="sort"/> | ||||||
|   <Action name="show_hidden_files"/> |   <Action name="show_hidden_files"/> | ||||||
|  | @ -162,7 +166,6 @@ | ||||||
|   <Action name="split_view"/> |   <Action name="split_view"/> | ||||||
|   <Action name="split_stash"/> |   <Action name="split_stash"/> | ||||||
|   <Separator name="separator_6"/> |   <Separator name="separator_6"/> | ||||||
|   <Action name="toggle_search"/> |  | ||||||
|   <Action name="hamburger_menu"/> |   <Action name="hamburger_menu"/> | ||||||
|  </ToolBar> |  </ToolBar> | ||||||
|  <State name="new_file"> |  <State name="new_file"> | ||||||
|  | @ -191,27 +194,27 @@ | ||||||
|   </disable> |   </disable> | ||||||
|  </State> |  </State> | ||||||
|  <ActionProperties scheme="Default"> |  <ActionProperties scheme="Default"> | ||||||
|   <Action name="go_back" priority="0"/> |   <Action priority="0" name="go_back"/> | ||||||
|   <Action name="go_forward" priority="0"/> |   <Action priority="0" name="go_forward"/> | ||||||
|   <Action name="go_up" priority="0"/> |   <Action priority="0" name="go_up"/> | ||||||
|   <Action name="go_home" priority="0"/> |   <Action priority="0" name="go_home"/> | ||||||
|   <Action name="stop" priority="0"/> |   <Action priority="0" name="stop"/> | ||||||
|   <Action name="icons" priority="0"/> |   <Action priority="0" name="icons"/> | ||||||
|   <Action name="compact" priority="0"/> |   <Action priority="0" name="compact"/> | ||||||
|   <Action name="details" priority="0"/> |   <Action priority="0" name="details"/> | ||||||
|   <Action name="view_zoom_in" priority="0"/> |   <Action priority="0" name="view_zoom_in"/> | ||||||
|   <Action name="view_zoom_reset" priority="0"/> |   <Action priority="0" name="view_zoom_reset"/> | ||||||
|   <Action name="view_zoom_out" priority="0"/> |   <Action priority="0" name="view_zoom_out"/> | ||||||
|   <Action name="edit_cut" priority="0"/> |   <Action priority="0" name="edit_cut"/> | ||||||
|   <Action name="edit_copy" priority="0"/> |   <Action priority="0" name="edit_copy"/> | ||||||
|   <Action name="edit_paste" priority="0"/> |   <Action priority="0" name="edit_paste"/> | ||||||
|   <Action name="toggle_search" priority="0"/> |   <Action priority="0" name="toggle_search"/> | ||||||
|   <Action name="toggle_filter" priority="0"/> |   <Action priority="0" name="toggle_filter"/> | ||||||
|   <Action name="show_hidden_files" priority="0"/> |   <Action priority="0" name="show_hidden_files"/> | ||||||
|   <Action name="open_terminal_here" priority="0"/> |   <Action priority="0" name="open_terminal_here"/> | ||||||
|   <Action name="new_tab" priority="0"/> |   <Action priority="0" name="new_tab"/> | ||||||
|   <Action name="view_redisplay" priority="0"/> |   <Action priority="0" name="view_redisplay"/> | ||||||
|   <Action name="closed_tabs" priority="0"/> |   <Action priority="0" name="closed_tabs"/> | ||||||
|   <Action name="sort" priority="0"/> |   <Action priority="0" name="sort"/> | ||||||
|  </ActionProperties> |  </ActionProperties> | ||||||
| </gui> | </gui> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue