Git commit 3a3f8589eea17698e0757e5cd7fcbb29d80cb805 by Yuri Chornoivan. Committed on 02/01/2014 at 11:34. Pushed by yurchor into branch 'master'.
Add documentation about the preview image window M +10 -2 doc/index.docbook http://commits.kde.org/palapeli/3a3f8589eea17698e0757e5cd7fcbb29d80cb805 diff --git a/doc/index.docbook b/doc/index.docbook index 20ade65..f2645ff 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -30,8 +30,8 @@ <holder>Johannes Löhnert, Stefan Majewsky</holder> </copyright> <legalnotice>&FDLNotice;</legalnotice> - <date>2010-11-29</date> - <releaseinfo>1.2</releaseinfo> + <date>2014-01-02</date> + <releaseinfo>1.2 (&kde; 4.13)</releaseinfo> <abstract> <para>This is the manual for &palapeli;, a jigsaw puzzle game based on &kde; technology.</para> @@ -228,6 +228,10 @@ <term><guiicon>Restart puzzle</guiicon></term> <listitem><para><action>Discards the saved progress for this puzzle.</action></para></listitem> </varlistentry> + <varlistentry> + <term><guiicon>Preview</guiicon></term> + <listitem><para><action>Toggle the display of the preview window with the completed puzzle.</action></para></listitem> + </varlistentry> </variablelist> </sect1> </chapter> @@ -237,6 +241,10 @@ <para>&palapeli;'s two areas, the puzzle collection and the puzzle table, are embedded into the menubar as tabs. There are also menus with standard actions which are described below.</para> <variablelist> <varlistentry> + <term><menuchoice><guimenu>View</guimenu><guimenuitem>Preview</guimenuitem></menuchoice></term> + <listitem><para><action>Toggle the display of the completed puzzle preview image.</action> Hover it with the mouse pointer to zoom in the image.</para></listitem> + </varlistentry> + <varlistentry> <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Show statusbar of puzzle table</guimenuitem></menuchoice></term> <listitem><para><action>Toggle the display of the progress bar and buttons below the puzzle table.</action> This action will change nothing in the puzzle collection.</para></listitem> </varlistentry>
