diff options
author | John Balcaen <mikala@mageia.org> | 2011-03-11 16:27:16 +0000 |
---|---|---|
committer | John Balcaen <mikala@mageia.org> | 2011-03-11 16:27:16 +0000 |
commit | 1f23d6ad9547149a72efeed97f1c36b3bbd874e8 (patch) | |
tree | dba38174cd0f1723a0d80af721edb723c2c9ec90 /kde4-profiles/common | |
parent | 24918f25c088eae706bf197b5269ede071ba15e6 (diff) | |
download | config-1f23d6ad9547149a72efeed97f1c36b3bbd874e8.tar config-1f23d6ad9547149a72efeed97f1c36b3bbd874e8.tar.gz config-1f23d6ad9547149a72efeed97f1c36b3bbd874e8.tar.bz2 config-1f23d6ad9547149a72efeed97f1c36b3bbd874e8.tar.xz config-1f23d6ad9547149a72efeed97f1c36b3bbd874e8.zip |
Several changes in dolphinui.rc :
- Add indentation following dolphinui.rc from upstream (it should be easier to follow upstream changes)
- Fix view submenu ( additionnal_info was broken)
- Remove help submenu from dolphinuirc (it's the same as upstream so no need to carry it with us)
Diffstat (limited to 'kde4-profiles/common')
-rw-r--r-- | kde4-profiles/common/share/apps/dolphin/dolphinui.rc | 310 |
1 files changed, 132 insertions, 178 deletions
diff --git a/kde4-profiles/common/share/apps/dolphin/dolphinui.rc b/kde4-profiles/common/share/apps/dolphin/dolphinui.rc index ab87057..c07657c 100644 --- a/kde4-profiles/common/share/apps/dolphin/dolphinui.rc +++ b/kde4-profiles/common/share/apps/dolphin/dolphinui.rc @@ -1,180 +1,134 @@ <!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'> -<kpartgui version="13" name="dolphin"> - <MenuBar alreadyVisited="1"> - <Menu name="file" alreadyVisited="1"> - <text>&File</text> - <Action name="create_new"/> - <Action name="new_window"/> - <Action name="new_tab"/> - <Action name="close_tab"/> - <Separator/> - <Action name="rename"/> - <Action name="move_to_trash"/> - <Action name="delete"/> - <Separator/> - <Action name="properties"/> - <Separator weakSeparator="1"/> - <Action name="file_quit"/> - </Menu> - <Menu name="edit" alreadyVisited="1"> - <text>&Edit</text> - <Action name="edit_undo"/> - <Separator weakSeparator="1"/> - <Action name="edit_cut"/> - <Action name="edit_copy"/> - <Action name="edit_paste"/> - <Separator weakSeparator="1"/> - <Action name="select_all"/> - <Action name="invert_selection"/> - </Menu> - <Menu name="view" alreadyVisited="1"> - <text>&View</text> - <Action name="view_zoom_in"/> - <Action name="view_zoom_out"/> - <Separator weakSeparator="1"/> - <Menu name="view_mode"> - <text context="@title:menu">View Mode</text> - <Action name="icons"/> - <Action name="details"/> - <Action name="columns"/> - </Menu> - <Menu name="sort"> - <text context="@title:menu">Sort By</text> - <Action name="sort_by_name"/> - <Action name="sort_by_size"/> - <Action name="sort_by_date"/> - <Action name="sort_by_permissions"/> - <Action name="sort_by_owner"/> - <Action name="sort_by_group"/> - <Action name="sort_by_type"/> - <Action name="sort_by_rating"/> - <Action name="sort_by_tags"/> - <Separator/> - <Action name="descending"/> - <Action name="folders_first"/> - </Menu> - <Menu name="additional_info"> - <text context="@title:menu">Additional Information</text> - <Action name="show_size_info"/> - <Action name="show_date_info"/> - <Action name="show_permissions_info"/> - <Action name="show_owner_info"/> - <Action name="show_group_info"/> - <Action name="show_mime_info"/> - </Menu> - <Action name="show_preview"/> - <Action name="show_in_groups"/> - <Action name="show_hidden_files"/> - <Separator/> - <Action name="split_view"/> - <Action name="reload"/> - <Action name="stop"/> - <Separator/> - <Action name="panels"/> - <Menu name="navigation_bar"> - <text context="@title:menu">Location Bar</text> - <Action name="editable_location"/> - <Action name="replace_location"/> - </Menu> - <Separator/> - <Action name="view_properties"/> - </Menu> - <Menu name="go" alreadyVisited="1"> - <text>&Go</text> - <Action name="go_up"/> - <Action name="go_back"/> - <Action name="go_forward"/> - <Action name="go_home"/> - <Separator weakSeparator="1"/> - <Action name="closed_tabs"/> - </Menu> - <Menu name="tools" alreadyVisited="1"> - <text>&Tools</text> - <Action name="find_file"/> - <Action name="show_filter_bar"/> - <Action name="open_terminal"/> - <Action name="compare_files"/> - <Action name="change_remote_encoding"/> - </Menu> - <Menu name="settings"> - <text>&Settings</text> - <Action name="options_show_menubar"/> - <Merge name="StandardToolBarMenuHandler"/> - <Merge name="KMDIViewActions"/> - <Separator weakSeparator="1"/> - <Action name="options_configure_keybinding"/> - <Action name="options_configure_toolbars"/> - <Action name="options_configure"/> - </Menu> - <Separator weakSeparator="1"/> - <Menu name="help"> - <text>&Help</text> - <Action name="help_contents"/> - <Action name="help_whats_this"/> - <Separator weakSeparator="1"/> - <Action name="help_report_bug"/> - <Separator weakSeparator="1"/> - <Action name="switch_application_language"/> - <Separator weakSeparator="1"/> - <Action name="help_about_app"/> - <Action name="help_about_kde"/> - </Menu> - </MenuBar> - <ToolBar noMerge="1" name="mainToolBar" alreadyVisited="1"> - <text context="@title:menu">Main Toolbar</text> - <Action name="go_back"/> - <Action name="go_forward"/> - <Action name="go_up"/> - <Separator name="separator_0"/> - <Action name="icons"/> - <Action name="details"/> - <Action name="columns"/> - <Separator name="separator_1"/> - <Action name="show_preview"/> - <Action name="split_view"/> - <Separator name="separator_2"/> - <Action name="nepomuk_annotate"/> - </ToolBar> - <State name="new_file"> - <disable> - <Action name="edit_undo"/> - <Action name="edit_redo"/> - <Action name="edit_cut"/> - <Action name="edit_copy"/> - <Action name="rename"/> - <Action name="move_to_trash"/> - <Action name="delete"/> - <Action name="invert_selection"/> - <Separator/> - <Action name="go_back"/> - <Action name="go_forward"/> - </disable> - </State> - <State name="has_selection"> - <enable> - <Action name="edit_cut"/> - <Action name="edit_copy"/> - <Action name="rename"/> - <Action name="move_to_trash"/> - <Action name="delete"/> - <Action name="invert_selection"/> - <Action name="nepomuk_annotate"/> - </enable> - </State> - <State name="has_no_selection"> - <disable> - <Action name="edit_cut"/> - <Action name="edit_copy"/> - <Action name="rename"/> - <Action name="move_to_trash"/> - <Action name="delete"/> - <Action name="delete_shortcut"/> - <Action name="invert_selection"/> - <Action name="nepomuk_annotate"/> - </disable> - </State> - <ToolBar iconText="icononly" name="searchToolBar" newline="false"> - <text context="@title:menu">Search Toolbar</text> - <Action name="search_bar"/> - </ToolBar> +<kpartgui name="dolphin" version="13"> + <MenuBar> + <Menu name="file"> + <Action name="create_new" /> + <Action name="new_window" /> + <Action name="new_tab" /> + <Action name="close_tab" /> + <Separator/> + <Action name="rename" /> + <Action name="move_to_trash" /> + <Action name="delete" /> + <Separator/> + <Action name="properties" /> + <Separator weakSeparator="1"/> + <Action name="file_quit"/> + </Menu> + <Menu name="edit"> + <Action name="edit_undo"/> + <Separator weakSeparator="1"/> + <Action name="edit_cut"/> + <Action name="edit_copy"/> + <Action name="edit_paste"/> + <Separator weakSeparator="1"/> + <Action name="select_all" /> + <Action name="invert_selection" /> + </Menu> + <Menu name="view"> + <Action name="view_mode" /> + <Action name="sort" /> + <Action name="additional_info" /> + <Action name="show_preview" /> + <Action name="show_in_groups" /> + <Action name="show_hidden_files" /> + <Separator/> + <Action name="split_view" /> + <Action name="reload" /> + <Action name="stop" /> + <Separator/> + <Action name="panels" /> + <Menu name="navigation_bar"> + <text context="@title:menu">Location Bar</text> + <Action name="editable_location" /> + <Action name="replace_location" /> + </Menu> + <Separator/> + <Action name="view_properties" /> + </Menu> + <Menu name="go"> + <Action name="go_up"/> + <Action name="go_back"/> + <Action name="go_forward"/> + <Action name="go_home"/> + <Separator weakSeparator="1"/> + <Action name="closed_tabs" /> + </Menu> + <Menu name="tools"> + <Action name="find_file"/> + <Action name="show_filter_bar" /> + <Action name="open_terminal" /> + <Action name="compare_files" /> + <Action name="change_remote_encoding" /> + </Menu> + <Menu name="settings"> + <text>Settings</text> + <Action name="options_show_menubar"/> + <Merge name="StandardToolBarMenuHandler"/> + <Merge name="KMDIViewActions"/> + <Separator weakSeparator="1"/> + <Action name="options_configure_keybinding"/> + <Action name="options_configure_toolbars"/> + <Action name="options_configure"/> + </Menu> + <Separator weakSeparator="1"/> + </MenuBar> + <ToolBar noMerge="1" name="mainToolBar"> + <text context="@title:menu">Main Toolbar</text> + <Action name="go_back"/> + <Action name="go_forward"/> + <Action name="go_up"/> + <Separator name="separator_1"/> + <Action name="icons"/> + <Action name="details"/> + <Action name="columns"/> + <Separator name="separator_0"/> + <Action name="edit_find"/> + <Action name="show_preview"/> + <Action name="split_view"/> + <Separator name="separator_2"/> + <Action name="nepomuk_annotate"/> + </ToolBar> + <State name="new_file"> + <disable> + <Action name="edit_undo"/> + <Action name="edit_redo"/> + <Action name="edit_cut"/> + <Action name="edit_copy"/> + <Action name="rename"/> + <Action name="move_to_trash"/> + <Action name="delete"/> + <Action name="invert_selection"/> + <Separator/> + <Action name="go_back"/> + <Action name="go_forward"/> + </disable> + </State> + <State name="has_selection"> + <enable> + <Action name="edit_cut"/> + <Action name="edit_copy"/> + <Action name="rename"/> + <Action name="move_to_trash"/> + <Action name="delete"/> + <Action name="invert_selection"/> + <Action name="nepomuk_annotate"/> + </enable> + </State> + <State name="has_no_selection"> + <disable> + <Action name="edit_cut"/> + <Action name="edit_copy"/> + <Action name="rename"/> + <Action name="move_to_trash"/> + <Action name="delete"/> + <Action name="delete_shortcut"/> + <Action name="invert_selection"/> + <Action name="nepomuk_annotate"/> + </disable> + </State> + <ToolBar iconText="icononly" name="searchToolBar" newline="false"> + <text context="@title:menu">Search Toolbar</text> + <Action name="search_bar"/> + </ToolBar> </kpartgui> |