gcalctool r2443 - in trunk: . help help/C



Author: rancell
Date: Mon Mar 16 22:18:42 2009
New Revision: 2443
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2443&view=rev

Log:
Updated shortcut key table (Robin Sonefors, Bug #574404)

Modified:
   trunk/NEWS
   trunk/help/C/gcalctool.xml
   trunk/help/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar 16 22:18:42 2009
@@ -10,7 +10,7 @@
 
     * Removed deprecated test/ directory (Bug #574048)
 
-    * Updated documentation: ca (Joan Duran)
+    * Updated documentation: C (Robin Sonefors), ca (Joan Duran)
 
     * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
                             el (Jennie Petoumenou), fi (Tommi Vainikainen),

Modified: trunk/help/C/gcalctool.xml
==============================================================================
--- trunk/help/C/gcalctool.xml	(original)
+++ trunk/help/C/gcalctool.xml	Mon Mar 16 22:18:42 2009
@@ -624,7 +624,7 @@
                            </row>
                            <row valign="top">
                              <entry><para>Square</para> </entry>
-                             <entry><para><replaceable>x</replaceable><superscript>2</superscript></para></entry>
+                             <entry><para><guibutton><replaceable>x</replaceable><superscript>2</superscript></guibutton></para></entry>
                              <entry><para>Calculates the square of the current value in the display area.</para></entry>
                              <entry><para>3 <replaceable>x</replaceable><superscript>2</superscript></para></entry>
                              <entry><para>9</para></entry>
@@ -1398,9 +1398,9 @@
                          <tbody> 
                            <row valign="top">
                              <entry><para>Common Logarithm Base 10</para> </entry>
-                             <entry><para>Log<subscript><replaceable>10</replaceable></subscript></para></entry>
+                             <entry><para><guibutton>Log<subscript>10</subscript></guibutton></para></entry>
                              <entry><para>Calculates the common logarithm (base 10) of the current value in the display area.</para></entry>
-                             <entry><para>10 Log<subscript><replaceable>10</replaceable></subscript></para></entry>
+                             <entry><para>10 <guibutton>Log<subscript><replaceable>10</replaceable></subscript></guibutton></para></entry>
                              <entry><para>1</para></entry>
                            </row>
                            <row valign="top">
@@ -1412,9 +1412,9 @@
                            </row>
                            <row valign="top">
                              <entry><para>Common Logarithm Base 2</para> </entry>
-                             <entry><para>Log<subscript><replaceable>2</replaceable></subscript></para></entry>
+                             <entry><para><guibutton>Log<subscript>2</subscript></guibutton></para></entry>
                              <entry><para>Calculates the common logarithm (base 2) of the current value in the display area.</para></entry>
-                             <entry><para>10 Log<subscript><replaceable>2</replaceable></subscript></para></entry>
+                             <entry><para>10 <guibutton>Log<subscript><replaceable>2</replaceable></subscript></guibutton></para></entry>
                              <entry><para>3.32</para></entry>
                            </row>
 			 </tbody>
@@ -1732,23 +1732,37 @@
                          <tbody> 
                                                       <row valign="top">
                              <entry><para>e to the <replaceable>x</replaceable> power</para> </entry>
-                             <entry><para>e<superscript><replaceable>x</replaceable></superscript></para></entry>
+                             <entry><para><guibutton>e<superscript><replaceable>x</replaceable></superscript></guibutton></para></entry>
                              <entry><para>Calculates the value of <literal>e</literal> raised to the power of the current value in the display area.</para></entry>
-                             <entry><para>2 e<superscript><replaceable>x</replaceable></superscript></para></entry>
+                             <entry><para>2 <guibutton>e<superscript><replaceable>x</replaceable></superscript></guibutton></para></entry>
                              <entry><para>7.39</para></entry>
                            </row>
                            <row valign="top">
                              <entry><para>10 to the <replaceable>x</replaceable> power</para> </entry>
-                             <entry><para>10<superscript><replaceable>x</replaceable></superscript></para></entry>
+                             <entry><para><guibutton>10<superscript><replaceable>x</replaceable></superscript></guibutton></para></entry>
                              <entry><para>Calculates the value of 10 raised to the power of the current value in the display area.</para></entry>
-                             <entry><para>2 10<superscript><replaceable>x</replaceable></superscript></para></entry>
+                             <entry><para>2 <guibutton>10<superscript><replaceable>x</replaceable></superscript></guibutton></para></entry>
                              <entry><para>100</para></entry>
                            </row>
                            <row valign="top">
+                             <entry><para>2 to the <replaceable>x</replaceable> power</para> </entry>
+                             <entry><para><guibutton>2<superscript><replaceable>x</replaceable></superscript></guibutton></para></entry>
+                             <entry><para>Calculates the value of 2 raised to the power of the current value in the display area.</para></entry>
+                             <entry><para>2 <guibutton>2<superscript><replaceable>x</replaceable></superscript></guibutton></para></entry>
+                             <entry><para>4</para></entry>
+                           </row>
+                           <row valign="top">
                              <entry><para>x to the <replaceable>y</replaceable> power</para> </entry>
-                             <entry><para><replaceable>x</replaceable><superscript><replaceable>y</replaceable></superscript></para></entry>
+                             <entry><para><guibutton><replaceable>x</replaceable><superscript><replaceable>y</replaceable></superscript></guibutton></para></entry>
                              <entry><para>Raises the current value in the display area to the power of the next value that you enter.</para></entry>
-                             <entry><para>2 <replaceable>x</replaceable><superscript><replaceable>y</replaceable></superscript> <guibutton>4</guibutton> <guibutton>=</guibutton></para></entry>
+                             <entry><para>2 <guibutton><replaceable>x</replaceable><superscript><replaceable>y</replaceable></superscript></guibutton> 4 <guibutton>=</guibutton></para></entry>
+                             <entry><para>16</para></entry>
+                           </row>
+                           <row valign="top">
+                             <entry><para>x to the reciprocal <replaceable>y</replaceable> power</para> </entry>
+                             <entry><para><guibutton><replaceable>x</replaceable><superscript>1/<replaceable>y</replaceable></superscript></guibutton></para></entry>
+                             <entry><para>Raises the current value in the display area to the reciprocal power of the next value that you enter.</para></entry>
+                             <entry><para>2 <guibutton><replaceable>x</replaceable><superscript>1/<replaceable>y</replaceable></superscript></guibutton> 4 <guibutton>=</guibutton></para></entry>
                              <entry><para>16</para></entry>
                            </row>
                            <row valign="top">
@@ -1762,7 +1776,7 @@
                              <entry><para>Modulus Division</para> </entry>
                              <entry><para><guibutton>Mod</guibutton></para></entry>
                              <entry><para>Divides the current integer value in the display area by the next integer number that you enter, displaying the remainder.</para></entry>
-                             <entry><para>15 <guibutton>Mod</guibutton> <guibutton>4</guibutton> <guibutton>=</guibutton></para></entry>
+                             <entry><para>15 <guibutton>Mod</guibutton> 4 <guibutton>=</guibutton></para></entry>
                              <entry><para>3</para></entry>
                            </row>
                            <row valign="top">
@@ -2241,11 +2255,35 @@
                            </row>
                            <row valign="top">
                              <entry><para><keycap>G</keycap></para></entry>
+                             <entry><para>10<superscript><replaceable>x</replaceable></superscript></para></entry>
+                             <entry><para>10 to the <replaceable>x</replaceable> power</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-misc-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
+                             <entry><para><keycap>g</keycap></para></entry>
                              <entry><para><guibutton>Log</guibutton></para></entry>
-                             <entry><para>Common logarithm</para> </entry>
+                             <entry><para>Common base 10 logarithm</para> </entry>
                              <entry><para><xref linkend="gcalctool-TBL-logs-calc"/></para> </entry>
                            </row>
                            <row valign="top">
+                             <entry><para><keycap>H</keycap></para></entry>
+                             <entry><para><guibutton>2<superscript><replaceable>x</replaceable></superscript></guibutton></para></entry>
+                             <entry><para>2 to the <replaceable>x</replaceable> power</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-misc-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
+                             <entry><para><keycap>h</keycap></para></entry>
+                             <entry><para><guibutton>Log<subscript>2</subscript></guibutton></para></entry>
+                             <entry><para>Common base 2 logarithm</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-logs-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
+                             <entry><para><keycap>I</keycap></para></entry>
+                             <entry><para><guibutton>Gpm</guibutton></para></entry>
+                             <entry><para>Gross Profit Margin</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-financial-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
                              <entry><para><keycap>i</keycap></para></entry>
                              <entry><para><guibutton>Int</guibutton></para></entry>
                              <entry><para>Integer portion</para> </entry>
@@ -2253,20 +2291,26 @@
                            </row>
                            <row valign="top">
                              <entry><para><keycap>J</keycap></para></entry>
+                             <entry><para><guibutton>Cos<superscript>-1</superscript></guibutton></para></entry>
+                             <entry><para>Inverse Cosine</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-trig-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
+                             <entry><para><keycap>j</keycap></para></entry>
                              <entry><para><guibutton>Cos</guibutton></para></entry>
                              <entry><para>Cosine</para> </entry>
                              <entry><para><xref linkend="gcalctool-TBL-trig-calc"/></para> </entry>
                            </row>
                            <row valign="top">
                              <entry><para><keycap>K</keycap></para></entry>
-                             <entry><para><guibutton>Sin</guibutton></para></entry>
-                             <entry><para>Sine</para> </entry>
+                             <entry><para><guibutton>Sin<superscript>-1</superscript></guibutton></para></entry>
+                             <entry><para>Inverse Sine</para> </entry>
                              <entry><para><xref linkend="gcalctool-TBL-trig-calc"/></para> </entry>
                            </row>
                            <row valign="top">
-                             <entry><para><keycap>L</keycap></para></entry>
-                             <entry><para><guibutton>Tan</guibutton></para></entry>
-                             <entry><para>Tan</para> </entry>
+                             <entry><para><keycap>k</keycap></para></entry>
+                             <entry><para><guibutton>Sin</guibutton></para></entry>
+                             <entry><para>Sine</para> </entry>
                              <entry><para><xref linkend="gcalctool-TBL-trig-calc"/></para> </entry>
                            </row>
                            <row valign="top">
@@ -2289,15 +2333,27 @@
                            </row>
                            <row valign="top">
                              <entry><para><keycap>N</keycap></para></entry>
+                             <entry><para>e<superscript><replaceable>x</replaceable></superscript></para></entry>
+                             <entry><para>e to the <replaceable>x</replaceable> power</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-misc-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
+                             <entry><para><keycap>n</keycap></para></entry>
                              <entry><para><guibutton>Ln</guibutton></para></entry>
                              <entry><para>Natural logarithm</para> </entry>
                              <entry><para><xref linkend="gcalctool-TBL-logs-calc"/></para> </entry>
                            </row>
+						   <row valign="top">
+							 <entry><para><keycap>O</keycap></para></entry>
+                             <entry><para><replaceable>x</replaceable><superscript>1/<replaceable>y</replaceable></superscript></para></entry>
+                             <entry><para>x to the reciprocal<replaceable>y</replaceable> power</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-misc-calc"/></para> </entry>
+                           </row>
                            <row valign="top">
-                             <entry><para><keycap>n</keycap></para></entry>
-                             <entry><para><guibutton>Xnor</guibutton></para></entry>
-                             <entry><para>Bitwise XNOR</para> </entry>
-                             <entry><para><xref linkend="gcalctool-TBL-logic-calc"/></para> </entry>
+                             <entry><para><keycap>o</keycap> or <keycap>^</keycap></para></entry>
+                             <entry><para><replaceable>x</replaceable><superscript><replaceable>y</replaceable></superscript></para></entry>
+                             <entry><para>x to the <replaceable>y</replaceable> power</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-misc-calc"/></para> </entry>
                            </row>
                            <row valign="top">
                              <entry><para><keycap>P</keycap></para></entry>
@@ -2360,24 +2416,36 @@
                              <entry><para><xref linkend="gcalctool-TBL-financial-calc"/></para> </entry>
                            </row>
                            <row valign="top">
+                             <entry><para><keycap>W</keycap></para></entry>
+                             <entry><para><guibutton>Tan<superscript>-1</superscript></guibutton></para></entry>
+                             <entry><para>Inverse Tan</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-trig-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
+                             <entry><para><keycap>w</keycap></para></entry>
+                             <entry><para><guibutton>Tan</guibutton></para></entry>
+                             <entry><para>Tan</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-trig-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
                              <entry><para><keycap>X</keycap></para></entry>
                              <entry><para><guibutton>Exch</guibutton></para></entry>
                              <entry><para>Exchange memory register value and displayed value</para> </entry>
                              <entry><para><xref linkend="gcalctool-TBL-mem-reg"/></para> </entry>
                            </row>
                            <row valign="top">
+                             <entry><para><keycap>x</keycap></para></entry>
+                             <entry><para><guibutton>Xor</guibutton></para></entry>
+                             <entry><para>Bitwise XOR</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-logic-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
                              <entry><para><keycap>Y</keycap></para></entry>
                              <entry><para><guibutton>Syd</guibutton></para></entry>
                              <entry><para>Sum-of-the-years'-digits depreciation</para> </entry>
                              <entry><para><xref linkend="gcalctool-TBL-financial-calc"/></para> </entry>
                            </row>
                            <row valign="top">
-                             <entry><para><keycap>^</keycap></para></entry>
-                             <entry><para><replaceable>x</replaceable><superscript><replaceable>y</replaceable></superscript></para></entry>
-                             <entry><para>x to the <replaceable>y</replaceable> power</para> </entry>
-                             <entry><para><xref linkend="gcalctool-TBL-misc-calc"/></para> </entry>
-                           </row>
-                           <row valign="top">
                              <entry><para><keycap>!</keycap></para></entry>
                              <entry><para><guibutton><replaceable>x</replaceable>!</guibutton></para></entry>
                              <entry><para><replaceable>x</replaceable> factorial</para> </entry>
@@ -2474,6 +2542,12 @@
                              <entry><para><xref linkend="gcalctool-TBL-adv-calc"/></para> </entry>
                            </row>
                            <row valign="top">
+                             <entry><para><keycap>{</keycap></para></entry>
+                             <entry><para><guibutton>Xnor</guibutton></para></entry>
+                             <entry><para>Bitwise XNOR</para> </entry>
+                             <entry><para><xref linkend="gcalctool-TBL-logic-calc"/></para> </entry>
+                           </row>
+                           <row valign="top">
                              <entry><para><keycap>[</keycap></para></entry>
                              <entry><para><guibutton>&amp;32</guibutton></para></entry>
                              <entry><para>Get a 32-bit unsigned integer</para> </entry>
@@ -2486,30 +2560,12 @@
                              <entry><para><xref linkend="gcalctool-TBL-num-manip"/></para> </entry>
                            </row>
                            <row valign="top">
-                             <entry><para><keycap>x</keycap></para></entry>
-                             <entry><para><guibutton>Xor</guibutton></para></entry>
-                             <entry><para>Bitwise XOR</para> </entry>
-                             <entry><para><xref linkend="gcalctool-TBL-logic-calc"/></para> </entry>
-                           </row>
-                           <row valign="top">
-                             <entry><para><keycap>{</keycap></para></entry>
-                             <entry><para>e<superscript><replaceable>x</replaceable></superscript></para></entry>
-                             <entry><para>e to the <replaceable>x</replaceable> power</para> </entry>
-                             <entry><para><xref linkend="gcalctool-TBL-misc-calc"/></para> </entry>
-                           </row>
-                           <row valign="top">
                              <entry><para><keycap>|</keycap></para></entry>
                              <entry><para><guibutton>Or</guibutton></para></entry>
                              <entry><para>Bitwise OR</para> </entry>
                              <entry><para><xref linkend="gcalctool-TBL-logic-calc"/></para> </entry>
                            </row>
                            <row valign="top">
-                             <entry><para><keycap>}</keycap></para></entry>
-                             <entry><para>10<superscript><replaceable>x</replaceable></superscript></para></entry>
-                             <entry><para>10 to the <replaceable>x</replaceable> power</para> </entry>
-                             <entry><para><xref linkend="gcalctool-TBL-misc-calc"/></para> </entry>
-                           </row>
-                           <row valign="top">
                              <entry><para><keycap>~</keycap></para></entry>
                              <entry><para><guibutton>Not</guibutton></para></entry>
                              <entry><para>Bitwise NOT</para> </entry>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]