Bug 90191 - KReversi: The help file is out of sync with the program
Summary: KReversi: The help file is out of sync with the program
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: Lauri Watts
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-24 21:51 UTC by Inge Wallin
Modified: 2005-01-09 00:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fixes documentation for most gui changes. (2.23 KB, patch)
2005-01-04 19:45 UTC, Virgil Nisly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Inge Wallin 2004-09-24 21:51:59 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Much has happened in the program, but not all is described in the help file.

Besides, a few more pictures and screenshots would not hurt.
Comment 1 Virgil Nisly 2005-01-04 19:45:21 UTC
Created attachment 8916 [details]
Fixes documentation for most gui changes.

Took a walk through the documentation/program, updated documentation for
changes. Didn't add any screen shots (was too hard work to figure out where
they would go best). 
Could someone please commit after freeze?
Thx!
Virgil
Comment 2 Inge Wallin 2005-01-05 17:32:07 UTC
If nobody else does it, I can.  After all, I seem to be the only one hacking KReversi right now.

Btw, I will try to convert KReversi to libkdegame in the next week.  At that time I will try to also support network game.  Will you have time to document that as well before KDE 3.4?
Comment 3 Lauri Watts 2005-01-09 00:53:55 UTC
CVS commit by lauri: 

BUG:90191


  M +29 -2     index.docbook   1.21


--- kdegames/doc/kreversi/index.docbook  #1.20:1.21
@@ -336,6 +336,12 @@
 <variablelist>
 <varlistentry>
+<term><menuchoice><shortcut><keycombo action="simul">&Ctrl;<keycap>M</keycap></keycombo></shortcut><guimenu>Settings</guimenu>
+<guimenuitem>Hide Menubar</guimenuitem></menuchoice></term>
+<listitem><para>Toggles whether the menubar is visible.</para></listitem>
+</varlistentry>
+
+<varlistentry>
 <term><menuchoice><guimenu>Settings</guimenu>
-<guimenuitem>Show Toolbar</guimenuitem></menuchoice></term>
+<guimenuitem>Hide Toolbar</guimenuitem></menuchoice></term>
 <listitem><para>Toggles whether the toolbar is visible.</para></listitem>
 </varlistentry>
@@ -343,5 +349,5 @@
 <varlistentry>
 <term><menuchoice><guimenu>Settings</guimenu>
-<guimenuitem>Show Statusbar</guimenuitem></menuchoice></term>
+<guimenuitem>Hide Statusbar</guimenuitem></menuchoice></term>
 <listitem><para>Toggles whether the statusbar at the bottom of the window
 is visible.</para></listitem>
@@ -420,4 +426,25 @@
 wallpaper.</para></listitem>
 </varlistentry>
+
+<varlistentry>
+<term><guibutton>Help</guibutton></term>
+<listitem><para>Opens &kreversi; help.</para></listitem></varlistentry>
+
+<varlistentry>
+<term><guibutton>Defaults</guibutton></term>
+<listitem><para>Reverts settings to defaults.</para></listitem></varlistentry>
+
+<varlistentry>
+<term><guibutton>OK</guibutton></term>
+<listitem><para>Saves changes and closes dialog.</para></listitem></varlistentry>
+
+<varlistentry>
+<term><guibutton>Apply</guibutton></term>
+<listitem><para>Saves changes but doesn't close dialog.</para></listitem></varlistentry>
+
+<varlistentry>
+<term><guibutton>Cancel</guibutton></term>
+<listitem><para>Cancels changes and closes dialog.</para></listitem></varlistentry>
+
 </variablelist>
 </chapter>