Git commit 5c8f3392ec5d1e2bf0910c303a75368c6d7d2caf by Yuri Chornoivan. Committed on 08/02/2014 at 12:45. Pushed by yurchor into branch 'master'.
Update docs to the new option to open docs in tabs M +- -- doc/configure.png M +15 -1 doc/index.docbook http://commits.kde.org/okular/5c8f3392ec5d1e2bf0910c303a75368c6d7d2caf diff --git a/doc/configure.png b/doc/configure.png index 93eedf3..8e78819 100644 Binary files a/doc/configure.png and b/doc/configure.png differ diff --git a/doc/index.docbook b/doc/index.docbook index c720602..51399f0 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-01-12</date> + <date>2014-02-08</date> <releaseinfo>0.19 (&kde; 4.13)</releaseinfo> <!-- Abstract about this handbook --> <abstract> @@ -94,6 +94,11 @@ Context menu actions like Rename Bookmarks etc.) </menuchoice>, choose a supported file in the dialog and click <guibutton>Open</guibutton>. Your file should now be displayed in the main window. </para> + <important> + <para> + The new document will be opened in a new tab should the <guilabel>Open new files in tabs</guilabel> option on the <link linkend="configgeneral">General configuration page</link> is checked. + </para> + </important> <para> If you have already opened files in &okular; before, you can quickly access them by selecting them in the <menuchoice><guimenu>File</guimenu><guisubmenu>Open Recent</guisubmenu></menuchoice> menu. @@ -2064,6 +2069,15 @@ Context menu actions like Rename Bookmarks etc.) </listitem> </varlistentry> <varlistentry> + <term><guilabel>Open new files in tabs</guilabel></term> + <listitem> + <para>Whether to open new documents in tabs. The tabs are disabled by default.</para> + <para> + The default shortcuts to switch between tabs are <keycombo>&Ctrl;<keycap>.</keycap></keycombo> (<guilabel>Next tab</guilabel>) and <keycombo>&Ctrl;<keycap>,</keycap></keycombo> (<guilabel>Previous tab</guilabel>). + </para> + </listitem> + </varlistentry> + <varlistentry> <term><guilabel>Reload document on file change</guilabel></term> <listitem> <para>Whether opened files should be automatically checked for
