diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:09:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:09:41 +0100 |
commit | 288ace1df39dbea40cae66d0b04bfdefcd6cec70 (patch) | |
tree | 87c03b9dbfb330b7e743a45276d73de0cea0e950 /src/rekonqui.rc | |
parent | Lindsay's credits (diff) | |
download | rekonq-288ace1df39dbea40cae66d0b04bfdefcd6cec70.tar.xz |
WARNING COMMIT --> FIRST REKONQ 2 IMPORT
Preparing repo to merge rekonq2 code...
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 155 |
1 files changed, 0 insertions, 155 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc deleted file mode 100644 index 1c6f26a5..00000000 --- a/src/rekonqui.rc +++ /dev/null @@ -1,155 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="rekonq" version="61"> - -<!--- =========== Rekonq Menu ============= --> -<Menu name="rekonqMenu" noMerge="1"> - <Action name="new_tab" /> - <Action name="new_window" /> - <Action name="private_browsing" /> - <Separator/> - <Action name="file_open" /> - <Action name="file_save_as" /> - <Action name="file_print" /> - <Action name="edit_find" /> - <Action name="view_zoom" /> - <Separator/> - - <Menu name="toolsMenu" icon="preferences-other" noMerge="1"> - <text>&Tools</text> - <Action name="clear_private_data" /> - <Separator/> - <Action name="webapp_shortcut" /> - <Action name="web_inspector" /> - <Action name="page_source" /> - <Action name="net_analyzer" /> - <Action name="set_editable" /> - <Separator/> - <Action name="useragent" /> - <Action name="sync" /> - <Action name="adblock" /> - </Menu> - - <Separator/> - <Action name="show_history_panel" /> - <Action name="show_bookmarks_toolbar" /> - <Action name="show_bookmarks_panel" /> - <Action name="fullscreen" /> - <Separator/> - - <Menu name="help" icon="help-browser"> - <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> - - <Action name="options_configure" /> -</Menu> -<!--- ====================================== --> - - -<MenuBar> - <!-- ============ FILE menu =========== --> - <Menu name="file" noMerge="1"><text>&File</text> - <Action name="file_open" /> - <Action name="open_location" /> - <Separator/> - <Action name="new_tab" /> - <Action name="close_tab" /> - <Separator/> - <Action name="file_save_as" /> - <Separator/> - <Action name="file_print_preview" /> - <Action name="file_print" /> - <Separator/> - <Action name="file_quit" /> - </Menu> - - <!-- ============ EDIT menu =========== --> - <Menu name="edit" noMerge="1"><text>&Edit</text> - <Action name="edit_undo" /> - <Action name="edit_redo" /> - <Separator/> - <Action name="edit_cut" /> - <Action name="edit_copy" /> - <Action name="edit_paste" /> - <Separator/> - <Action name="edit_find" /> - <Action name="edit_find_next" /> - <Action name="edit_find_prev" /> - </Menu> - - <!-- ============ VIEW menu =========== --> - <Menu name="view" noMerge="1"><text>&View</text> - <Action name="view_redisplay" /> - <Action name="go_home" /> - <Separator/> - <Action name="bigger_font" /> - <Action name="normal_font" /> - <Action name="smaller_font" /> - <Separator/> - <Action name="page_source" /> - </Menu> - - <!-- ============ GO menu =========== --> - <Menu name="go" deleted="true"> - </Menu> - - <!-- ============ HISTORY menu =========== --> - <Action name="history" ><text>Hi&story</text> - </Action> - - <!-- ============ BOOKMARKS menu =========== --> - <Action name="bookmarksActionMenu" ><text>&Bookmarks</text> - </Action> - - <!-- ============ TOOLS menu =========== --> - <Menu name="tools" noMerge="1"><text>&Tools</text> - <Action name="web_inspector" /> - <Action name="private_browsing" /> - <Action name="clear_private_data" /> - <Action name="page_source" /> - <Action name="net_analyzer" /> - <Action name="set_editable" /> - <Separator/> - <Action name="useragent" /> - <Action name="adblock" /> - </Menu> - - <!-- ============ SETTINGS menu =========== --> - <Menu name="settings" noMerge="1"><text>&Settings</text> - <Action name="options_show_menubar" /> - <Merge name="StandardToolBarMenuHandler" /> - <Merge/> - <Separator/> - <Action name="fullscreen" /> - <Separator/> - <Action name="options_configure_keybinding" /> - <Action name="options_configure_toolbars" /> - <Action name="options_configure" /> - </Menu> -</MenuBar> - -<!-- ============ Main ToolBar =========== --> -<ToolBar name="mainToolBar" position="top" iconText="iconOnly" newline="true" noMerge="1"> -<text>Main Toolbar</text> - <Action name="go_back" /> - <Action name="go_forward" /> - <Action name="url_bar" /> - <Action name="load_stop_reload" /> - <Action name="rekonq_tools" /> -</ToolBar> - -<!-- ============ Bookmarks ToolBar =========== --> -<ToolBar noEdit="true" iconText="icontextright" fullWidth="true" name="bookmarkToolBar" iconSize="16" newline="true"> - <text>Bookmark Toolbar</text> -</ToolBar> - -</gui> |