pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2155-gb0a8


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2155-gb0a85a9
Date: Tue, 26 Jul 2011 10:37:36 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  b0a85a90ec68578d775a8cf5161c8e3ad9d35241 (commit)
       via  eaa9491b6874743175c7b5f814872283df0b94be (commit)
       via  469d8b86585375cc9d3566d0b35daf1d063bcaf5 (commit)
       via  f0d3b9e75a250c98c48c982aa0b5377868b5bfad (commit)
      from  889e69483f6b623c8519ac43de5793b62cb35112 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b0a85a90ec68578d775a8cf5161c8e3ad9d35241
Author: John Darrington <address@hidden>
Date:   Mon Jul 25 21:40:27 2011 +0200

    Added dialog for the NPAR RUNS subcommand

commit eaa9491b6874743175c7b5f814872283df0b94be
Author: John Darrington <address@hidden>
Date:   Mon Jul 25 19:15:20 2011 +0200

    K-means dialog only should accept numeric variables

commit 469d8b86585375cc9d3566d0b35daf1d063bcaf5
Author: John Darrington <address@hidden>
Date:   Mon Jul 25 16:01:48 2011 +0200

    Add some  "mnemonic_widget" refs which had been forgotten

commit f0d3b9e75a250c98c48c982aa0b5377868b5bfad
Author: John Darrington <address@hidden>
Date:   Mon Jul 25 14:38:42 2011 +0200

    Added dialog box for quick cluster command

-----------------------------------------------------------------------

Summary of changes:
 doc/statistics.texi                                |    2 +-
 src/ui/gui/aggregate.ui                            |    1 +
 src/ui/gui/automake.mk                             |    6 +
 src/ui/gui/binomial.ui                             |    2 +
 src/ui/gui/chi-square.ui                           |    3 +
 src/ui/gui/data-editor.ui                          |   14 ++
 src/ui/gui/k-means-dialog.c                        |  162 +++++++++++++
 .../gui/{autorecode-dialog.h => k-means-dialog.h}  |    6 +-
 src/ui/gui/k-means.ui                              |  143 ++++++++++++
 src/ui/gui/psppire-data-window.c                   |    7 +-
 src/ui/gui/roc.ui                                  |    2 +
 src/ui/gui/runs-dialog.c                           |  223 ++++++++++++++++++
 src/ui/gui/{autorecode-dialog.h => runs-dialog.h}  |    6 +-
 src/ui/gui/{reliability.ui => runs.ui}             |  239 +++++++++-----------
 src/ui/gui/t-test.ui                               |    8 +-
 15 files changed, 682 insertions(+), 142 deletions(-)
 create mode 100644 src/ui/gui/k-means-dialog.c
 copy src/ui/gui/{autorecode-dialog.h => k-means-dialog.h} (88%)
 create mode 100644 src/ui/gui/k-means.ui
 create mode 100644 src/ui/gui/runs-dialog.c
 copy src/ui/gui/{autorecode-dialog.h => runs-dialog.h} (89%)
 copy src/ui/gui/{reliability.ui => runs.ui} (51%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]