mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
4387e1489e
- 1. editor-like text selection, and I do mean it, its not pseudo-editor (like the ones acroread and kviewshell have) it doesnt intersect the selection area with words under it, no, it does a lot more, including work on cursors and searching for the text area closest to the given cursor - 2. rotation support, change the orientation of the documents if you need too :) - 3. the kfaxview backend works beautifully, porting kviewshell backends is damn easy ! djvu and dvi will be next! - 4. Hardware Blending of selection rectangles! We now use XRender instead of KImageEffect, makes a damn faster blend! - 5. Overview mode - as seen in Kviewshell, but quite a bit extended, the kviewshell is only one state, while we support it in both continous and non-continous form - BTW. I coded all those features myself, (apart from kfaxview backend library) it is an impressive bit right? but oKular cant be run by only one person, join in on the fun! i can introduce you into the code just mail niedakh@gmail.com svn path=/trunk/playground/graphics/oKular/kpdf/; revision=509871
73 lines
2.2 KiB
Text
73 lines
2.2 KiB
Text
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="okular_part" version="20">
|
|
<MenuBar>
|
|
<Menu name="file"><text>&File</text>
|
|
<Action name="get_new_stuff" group="file_open"/>
|
|
<Action name="import_ps" group="file_open"/>
|
|
<Action name="save" group="file_save"/>
|
|
<Action name="file_print" group="file_print"/>
|
|
<Action name="file_print_preview" group="file_print"/>
|
|
<Action name="properties" group="file_print"/>
|
|
</Menu>
|
|
<Menu name="edit"><text>&Edit</text>
|
|
<Action name="find"/>
|
|
<Action name="find_next"/>
|
|
</Menu>
|
|
<Menu name="view"><text>&View</text>
|
|
<Action name="presentation"/>
|
|
<Action name="orientation_menu"/>
|
|
<Separator/>
|
|
<Action name="zoom_in"/>
|
|
<Action name="zoom_out"/>
|
|
<Action name="zoom_fit_width"/>
|
|
<Action name="zoom_fit_page"/>
|
|
<Action name="zoom_fit_rect"/>
|
|
<Separator/>
|
|
<Action name="view_continuous"/>
|
|
<Action name="view_render_mode"/>
|
|
<Separator/>
|
|
<Action name="view_orientation"/>
|
|
<Action name="view_papersizes"/>
|
|
</Menu>
|
|
<Menu name="go"><text>&Go</text>
|
|
<Action name="previous_page"/>
|
|
<Action name="next_page"/>
|
|
<Separator/>
|
|
<Action name="first_page"/>
|
|
<Action name="last_page"/>
|
|
<Separator/>
|
|
<Action name="history_back"/>
|
|
<Action name="history_forward" />
|
|
<Separator/>
|
|
<Action name="goto_page"/>
|
|
</Menu>
|
|
<Menu name="mouseMode"><text>&Tools</text>
|
|
<Action name="mouse_drag"/>
|
|
<Action name="mouse_zoom"/>
|
|
<Action name="mouse_select"/>
|
|
<Separator/>
|
|
<Action name="mouse_toggle_annotate"/>
|
|
</Menu>
|
|
<Menu name="settings"><text>&Settings</text>
|
|
<Action name="show_leftpanel" group="show_merge"/>
|
|
<Action name="preferences"/>
|
|
<Action name="generator_prefs"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="mainToolBar"><text>Main Toolbar</text>
|
|
<Separator/>
|
|
<Action name="history_back"/>
|
|
<Action name="history_forward" />
|
|
<Separator/>
|
|
<Action name="zoom_in"/>
|
|
<Action name="zoom_to" />
|
|
<Action name="zoom_out"/>
|
|
<Separator/>
|
|
<Action name="zoom_fit_width"/>
|
|
<Action name="zoom_fit_page"/>
|
|
<Separator/>
|
|
<Action name="mouse_drag"/>
|
|
<Action name="mouse_zoom"/>
|
|
<Action name="mouse_select"/>
|
|
</ToolBar>
|
|
</kpartgui>
|