[rkward-cvs] SF.net SVN: rkward: [1306] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Feb 4 20:11:00 UTC 2007
Revision: 1306
http://svn.sourceforge.net/rkward/?rev=1306&view=rev
Author: tfry
Date: 2007-02-04 12:11:00 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
Remove the KDE-style RKWard handbook from the help menu. It justs distracts from the real documentation
Modified Paths:
--------------
trunk/rkward/doc/en/index.docbook
trunk/rkward/rkward/rkward.cpp
trunk/rkward/rkward/rkwardui.rc
Modified: trunk/rkward/doc/en/index.docbook
===================================================================
--- trunk/rkward/doc/en/index.docbook 2007-02-04 19:49:04 UTC (rev 1305)
+++ trunk/rkward/doc/en/index.docbook 2007-02-04 20:11:00 UTC (rev 1306)
@@ -56,6 +56,7 @@
<copyright>
<year>2006</year>
+<year>2007</year>
<holder>Thomas Friedrichsmeier & the RKWard Team</holder>
</copyright>
<!-- Translators: put here the copyright notice of the translation -->
@@ -70,8 +71,8 @@
(V.MM.LL), it could be used by automation scripts.
Do NOT change these in the translation. -->
-<date>20/04/2006</date>
-<releaseinfo>0.3.6</releaseinfo>
+<date>04/02/2007</date>
+<releaseinfo>0.4.6</releaseinfo>
<!-- Abstract about this handbook -->
@@ -106,69 +107,15 @@
<title>Using &kapp;</title>
<para>
-Documentation efforts have only just started. The most useful guide to getting started with &kapp; to this date is <ulink url="http://rkward.sourceforge.net/wiki/index.php?title=Getting_Started_Using_RKWard">Getting Started Section in the &kapp; wiki</ulink>.
+Most documentation is available from inside RKWard itself by selecting Help->Help on RKWard from the Menu, NOT in this document!
</para>
<para>
-Please go there for an introduction to &kapp;, and contact us, if you can help with creating user documentation.
+A useful guide to getting started with &kapp; is <ulink url="http://rkward.sourceforge.net/wiki/index.php?title=Getting_Started_Using_RKWard">Getting Started Section in the &kapp; wiki</ulink>.
</para>
-
-</chapter>
-
-<chapter id="commands">
-<title>Command Reference</title>
<para>
-TODO
+Please go there for an introduction to &kapp;, and contact us, if you can help with creating user documentation.
</para>
-<!-- (OPTIONAL, BUT RECOMMENDED) This chapter should list all of the
-application windows and their menubar and toolbar commands for easy reference.
-Also include any keys that have a special function but have no equivalent in the
-menus or toolbars. This may not be necessary for small apps or apps with no tool
-or menu bars. -->
-<!--
-<sect1 id="kapp-mainwindow">
-<title>The main RKward window</title>
-<para></para>
-<sect2>
-<title>The File Menu</title>
-<para>
-<variablelist>
-<varlistentry>
-<term><menuchoice>
-<shortcut>
-<keycombo><keycap>Ctrl</keycap><keycap>n</keycap></keycombo>
-</shortcut>
-<guimenu>File</guimenu>
-<guimenuitem>New</guimenuitem>
-</menuchoice></term>
-<listitem><para><action>Creates a new document</action></para></listitem>
-</varlistentry>
-<varlistentry>
-<term><menuchoice>
-<shortcut>
-<keycombo><keycap>Ctrl</keycap><keycap>s</keycap></keycombo>
-</shortcut>
-<guimenu>File</guimenu>
-<guimenuitem>Save</guimenuitem>
-</menuchoice></term>
-<listitem><para><action>Saves the document</action></para></listitem>
-</varlistentry>
-<varlistentry>
-<term><menuchoice>
-<shortcut>
-<keycombo><keycap>Ctrl</keycap><keycap>q</keycap></keycombo>
-</shortcut>
-<guimenu>File</guimenu>
-<guimenuitem>Quit</guimenuitem>
-</menuchoice></term>
-<listitem><para><action>Quits</action> &kapp;</para></listitem>
-</varlistentry>
-</variablelist>
-</para>
-
-</sect2>
-
-</sect1> -->
</chapter>
<chapter id="developers">
Modified: trunk/rkward/rkward/rkward.cpp
===================================================================
--- trunk/rkward/rkward/rkward.cpp 2007-02-04 19:49:04 UTC (rev 1305)
+++ trunk/rkward/rkward/rkward.cpp 2007-02-04 20:11:00 UTC (rev 1306)
@@ -353,9 +353,9 @@
void RKWardMainWindow::makeRKWardHelpMenu (QWidget *for_window, KActionCollection *ac) {
KAction *help_invoke_r_help = new KAction (i18n ("Help on R"), 0, 0, this, SLOT (invokeRHelp ()), ac, "invoke_r_help");
KAction *show_help_search = new KAction (i18n ("Search R Help"), 0, 0, this, SLOT (showHelpSearch ()), ac, "show_help_search");
- KAction *show_rkward_help = new KAction (i18n ("Help on RKWard"), 0, 0, this, SLOT (showRKWardHelp ()), ac, "rkward_help");
+ KAction *show_rkward_help = KStdAction::helpContents (this, SLOT (showRKWardHelp ()), ac);
+ show_rkward_help->setText (i18n ("Help on RKWard"));
- KStdAction::helpContents (this, SLOT (appHelpActivated ()), ac);
KStdAction::aboutApp (this, SLOT (showAboutApplication ()), ac);
KStdAction::whatsThis (for_window, SLOT (whatsThis ()), ac);
KStdAction::reportBug (this, SLOT (reportRKWardBug ()), ac);
Modified: trunk/rkward/rkward/rkwardui.rc
===================================================================
--- trunk/rkward/rkward/rkwardui.rc 2007-02-04 19:49:04 UTC (rev 1305)
+++ trunk/rkward/rkward/rkwardui.rc 2007-02-04 20:11:00 UTC (rev 1306)
@@ -49,7 +49,6 @@
</Menu>
<Menu name="help"><text>&Help</text>
- <Action name="rkward_help"/>
<Action name="invoke_r_help"/>
<Action name="show_help_search"/>
<Merge/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list