[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.1-23-gff50b
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.1-23-gff50bab |
Date: |
Tue, 31 May 2016 05:34:40 +0000 (UTC) |
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 ff50bab74c735b9e48b851080edcd1d466a83371 (commit)
from fb014c8a1241882cc4b512d34f36f62e6e40b7ee (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 ff50bab74c735b9e48b851080edcd1d466a83371
Author: John Darrington <address@hidden>
Date: Sun May 29 10:48:24 2016 +0200
Recode Dialog Action: Split into RecodeDialogAction, RecodeDialogActionSame
and RecodeDialogActionDifferent
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/automake.mk | 4 +
src/ui/gui/data-editor.ui | 6 +-
.../gui/psppire-dialog-action-recode-different.c | 448 ++++++++++++++++++
.../gui/psppire-dialog-action-recode-different.h | 75 +++
src/ui/gui/psppire-dialog-action-recode-same.c | 159 +++++++
src/ui/gui/psppire-dialog-action-recode-same.h | 71 +++
src/ui/gui/psppire-dialog-action-recode.c | 488 ++------------------
src/ui/gui/psppire-dialog-action-recode.h | 26 +-
src/ui/gui/widgets.c | 6 +-
9 files changed, 822 insertions(+), 461 deletions(-)
create mode 100644 src/ui/gui/psppire-dialog-action-recode-different.c
create mode 100644 src/ui/gui/psppire-dialog-action-recode-different.h
create mode 100644 src/ui/gui/psppire-dialog-action-recode-same.c
create mode 100644 src/ui/gui/psppire-dialog-action-recode-same.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.1-23-gff50bab,
John Darrington <=