mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-30 10:55:54 +00:00
dea517bb69
This commit makes the "Show Sidebar" button that's on the toolbar by default use the new `sidebar-expand` icon, if present. If not, it falls back to the old `view-sidetree` icon for compatibility's sake. We also make thie button icons-only by default, as the new icon is clearer than the old one. This saves some horizontal space in the defualt toolbar, which is now quite wide.
140 lines
4.9 KiB
XML
140 lines
4.9 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
|
|
<gui name="okular_part" version="49">
|
|
<MenuBar>
|
|
<Menu name="file"><text>&File</text>
|
|
<Action name="get_new_stuff" group="file_open"/>
|
|
<Action name="import_ps" group="file_open"/>
|
|
<Action name="file_save" group="file_save"/>
|
|
<Action name="file_save_as" group="file_save"/>
|
|
<Action name="file_reload" group="file_save"/>
|
|
<Action name="file_print" group="file_print"/>
|
|
<Action name="file_print_preview" group="file_print"/>
|
|
<Action name="open_containing_folder" group="file_print"/>
|
|
<Action name="properties" group="file_print"/>
|
|
<Action name="embedded_files" group="file_print"/>
|
|
<Action name="file_export_as" group="file_print"/>
|
|
<Action name="file_share" group="file_print"/>
|
|
</Menu>
|
|
<Menu name="edit"><text>&Edit</text>
|
|
<Action name="edit_undo"/>
|
|
<Action name="edit_redo"/>
|
|
<Separator/>
|
|
<Action name="edit_copy"/>
|
|
<Separator/>
|
|
<Action name="edit_select_all"/>
|
|
<Action name="edit_select_all_current_page"/>
|
|
<Separator/>
|
|
<Action name="edit_find"/>
|
|
<Action name="edit_find_next"/>
|
|
<Action name="edit_find_prev"/>
|
|
</Menu>
|
|
<Menu name="view"><text>&View</text>
|
|
<Action name="presentation"/>
|
|
<Separator/>
|
|
<Action name="view_zoom_in"/>
|
|
<Action name="view_zoom_out"/>
|
|
<Action name="view_actual_size"/>
|
|
<Action name="view_fit_to_width"/>
|
|
<Action name="view_fit_to_page"/>
|
|
<Action name="view_auto_fit"/>
|
|
<Separator/>
|
|
<Action name="view_render_mode"/>
|
|
<Separator/>
|
|
<Menu name="view_orientation"><text>&Orientation</text>
|
|
<Action name="view_orientation_rotate_ccw"/>
|
|
<Action name="view_orientation_rotate_cw"/>
|
|
<Action name="view_orientation_original"/>
|
|
</Menu>
|
|
<Action name="view_trim_mode"/>
|
|
<Separator/>
|
|
<Action name="view_toggle_forms"/>
|
|
</Menu>
|
|
<Menu name="go"><text>&Go</text>
|
|
<Action name="go_previous"/>
|
|
<Action name="go_next"/>
|
|
<Separator/>
|
|
<Action name="first_page"/>
|
|
<Action name="last_page"/>
|
|
<Separator/>
|
|
<Action name="go_document_back"/>
|
|
<Action name="go_document_forward" />
|
|
<Separator/>
|
|
<Action name="go_goto_page"/>
|
|
</Menu>
|
|
<Menu name="bookmarks"><text>&Bookmarks</text>
|
|
<Action name="bookmark_add"/>
|
|
<Action name="rename_bookmark"/>
|
|
<Action name="previous_bookmark"/>
|
|
<Action name="next_bookmark" />
|
|
<Separator/>
|
|
<ActionList name="bookmarks_currentdocument" />
|
|
</Menu>
|
|
<Menu name="tools"><text>&Tools</text>
|
|
<Action name="mouse_drag"/>
|
|
<Action name="mouse_zoom"/>
|
|
<Action name="mouse_select"/>
|
|
<Action name="mouse_textselect"/>
|
|
<Action name="mouse_tableselect"/>
|
|
<Action name="mouse_magnifier"/>
|
|
<Separator/>
|
|
<Action name="mouse_toggle_annotate"/>
|
|
<Separator/>
|
|
<Action name="add_digital_signature"/>
|
|
<Separator/>
|
|
<Action name="speak_document"/>
|
|
<Action name="speak_current_page"/>
|
|
<Action name="speak_stop_all"/>
|
|
<Action name="speak_pause_resume"/>
|
|
</Menu>
|
|
<Menu name="settings"><text>&Settings</text>
|
|
<Action name="show_leftpanel" group="show_merge"/>
|
|
<Action name="show_bottombar" group="show_merge"/>
|
|
<Action name="options_configure_generators" group="configure_merge"/>
|
|
<Action name="options_configure" group="configure_merge"/>
|
|
</Menu>
|
|
<Menu name="help"><text>&Help</text>
|
|
<Action name="help_about_backend" group="about_merge"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="mainToolBar"><text>Main Toolbar</text>
|
|
<Action name="show_leftpanel"/>
|
|
<Separator/>
|
|
<Action name="mouse_drag"/>
|
|
<Action name="mouse_selecttools"/>
|
|
<Action name="annotation_favorites"/>
|
|
<Spacer/>
|
|
<Action name="page_number"/>
|
|
<Spacer/>
|
|
<Action name="view_zoom_out"/>
|
|
<Action name="zoom_to" />
|
|
<Action name="view_zoom_in"/>
|
|
</ToolBar>
|
|
<ActionProperties scheme="Default">
|
|
<Action priority="0" name="show_leftpanel"/>
|
|
</ActionProperties>
|
|
<ToolBar name="annotationToolBar" iconText="icononly" newline="true" hidden="true"><text>Annotation Toolbar</text>
|
|
<Action name="annotation_highlighter"/>
|
|
<Action name="annotation_underline"/>
|
|
<Action name="annotation_squiggle"/>
|
|
<Action name="annotation_strike_out"/>
|
|
<Action name="annotation_typewriter"/>
|
|
<Action name="annotation_inline_note"/>
|
|
<Action name="annotation_popup_note"/>
|
|
<Action name="annotation_freehand_line"/>
|
|
<Action name="annotation_geometrical_shape"/>
|
|
<Action name="annotation_stamp"/>
|
|
<Separator/>
|
|
<Action name="annotation_settings_width"/>
|
|
<Action name="annotation_settings_color"/>
|
|
<Action name="annotation_settings_inner_color"/>
|
|
<Action name="annotation_settings_opacity"/>
|
|
<Action name="annotation_settings_font"/>
|
|
<Action name="annotation_settings_advanced"/>
|
|
<Separator/>
|
|
<Action name="annotation_bookmark"/>
|
|
<Action name="annotation_settings_pin"/>
|
|
<Spacer/>
|
|
<Action name="hide_annotation_toolbar"/>
|
|
</ToolBar>
|
|
</gui>
|