Git commit 24dfbdb2c0f40a2b36a4b0e1a8392489be73d6d7 by Yuri Chornoivan. Committed on 25/02/2014 at 06:47. Pushed by yurchor into branch 'master'.
Update docs to the new features (play/pause button and magnifier) M +16 -1 doc/index.docbook M +- -- doc/presentation.png http://commits.kde.org/okular/24dfbdb2c0f40a2b36a4b0e1a8392489be73d6d7 diff --git a/doc/index.docbook b/doc/index.docbook index 51399f0..3237849 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -37,7 +37,7 @@ Context menu actions like Rename Bookmarks etc.) <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> <legalnotice>&FDLNotice;</legalnotice> - <date>2014-02-08</date> + <date>2014-02-25</date> <releaseinfo>0.19 (&kde; 4.13)</releaseinfo> <!-- Abstract about this handbook --> <abstract> @@ -317,6 +317,9 @@ Context menu actions like Rename Bookmarks etc.) section. </para> <para> + Use <guilabel>Play/Pause</guilabel> button in the top bar to start playing presentation or pause it, correspondingly. + </para> + <para> You can exit presentation mode at any time by pressing the &Esc; key or clicking the <guiicon>Quit</guiicon> icon in the top bar. </para> @@ -1665,6 +1668,18 @@ Context menu actions like Rename Bookmarks etc.) <varlistentry> <term> <menuchoice> + <shortcut><keycombo action="simul">&Ctrl;<keycap>6</keycap></keycombo></shortcut> + <guimenu>Tools</guimenu> + <guimenuitem>Magnifier</guimenuitem> + </menuchoice> + </term> + <listitem> + <para>Activates the magnifier mode for the mouse pointer. Press and hold the &LMB; to activate magnifier widget, move the pointer for panning through the document. The magnifier scales each pixel in the document into 10 pixels in the magnifier widget.</para> + </listitem> + </varlistentry> + <varlistentry> + <term> + <menuchoice> <shortcut><keycap>F6</keycap></shortcut> <guimenu>Tools</guimenu> <guimenuitem>Review</guimenuitem> diff --git a/doc/presentation.png b/doc/presentation.png index d87a601..133f01e 100644 Binary files a/doc/presentation.png and b/doc/presentation.png differ
