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-2368-g7d7b


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2368-g7d7b2ec
Date: Sun, 29 Jan 2012 13:20:54 +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  7d7b2ecd99d96fd89929913e3aeb923084fe5efa (commit)
       via  8a8f2ec2ef0054d16a76a752c79b7968c590c166 (commit)
       via  8fc40a26bebdae2b3e8870c42d2baa77680c3d36 (commit)
      from  3e4bee90c58e9ebf4ac024ab918824b92b71059a (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 7d7b2ecd99d96fd89929913e3aeb923084fe5efa
Author: John Darrington <address@hidden>
Date:   Sun Jan 29 14:17:33 2012 +0100

    Removed erroneous duplicated line

commit 8a8f2ec2ef0054d16a76a752c79b7968c590c166
Author: John Darrington <address@hidden>
Date:   Sun Jan 29 14:16:42 2012 +0100

    Converted roc-dialog to a PsppireDialogAction object

commit 8fc40a26bebdae2b3e8870c42d2baa77680c3d36
Author: John Darrington <address@hidden>
Date:   Sun Jan 29 11:57:50 2012 +0100

    Convert kmeans dialog to a PsppireDialogAction

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

Summary of changes:
 src/ui/gui/automake.mk                             |    8 +-
 src/ui/gui/data-editor.ui                          |    6 +-
 src/ui/gui/k-means-dialog.c                        |  163 ------------------
 src/ui/gui/k-means-dialog.h                        |   24 ---
 src/ui/gui/psppire-data-window.c                   |    8 -
 src/ui/gui/psppire-dialog-action-kmeans.c          |  120 +++++++++++++
 ...n-var-info.h => psppire-dialog-action-kmeans.h} |   43 +++---
 .../{roc-dialog.c => psppire-dialog-action-roc.c}  |  175 ++++++++------------
 ...tion-var-info.h => psppire-dialog-action-roc.h} |   53 ++++---
 src/ui/gui/roc-dialog.h                            |   25 ---
 src/ui/gui/widgets.c                               |    4 +
 11 files changed, 256 insertions(+), 373 deletions(-)
 delete mode 100644 src/ui/gui/k-means-dialog.c
 delete mode 100644 src/ui/gui/k-means-dialog.h
 create mode 100644 src/ui/gui/psppire-dialog-action-kmeans.c
 copy src/ui/gui/{psppire-dialog-action-var-info.h => 
psppire-dialog-action-kmeans.h} (53%)
 rename src/ui/gui/{roc-dialog.c => psppire-dialog-action-roc.c} (60%)
 copy src/ui/gui/{psppire-dialog-action-var-info.h => 
psppire-dialog-action-roc.h} (50%)
 delete mode 100644 src/ui/gui/roc-dialog.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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