diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 01:02:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-10 01:02:50 +0000 |
commit | c66249b79aa9bfa0924494adcd5345b5b1244b0c (patch) | |
tree | 19a77c57cc41d8b522554fbde0c36d6f20d7dc7b /src/app/gwenviewui.rc | |
download | gwenview-c66249b79aa9bfa0924494adcd5345b5b1244b0c.tar.gz gwenview-c66249b79aa9bfa0924494adcd5345b5b1244b0c.zip |
Added old abandoned KDE3 version of gwenview
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1088034 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/app/gwenviewui.rc')
-rw-r--r-- | src/app/gwenviewui.rc | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/src/app/gwenviewui.rc b/src/app/gwenviewui.rc new file mode 100644 index 0000000..6e165ad --- /dev/null +++ b/src/app/gwenviewui.rc @@ -0,0 +1,133 @@ +<?xml version="1.0"?> +<!DOCTYPE gui SYSTEM "kpartgui.dtd"> +<kpartgui name="Gwenview" version="27"> +<MenuBar> + <Menu name="file"> + <Action name="file_rename"/> + <Action name="file_copy"/> + <Action name="file_move"/> + <Action name="file_link"/> + <Action name="file_delete"/> + <Separator/> + <Action name="file_properties"/> + </Menu> + <Menu name="edit"> + <Action name="rotate_left"/> + <Action name="rotate_right"/> + <Action name="mirror"/> + <Action name="flip"/> + </Menu> + <Menu name="view" noMerge="1"> + <text>&View</text> + <Action name="reload"/> + <Separator/> + <Action name="switch_to_view_mode" /> + <Action name="switch_to_browse_mode" /> + <Action name="fullscreen"/> + <Action name="slideshow"/> + <Separator/> + <Action name="list_mode" /> + <Action name="side_thumbnail_mode" /> + <Action name="bottom_thumbnail_mode" /> + <Action name="show_dot_files"/> + <Separator/> + <Menu name="colors"> + <text>&Colors</text> + <Action name="increase_gamma"/> + <Action name="decrease_gamma"/> + <Action name="increase_brightness"/> + <Action name="decrease_brightness"/> + <Action name="increase_contrast"/> + <Action name="decrease_contrast"/> + <Action name="adjust_bcg"/> + </Menu> + <Action name="view_zoom_to_fit"/> + <Action name="view_zoom_to_width"/> + <Action name="view_zoom_to_height"/> + <Action name="view_zoom_in"/> + <Action name="view_zoom_out"/> + <Action name="view_actual_size"/> + <Action name="view_zoom_lock"/> + </Menu> + <Menu name="go_web" noMerge="1"> + <text>&Go</text> + <Action name="first"/> + <Action name="previous"/> + <Action name="next"/> + <Action name="last"/> + <Separator/> + <Action name="go_back"/> + <Action name="go_forward"/> + <Action name="go_home"/> + <Separator/> + <Action name="go_up"/> + <Action name="first_sub_folder"/> + <Action name="previous_folder"/> + <Action name="next_folder"/> + </Menu> + <Action name="bookmarks"/> + <Menu name="settings"> + <Action name="configure_tools" append="configure_merge"/> + </Menu> + <Menu name="plugins"> + <text>&Plugins</text> + <Menu name="kipi_images"> + <text>Images</text> + <ActionList name="image_actions"/> + </Menu> + <Menu name="kipi_effects"> + <text>Effects</text> + <ActionList name="effect_actions"/> + </Menu> + <Menu name="kipi_tools"> + <text>Tools</text> + <ActionList name="tool_actions"/> + </Menu> + <Menu name="kipi_batch"> + <text>Batch Processing</text> + <ActionList name="batch_actions"/> + </Menu> + <Menu name="kipi_import"> + <text>Import</text> + <ActionList name="import_actions"/> + </Menu> + <Menu name="kipi_export"> + <text>Export</text> + <ActionList name="export_actions"/> + </Menu> + <Menu name="kipi_collections"> + <text>Collections</text> + <ActionList name="collection_actions"/> + </Menu> + </Menu> + <Menu name="window"> + <text>&Window</text> + <ActionList name="winlist"/> + <Separator/> + <Action name="reset_dock_widgets"/> + </Menu> +</MenuBar> + +<ToolBar name="mainToolBar" noMerge="1" iconText="icontextright"> + <text>Main Toolbar</text> + <Action name="switch_to_browse_mode"/> + <Action name="switch_to_view_mode"/> + <Action name="fullscreen"/> + <Action name="slideshow"/> +</ToolBar> + +<ToolBar name="locationToolBar"> + <text>Location Toolbar</text> + <Action name="go_back" /> + <Action name="go_forward" /> + <Action name="go_up" /> + <Action name="go_home" /> + <Action name="clear_location" /> + <Action name="location_label" /> + <Action name="location_url" /> + <Action name="location_go" /> +</ToolBar> + +<StatusBar/> + +</kpartgui> |