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.8.1-56-gd71e22


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-56-gd71e22c
Date: Sat, 12 Oct 2013 07:41:40 +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  d71e22c69182aad3bf2ae0efde155be7c5819054 (commit)
      from  731134f6eec60db6615fbb2a0e36323588422df3 (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 d71e22c69182aad3bf2ae0efde155be7c5819054
Author: John Darrington <address@hidden>
Date:   Sat Oct 12 09:01:26 2013 +0200

    NPar two samples dialog and T-Test paired dialogs: Converted to 
PsppireDialogAction

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

Summary of changes:
 src/ui/gui/automake.mk                             |   10 +-
 src/ui/gui/data-editor.ui                          |    6 +-
 src/ui/gui/npar-two-sample-related.c               |  169 --------------
 src/ui/gui/npar-two-sample-related.h               |   26 --
 src/ui/gui/paired-dialog.c                         |  182 ---------------
 src/ui/gui/paired-dialog.h                         |   31 ---
 src/ui/gui/psppire-data-window.c                   |    4 -
 src/ui/gui/psppire-dialog-action-paired.c          |  226 ++++++++++++++++++
 ...ction-tt1s.h => psppire-dialog-action-paired.h} |   50 +++--
 src/ui/gui/psppire-dialog-action-two-sample.c      |  245 ++++++++++++++++++++
 src/ui/gui/psppire-dialog-action-two-sample.h      |   93 ++++++++
 src/ui/gui/psppire-dialog.c                        |    6 +
 src/ui/gui/t-test-paired-samples.c                 |  122 ----------
 src/ui/gui/t-test-paired-samples.h                 |    8 -
 src/ui/gui/widgets.c                               |    4 +
 15 files changed, 609 insertions(+), 573 deletions(-)
 delete mode 100644 src/ui/gui/npar-two-sample-related.c
 delete mode 100644 src/ui/gui/npar-two-sample-related.h
 delete mode 100644 src/ui/gui/paired-dialog.c
 delete mode 100644 src/ui/gui/paired-dialog.h
 create mode 100644 src/ui/gui/psppire-dialog-action-paired.c
 copy src/ui/gui/{psppire-dialog-action-tt1s.h => 
psppire-dialog-action-paired.h} (51%)
 create mode 100644 src/ui/gui/psppire-dialog-action-two-sample.c
 create mode 100644 src/ui/gui/psppire-dialog-action-two-sample.h
 delete mode 100644 src/ui/gui/t-test-paired-samples.c
 delete mode 100644 src/ui/gui/t-test-paired-samples.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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