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.
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
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?
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>