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.5-394-g85b54


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-394-g85b541d
Date: Tue, 29 Dec 2015 11:38:12 +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  85b541db4518af0b83460f81408ffd24b37a2523 (commit)
       via  5d085e3326530983f7c2f3843dd2a1eebc0a6e73 (commit)
       via  7a2bc16d86f90a796e4c42a6c3f3908231bbe8e9 (commit)
      from  55268cdabc9575abb4b8f0fd91692e743bf9cc3f (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 85b541db4518af0b83460f81408ffd24b37a2523
Author: John Darrington <address@hidden>
Date:   Tue Dec 29 12:33:02 2015 +0100

    examples/physiology.sav:  Add a DOCUMENT comment to explain that the file 
contains "deliberate" data entry errors.
    
    Occasionally this is the subject of bug reports.

commit 5d085e3326530983f7c2f3843dd2a1eebc0a6e73
Author: John Darrington <address@hidden>
Date:   Tue Dec 29 12:31:46 2015 +0100

    Comments dialog: convert to PsppireDialogAction

commit 7a2bc16d86f90a796e4c42a6c3f3908231bbe8e9
Author: John Darrington <address@hidden>
Date:   Tue Dec 29 11:00:01 2015 +0100

    Weight cases dialog: Convert from add hoc to PsppireDialogAction

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

Summary of changes:
 examples/physiology.sav                            |  Bin 1849 -> 2274 bytes
 src/ui/gui/automake.mk                             |    8 +-
 src/ui/gui/comments-dialog.c                       |  247 -------------------
 src/ui/gui/comments-dialog.h                       |   25 --
 src/ui/gui/data-editor.ui                          |    6 +-
 src/ui/gui/psppire-data-window.c                   |    4 -
 src/ui/gui/psppire-dialog-action-comments.c        |  254 ++++++++++++++++++++
 src/ui/gui/psppire-dialog-action-comments.h        |   75 ++++++
 src/ui/gui/psppire-dialog-action-weight.c          |  175 ++++++++++++++
 ...ion-kmeans.h => psppire-dialog-action-weight.h} |   52 ++--
 src/ui/gui/psppire-dialog-action.c                 |    7 +-
 src/ui/gui/weight-cases-dialog.c                   |  178 --------------
 src/ui/gui/weight-cases-dialog.h                   |   27 --
 src/ui/gui/widgets.c                               |    4 +
 14 files changed, 547 insertions(+), 515 deletions(-)
 delete mode 100644 src/ui/gui/comments-dialog.c
 delete mode 100644 src/ui/gui/comments-dialog.h
 create mode 100644 src/ui/gui/psppire-dialog-action-comments.c
 create mode 100644 src/ui/gui/psppire-dialog-action-comments.h
 create mode 100644 src/ui/gui/psppire-dialog-action-weight.c
 copy src/ui/gui/{psppire-dialog-action-kmeans.h => 
psppire-dialog-action-weight.h} (50%)
 delete mode 100644 src/ui/gui/weight-cases-dialog.c
 delete mode 100644 src/ui/gui/weight-cases-dialog.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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