[gnumeric] fix kaplan-meier tool and update docs



commit b550904774e4084f3cdef188ed40ae9caa43f4f4
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Wed Jan 6 00:57:06 2010 -0700

    fix kaplan-meier tool and update docs
    
    2010-01-06 Andreas J. Guelzow <aguelzow pyrshep>
    
    	* figures/analysistools-outputoptions.png: updated
    	* figures/analysistools-tools.png: updated
    	* analysis-statistical.xml: updated
    	* gnumeric.xml: updated
    	* welcome.xml: updated
    
    2010-01-06 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* dialog-analysis-tool-kaplan-meier.c (dialog_kaplan_meier_tool):
    	  keep in-place radio button hidden
    	* kaplan-meier.glade: fix title

 doc/C/ChangeLog                                 |    8 ++++++++
 doc/C/analysis-statistical.xml                  |    2 +-
 doc/C/figures/analysistools-outputoptions.png   |  Bin 11617 -> 25978 bytes
 doc/C/figures/analysistools-tools.png           |  Bin 23080 -> 83884 bytes
 doc/C/gnumeric.xml                              |    1 +
 doc/C/welcome.xml                               |   14 +++++++-------
 src/dialogs/ChangeLog                           |    6 ++++++
 src/dialogs/dialog-analysis-tool-kaplan-meier.c |    2 ++
 src/dialogs/kaplan-meier.glade                  |    2 +-
 9 files changed, 26 insertions(+), 9 deletions(-)
---
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 2a3f187..bb5f4ed 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-06 Andreas J. Guelzow <aguelzow pyrshep>
+
+	* figures/analysistools-outputoptions.png: updated
+	* figures/analysistools-tools.png: updated
+	* analysis-statistical.xml: updated
+	* gnumeric.xml: updated
+	* welcome.xml: updated
+
 2010-01-05 Andreas J. Guelzow <aguelzow pyrshep>
 
 	* figures/menu-context-graph.png: updated
diff --git a/doc/C/analysis-statistical.xml b/doc/C/analysis-statistical.xml
index e4d5b22..fd3d126 100644
--- a/doc/C/analysis-statistical.xml
+++ b/doc/C/analysis-statistical.xml
@@ -27,7 +27,7 @@
     if you have already preformatted the output range.
   </para>
 
-  <para>Most analysis tools also provide a choice whether
+  <para>All analysis tools also provide a choice whether
     they will enter formulas or just values in the cells. By default 
     &gnum; will usually enter formulas. These formulas will automatically
     reevaluate when the data change. For some tools, the formulas also
diff --git a/doc/C/figures/analysistools-outputoptions.png b/doc/C/figures/analysistools-outputoptions.png
index a45eaf9..c5b665f 100644
Binary files a/doc/C/figures/analysistools-outputoptions.png and b/doc/C/figures/analysistools-outputoptions.png differ
diff --git a/doc/C/figures/analysistools-tools.png b/doc/C/figures/analysistools-tools.png
index a95adfa..9299924 100644
Binary files a/doc/C/figures/analysistools-tools.png and b/doc/C/figures/analysistools-tools.png differ
diff --git a/doc/C/gnumeric.xml b/doc/C/gnumeric.xml
index 1273f6f..576b466 100644
--- a/doc/C/gnumeric.xml
+++ b/doc/C/gnumeric.xml
@@ -16,6 +16,7 @@
 
   <!ENTITY gnum "<application>Gnumeric</application>">
   <!ENTITY appversion "1.10">
+  <!ENTITY devversion "1.11">
   <!ENTITY manrevision "1.9">
   <!ENTITY date "January 2010">
   <!ENTITY file-format-open "Gnumeric XML, 
diff --git a/doc/C/welcome.xml b/doc/C/welcome.xml
index c8a7aa8..5d02e07 100644
--- a/doc/C/welcome.xml
+++ b/doc/C/welcome.xml
@@ -64,9 +64,9 @@
 </para>
 <note>
   <para>
-    Releases of &gnum; in the 1.8 series have numbers starting
-    with 1.8 but with extra numbers afterwards, such as 1.8.0 or
-    1.8.3. These are stable releases which are only changed with minor
+    Releases of &gnum; in the &appversion; series have numbers starting
+    with &appversion; but with extra numbers afterwards, such as &appversion;.0 or
+    &appversion;.3. These are stable releases which are only changed with minor
     improvements and fixes for problems (bugs) in the program. These
     releases can be considered safe for use in a production
     environment.
@@ -75,9 +75,9 @@
 
 <warning>
   <para>
-    The 1.9 series of releases are unstable releases meant for
+    The &devversion; series of releases are unstable releases meant for
     developer testing. If you want a stable release get the most recent
-    release from the 1.8 series.
+    release from the &appversion; series.
   </para>
 </warning>
 
@@ -241,11 +241,11 @@
 
 
 <para>
-  <emphasis role="bold">The Gnumeric 1.11 Series of Releases for Developers</emphasis>
+  <emphasis role="bold">The Gnumeric &devversion; Series of Releases for Developers</emphasis>
 </para>
 
 <para>
-  The &gnum; 1.11 series of releases are
+  The &gnum; &devversion; series of releases are
   developer releases. These releases are kept as stable as
   possible. However, each release in this series includes changes and
   improvements some of which may be quite large. These new changes may
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index db4f50c..52a335b 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-06 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* dialog-analysis-tool-kaplan-meier.c (dialog_kaplan_meier_tool): 
+	  keep in-place radio button hidden
+	* kaplan-meier.glade: fix title
+
 2010-01-02 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* dao.glade: mark items in combo box for translation
diff --git a/src/dialogs/dialog-analysis-tool-kaplan-meier.c b/src/dialogs/dialog-analysis-tool-kaplan-meier.c
index edf8188..aa52cc4 100644
--- a/src/dialogs/dialog-analysis-tool-kaplan-meier.c
+++ b/src/dialogs/dialog-analysis-tool-kaplan-meier.c
@@ -730,6 +730,8 @@ dialog_kaplan_meier_tool (WBCGtk *wbcg, Sheet *sheet)
 	tool_load_selection ((GenericToolState *)state, TRUE);
 
 	gtk_widget_show_all (GTK_WIDGET (state->base.dialog));
+	/* And to hide the in-place button again */
+	gnm_dao_set_inplace ( GNM_DAO (state->base.gdao), NULL);
 
         return 0;
 }
diff --git a/src/dialogs/kaplan-meier.glade b/src/dialogs/kaplan-meier.glade
index ccd12ed..dc6626d 100644
--- a/src/dialogs/kaplan-meier.glade
+++ b/src/dialogs/kaplan-meier.glade
@@ -4,7 +4,7 @@
 <glade-interface>
   <widget class="GtkDialog" id="KaplanMeier">
     <property name="border_width">6</property>
-    <property name="title" translatable="yes">Histogram</property>
+    <property name="title" translatable="yes">Kaplan Meier Estimates</property>
     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
     <property name="has_separator">False</property>
     <child internal-child="vbox">



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