You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
134 lines
3.6 KiB
134 lines
3.6 KiB
15 years ago
|
<?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>
|