Bug 116097 - kpdf: wrong menu description in docs, patch
Summary: kpdf: wrong menu description in docs, patch
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 22:43 UTC by Burkhard Lück
Modified: 2005-11-21 10:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Burkhard Lück 2005-11-10 22:43:10 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

patch is checked with meinproc, check-empty-elements.py, 
check-multiple-root-elements.py and check_preferred_forms.py

Index: svn/kdegraphics/doc/kpdf/index.docbook
===================================================================
--- svn/kdegraphics/doc/kpdf/index.docbook	(Revision 460267)
+++ svn/kdegraphics/doc/kpdf/index.docbook	(Arbeitskopie)
@@ -13,7 +13,6 @@
 		<authorgroup>
 			<author>
 				<firstname>Albert</firstname>
-				<othername></othername>
 				<surname>Astals Cid</surname>
 				<affiliation>
 					<address><email>tsdgeos@yahoo.es</email></address>
@@ -148,7 +147,7 @@
 					</term>
 					<listitem>
 						<para>
-							<action>Open</action> a file selected from a drop-down list of
+							<action>Open</action> a file selected from a combo box list of
 							recently opened files. If a file is currently being displayed it
 							will be	closed.
 						</para>
@@ -255,51 +254,13 @@
 			</variablelist>
 		</sect1>
 		
-		<sect1 id="menumoude">
-			<title>The <guimenu>Mouse mode</guimenu> Menu</title>
-			<variablelist>
-				<varlistentry>
-					<term>
-						<menuchoice>
-							<guimenu>Mouse mode</guimenu>
-							<guimenuitem>Normal</guimenuitem>
-						</menuchoice>
-					</term>
-					<listitem>
-						<para>The mouse will have its normal behaviour, &LMB; for dragging the document and following links and &RMB; for adding bookmarks and fit to width.</para>
-					</listitem>
-				</varlistentry>
-				<varlistentry>
-					<term>
-						<menuchoice>
-							<guimenu>Mouse mode</guimenu>
-							<guimenuitem>Zoom tool</guimenuitem>
-						</menuchoice>
-					</term>
-					<listitem>
-						<para>The mouse will work as a zoom tool. Clicking &LMB; and dragging will zoom the view to the selected area, clicking &RMB; will bring the document back to the previous zoom.</para>
-					</listitem>
-				</varlistentry>
-				<varlistentry>
-					<term>
-						<menuchoice>
-							<guimenu>Mouse mode</guimenu>
-							<guimenuitem>Select</guimenuitem>
-						</menuchoice>
-					</term>
-					<listitem>
-						<para>The mouse will work as a select tool. In that mode clicking &LMB; and dragging will give the option of copying the text/image of current the selected area to the clipboard, images can be saved to a file too.</para>
-					</listitem>
-				</varlistentry>
-			</variablelist>
-		</sect1>
-
 		<sect1 id="menuview">
 			<title>The <guimenu>View</guimenu> Menu</title>
 			<variablelist>
 				<varlistentry>
 					<term>
 						<menuchoice>
+							<shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>P</keycap></keycombo></shortcut>
 							<guimenu>View</guimenu>
 							<guimenuitem>Presentation</guimenuitem>
 						</menuchoice>
@@ -389,6 +350,30 @@
 				<varlistentry>
 					<term>
 						<menuchoice>
+							<shortcut><keycap>Backspace</keycap></shortcut>
+							<guimenu>Go</guimenu>
+							<guimenuitem>Previous Page</guimenuitem>
+						</menuchoice>
+					</term>
+					<listitem>
+						<para>View the <action>previous page</action> of the document.</para>
+					</listitem>
+				</varlistentry>
+				<varlistentry>
+					<term>
+						<menuchoice>
+							<shortcut><keycap>Space</keycap></shortcut>
+							<guimenu>Go</guimenu>
+							<guimenuitem>Next Page</guimenuitem>
+						</menuchoice>
+					</term>
+					<listitem>
+						<para>View the <action>next page</action> of the document.</para>
+		 			</listitem>
+				</varlistentry>
+				<varlistentry>
+					<term>
+						<menuchoice>
 							<shortcut><keycombo action="simul">&Ctrl; <keycap>Home</keycap></keycombo></shortcut>
 							<guimenu>Go</guimenu>
 							<guimenuitem>First Page</guimenuitem>
@@ -401,50 +386,102 @@
 				<varlistentry>
 					<term>
 						<menuchoice>
-							<shortcut><keycap>Backspace</keycap></shortcut>
+							<shortcut><keycombo action="simul">&Ctrl;	<keycap>End</keycap></keycombo></shortcut>
 							<guimenu>Go</guimenu>
-							<guimenuitem>Previous Page</guimenuitem>
+							<guimenuitem>Last Page</guimenuitem>
 						</menuchoice>
 					</term>
 					<listitem>
-						<para>View the <action>previous page</action> of the document.</para>
+						<para><action>Go to the last page</action> of the document.</para>
 					</listitem>
 				</varlistentry>
 				<varlistentry>
 					<term>
 						<menuchoice>
-							<shortcut><keycap>Space</keycap></shortcut>
+							<shortcut><keycombo action="simul">&Alt;	<keycap>Left</keycap></keycombo></shortcut>
 							<guimenu>Go</guimenu>
-							<guimenuitem>Next Page</guimenuitem>
+							<guimenuitem>Back</guimenuitem>
 						</menuchoice>
 					</term>
 					<listitem>
-						<para>View the <action>next page</action> of the document.</para>
-		 			</listitem>
+						<para><action>Go to the page</action> displayed before.</para>
+					</listitem>
 				</varlistentry>
 				<varlistentry>
 					<term>
 						<menuchoice>
-							<shortcut><keycombo action="simul">&Ctrl;	<keycap>End</keycap></keycombo></shortcut>
+							<shortcut><keycombo action="simul">&Alt;<keycap>Right</keycap></keycombo></shortcut>
 							<guimenu>Go</guimenu>
-							<guimenuitem>Last Page</guimenuitem>
+							<guimenuitem>Forward</guimenuitem>
 						</menuchoice>
 					</term>
 					<listitem>
-						<para><action>Go to the last page</action> of the document.</para>
+						<para><action>Go to the page</action> of the document where you were after.</para>
 					</listitem>
 				</varlistentry>
+				<varlistentry>
+					<term>
+						<menuchoice>
+							<shortcut><keycombo action="simul">&Ctrl;<keycap>G</keycap></keycombo></shortcut>
+							<guimenu>Go</guimenu>
+							<guimenuitem>Go to Page</guimenuitem>
+						</menuchoice>
+					</term>
+					<listitem>
+						<para><action>Go to a selected page</action> of the document.</para>
+					</listitem>
+				</varlistentry>
 			</variablelist>
 		</sect1>
 
+		<sect1 id="menutools">
+			<title>The <guimenu>Tools</guimenu> Menu</title>
+			<variablelist>
+				<varlistentry>
+					<term>
+						<menuchoice>
+							<guimenu>Tools</guimenu>
+							<guimenuitem>Browse Tool</guimenuitem>
+						</menuchoice>
+					</term>
+					<listitem>
+						<para>The mouse will have its normal behaviour, &LMB; for dragging the document and following links and &RMB; for adding bookmarks and fit to width.</para>
+					</listitem>
+				</varlistentry>
+				<varlistentry>
+					<term>
+						<menuchoice>
+							<guimenu>Tools</guimenu>
+							<guimenuitem>Zoom Tool</guimenuitem>
+						</menuchoice>
+					</term>
+					<listitem>
+						<para>The mouse will work as a zoom tool. Clicking &LMB; and dragging will zoom the view to the selected area, clicking &RMB; will bring the document back to the previous zoom.</para>
+					</listitem>
+				</varlistentry>
+				<varlistentry>
+					<term>
+						<menuchoice>
+							<guimenu>Tools</guimenu>
+							<guimenuitem>Select Tool</guimenuitem>
+						</menuchoice>
+					</term>
+					<listitem>
+						<para>The mouse will work as a select tool. In that mode clicking &LMB; and dragging will give the option of copying the text/image of current the selected area to the clipboard, images can be saved to a file too.</para>
+					</listitem>
+				</varlistentry>
+			</variablelist>
+		</sect1>
+
 		<sect1 id="settings-menu">
 			<title>The <guimenu>Settings</guimenu> Menu</title>
 			<variablelist>
 				<varlistentry>
 					<term>
 						<menuchoice>
+							<shortcut><keycombo action="simul">&Ctrl;<keycap>M</keycap></keycombo></shortcut>
 							<guimenu>Settings</guimenu>
-							<guimenuitem>Show Menubar</guimenuitem>
+							<guimenuitem>Show/Hide Menubar</guimenuitem>
 						</menuchoice>
 					</term>
 					<listitem>
@@ -456,7 +493,7 @@
 					<term>
 						<menuchoice>
 							<guimenu>Settings</guimenu>
-							<guimenuitem>Show Toolbar</guimenuitem>
+							<guimenuitem>Show/Hide Toolbar</guimenuitem>
 						</menuchoice>
 					</term>
 					<listitem>
@@ -466,18 +503,19 @@
 				<varlistentry>
 					<term>
 						<menuchoice>
+							<shortcut><keycombo action="simul">&Ctrl;<keycap>L</keycap></keycombo></shortcut>
 							<guimenu>Settings</guimenu>
-							<guimenuitem>Watch File</guimenuitem>
+							<guimenuitem>Show/Hide Navigation Panel</guimenuitem>
 						</menuchoice>
 					</term>
 					<listitem>
-						<para>If this is selected the display will <action>automatically
-								updated</action> if the document file	changes.</para>
+						<para><action>Toggle the Navigation Panel display</action> on and off.</para>
 					</listitem>
 				</varlistentry>
 				<varlistentry>
 					<term>
 						<menuchoice>
+							<shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>F</keycap></keycombo></shortcut>
 							<guimenu>Settings</guimenu>
 							<guimenuitem>Full Screen Mode</guimenuitem>
 						</menuchoice>
Comment 1 Jes Hall 2005-11-21 10:11:17 UTC
SVN commit 481963 by jhall:

more bug fixes from Burkhard.
BUG:116019
BUG:116021
BUG:116020
BUG:116093
BUG:116097

 M  +4 -4      kcoloredit/index.docbook  
 M  +218 -116  kghostview/index.docbook  
 M  +38 -51    kiconedit/index.docbook  
 M  +98 -59    kpdf/index.docbook  
 M  +5 -6      kruler/index.docbook